From cb077ec4499cb86217e8a60ca6174f8042aa95b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Beye?= Date: Sat, 23 Apr 2022 18:12:39 +0200 Subject: [PATCH] Initial github import --- LICENSE | 201 + Readme.md | 68 + firmware/Readme.md | 9 + firmware/WiFiFanCon_fw/WiFiFanCon_fw.ino | 119 + firmware/WiFiFanCon_fw/config.h | 27 + firmware/WiFiFanCon_fw/configFileHandling.ino | 41 + firmware/WiFiFanCon_fw/fanPWM.ino | 78 + firmware/WiFiFanCon_fw/fanTacho.ino | 104 + firmware/WiFiFanCon_fw/mqtt.ino | 424 + firmware/WiFiFanCon_fw/ota.ino | 39 + firmware/WiFiFanCon_fw/util.ino | 11 + img/avr.jpg | Bin 0 -> 117374 bytes img/board.jpg | Bin 0 -> 259409 bytes img/box1.jpg | Bin 0 -> 198322 bytes img/box2.jpg | Bin 0 -> 290292 bytes img/cc-by-sa.png | Bin 0 -> 1515 bytes pcb/Readme.md | 48 + pcb/WiFiFanCon/WiFiFanCon.kicad_pcb | 23048 +++++ pcb/WiFiFanCon/WiFiFanCon.kicad_prl | 75 + pcb/WiFiFanCon/WiFiFanCon.kicad_pro | 476 + pcb/WiFiFanCon/WiFiFanCon.kicad_sch | 2581 + pcb/WiFiFanCon/WiFiFanCon.round-tracks-config | 4 + pcb/WiFiFanCon/fp-info-cache | 85688 ++++++++++++++++ 23 files changed, 113041 insertions(+) create mode 100644 LICENSE create mode 100644 Readme.md create mode 100644 firmware/Readme.md create mode 100644 firmware/WiFiFanCon_fw/WiFiFanCon_fw.ino create mode 100644 firmware/WiFiFanCon_fw/config.h create mode 100644 firmware/WiFiFanCon_fw/configFileHandling.ino create mode 100644 firmware/WiFiFanCon_fw/fanPWM.ino create mode 100644 firmware/WiFiFanCon_fw/fanTacho.ino create mode 100644 firmware/WiFiFanCon_fw/mqtt.ino create mode 100644 firmware/WiFiFanCon_fw/ota.ino create mode 100644 firmware/WiFiFanCon_fw/util.ino create mode 100644 img/avr.jpg create mode 100644 img/board.jpg create mode 100644 img/box1.jpg create mode 100644 img/box2.jpg create mode 100644 img/cc-by-sa.png create mode 100644 pcb/Readme.md create mode 100644 pcb/WiFiFanCon/WiFiFanCon.kicad_pcb create mode 100644 pcb/WiFiFanCon/WiFiFanCon.kicad_prl create mode 100644 pcb/WiFiFanCon/WiFiFanCon.kicad_pro create mode 100644 pcb/WiFiFanCon/WiFiFanCon.kicad_sch create mode 100644 pcb/WiFiFanCon/WiFiFanCon.round-tracks-config create mode 100644 pcb/WiFiFanCon/fp-info-cache diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9bb864b --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2022 Sören Beye + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..7dbae9a --- /dev/null +++ b/Readme.md @@ -0,0 +1,68 @@ +# WiFiFanCon + +Control 12V PC Fans via Wi-Fi + +[](./img/board.jpg) + +## Features + +- Control up to four 4-Pin PWM 12V PC Fans via MQTT +- Monitor the Fan Speed +- Optionally extend the system with a temperature probe thanks to the available extension headers +- Very easy THT soldering +- Put it in a safely isolated 45ct junction box and never touch it again +- Do firmware updates via ArduinoOTA +- Admire the silkscreen cat +- ??? + +## Where? + +Head over to the [./pcb](./pcb) and [./firmware](./firmware) folders for the pcb and firmware. + +## Why? + +I do have quite a few heat-producing devices such as servers or Hi-Fi equipment, which are trapped in whatever +furniture from Ikea barely fit them. This achieves a clean look but also kills the hardware due to insufficient ventilation. + +My first solution for this was to add a few very silent 12V Noctua NF-A14 PWM PC Fans and run them at 5V with 33% duty cycle using an Arduino nano. +While that worked just fine, after a year, I've noticed quite a lot of dust buildup on the Fans as well as everything else. + +Therefore, I was looking for a way to periodically run the Fans at full speed to blow away whatever dust buildup there might be. +How else would you do that if not via MQTT automated by Home Assistant? + +## Pictures? + +[](./img/box1.jpg) +[](./img/box2.jpg) +[](./img/avr.jpg) + +## How? + +As it turns out, the ESP32 offers everything required for such a project. +It has Wi-Fi, it can do 25kHz PWM with more than 4 channels and it is also capable of monitoring the Fan speed. + +Furthermore, as it is available as a full devkit PCB, flashing, soldering and everything else is very easy. + +Therefore, I basically just needed to design a PCB that features a DC Jack, some Fan Headers and connects everything in a neat package. +Because it is only 70x70mm in size, it perfectly fits into these dirt-cheap german junction boxes, which you can get for 45ct each. + +## Why not use something else? + +While there are other projects on GitHub achieving similar things, they didn't really 100% fit my requirements, which are: + +- Set Fanspeed to x% +- Don't care about temperature +- Show up in home assistant +- Be very easy to solder + +## License + +This hardware is licensed under the +[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa]. + +[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa] + +The software is licensed under the Apache-2.0 license. + +[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/ +[cc-by-sa-image]: ./img/cc-by-sa.png diff --git a/firmware/Readme.md b/firmware/Readme.md new file mode 100644 index 0000000..01dae52 --- /dev/null +++ b/firmware/Readme.md @@ -0,0 +1,9 @@ + +## The firmware + +By looking at the code, you can tell that I wasn't very motivated. It does work, but could also use a lot of it. + +I recommend using it as a starting point for your own improvements. + + +Parts of it were adapted from [https://github.com/KlausMu/esp32-fan-controller](https://github.com/KlausMu/esp32-fan-controller) \ No newline at end of file diff --git a/firmware/WiFiFanCon_fw/WiFiFanCon_fw.ino b/firmware/WiFiFanCon_fw/WiFiFanCon_fw.ino new file mode 100644 index 0000000..500fef8 --- /dev/null +++ b/firmware/WiFiFanCon_fw/WiFiFanCon_fw.ino @@ -0,0 +1,119 @@ +#include "config.h" + +#include + + +WiFiManager wifiManager; + +WiFiManagerParameter custom_mqtt_server("server", "mqtt server", mqtt_server, sizeof(mqtt_server)); +WiFiManagerParameter custom_mqtt_user("user", "MQTT username", mqtt_username, sizeof(mqtt_username)); +WiFiManagerParameter custom_mqtt_pass("pass", "MQTT password", mqtt_password, sizeof(mqtt_password)); + + +unsigned long lastLog = millis(); +const long logInterval = 1000; + + +char identifier[24]; + + + + +bool shouldSaveConfig = false; + +void saveConfigCallback () { + shouldSaveConfig = true; +} + + + +void setup() { + // put your setup code here, to run once: + Serial.begin(115200); + + Serial.println("Hello there"); + + + + //wifiManager.resetSettings(); //TODO + + + snprintf(identifier, sizeof(identifier), "FANCON-%X", getChipId()); + + Serial.println(identifier); + + loadConfig(); + + setupWifi(); + + initTacho(); + initPWM(); + + initOTA(); + initMQTT(); +} + + +void setupWifi() { + wifiManager.setDebugOutput(false); + wifiManager.setSaveConfigCallback(saveConfigCallback); + + wifiManager.addParameter(&custom_mqtt_server); + wifiManager.addParameter(&custom_mqtt_user); + wifiManager.addParameter(&custom_mqtt_pass); + + WiFi.setHostname(identifier); + wifiManager.autoConnect(identifier); + + strcpy(mqtt_server, custom_mqtt_server.getValue()); + strcpy(mqtt_username, custom_mqtt_user.getValue()); + strcpy(mqtt_password, custom_mqtt_pass.getValue()); + + Serial.print("IP: "); + Serial.println(WiFi.localIP()); + + if (shouldSaveConfig) { + saveConfig(); + } else { + //For some reason, the read values get overwritten in this function + //To combat this, we just reload the config + //This is most likely a logic error which could be fixed otherwise + loadConfig(); + } +} + +void loop() { + updateTacho(); + + loopMQTT(); + loopOTA(); + + if ( (logInterval <= (millis() - lastLog)) ) { + lastLog = millis(); + + Serial.print("FAN1: "); + Serial.print(getDutyCycle1()); + Serial.print("% "); + Serial.print(getTacho1()); + Serial.println(" (Tacho)"); + + Serial.print("FAN2: "); + Serial.print(getDutyCycle2()); + Serial.print("% "); + Serial.print(getTacho2()); + Serial.println(" (Tacho)"); + + Serial.print("FAN3: "); + Serial.print(getDutyCycle3()); + Serial.print("% "); + Serial.print(getTacho3()); + Serial.println(" (Tacho)"); + + Serial.print("FAN4: "); + Serial.print(getDutyCycle4()); + Serial.print("% "); + Serial.print(getTacho4()); + Serial.println(" (Tacho)"); + } + +} diff --git a/firmware/WiFiFanCon_fw/config.h b/firmware/WiFiFanCon_fw/config.h new file mode 100644 index 0000000..4505eb2 --- /dev/null +++ b/firmware/WiFiFanCon_fw/config.h @@ -0,0 +1,27 @@ +//defaults +char mqtt_server[80] = "example.tld"; + +char mqtt_username[24] = ""; +char mqtt_password[24] = ""; + + +// fanTacho +const int tachoPin1 = GPIO_NUM_16; +const int tachoPin2 = GPIO_NUM_18; +const int tachoPin3 = GPIO_NUM_21; +const int tachoPin4 = GPIO_NUM_23; +const int tachoUpdateCycle = 1000; // how often tacho speed shall be determined, in milliseconds +const int numberOfInterruptsInOneSingleRotation = 2; + + +// fanPWM +const int pwmPin1 = GPIO_NUM_17; +const int pwmPin2 = GPIO_NUM_19; +const int pwmPin3 = GPIO_NUM_22; +const int pwmPin4 = GPIO_NUM_25; + +const int pwmFreq = 25000; //25khz according to the spec +const int pwmResolution = 8; + +// initial pwm fan speed on startup in % +const int initialDutyCycle = 40; diff --git a/firmware/WiFiFanCon_fw/configFileHandling.ino b/firmware/WiFiFanCon_fw/configFileHandling.ino new file mode 100644 index 0000000..432e69c --- /dev/null +++ b/firmware/WiFiFanCon_fw/configFileHandling.ino @@ -0,0 +1,41 @@ +#include +#include "SPIFFS.h" +#include + +void saveConfig() { + DynamicJsonDocument json(512); + json["mqtt_server"] = mqtt_server; + json["username"] = mqtt_username; + json["password"] = mqtt_password; + + File configFile = SPIFFS.open("/config.json", "w"); + if (!configFile) { + return; + } + + serializeJson(json, configFile); + configFile.close(); +} + +void loadConfig() { + if (SPIFFS.begin(true)) { + + if (SPIFFS.exists("/config.json")) { + File configFile = SPIFFS.open("/config.json", "r"); + + if (configFile) { + const size_t size = configFile.size(); + std::unique_ptr buf(new char[size]); + + configFile.readBytes(buf.get(), size); + DynamicJsonDocument json(512); + + if (DeserializationError::Ok == deserializeJson(json, buf.get())) { + strcpy(mqtt_server, json["mqtt_server"]); + strcpy(mqtt_username, json["username"]); + strcpy(mqtt_password, json["password"]); + } + } + } + } +} diff --git a/firmware/WiFiFanCon_fw/fanPWM.ino b/firmware/WiFiFanCon_fw/fanPWM.ino new file mode 100644 index 0000000..9933f66 --- /dev/null +++ b/firmware/WiFiFanCon_fw/fanPWM.ino @@ -0,0 +1,78 @@ +#include +#include +#include + +int dutyCycle1 = 0; +int dutyCycle2 = 0; +int dutyCycle3 = 0; +int dutyCycle4 = 0; + +void initPWM(void){ + ledcSetup(0, pwmFreq, pwmResolution); + ledcAttachPin(pwmPin1, 0); //0 = PWM channel + ledcSetup(1, pwmFreq, pwmResolution); + ledcAttachPin(pwmPin2, 1); + ledcSetup(2, pwmFreq, pwmResolution); + ledcAttachPin(pwmPin3, 2); + ledcSetup(3, pwmFreq, pwmResolution); + ledcAttachPin(pwmPin4, 3); + + + setDutyCycle1(100); + delay(500); + setDutyCycle2(100); + delay(500); + setDutyCycle3(100); + delay(500); + setDutyCycle4(100); + delay(500); + + setDutyCycle1(initialDutyCycle); + setDutyCycle2(initialDutyCycle); + setDutyCycle3(initialDutyCycle); + setDutyCycle4(initialDutyCycle); + + + Serial.println("Fan PWM sucessfully initialized"); +} + +void setDutyCycle1(int percent){ + dutyCycle1 = setDutyCycle(0, percent); +} + +void setDutyCycle2(int percent){ + dutyCycle2 = setDutyCycle(1, percent); +} + +void setDutyCycle3(int percent){ + dutyCycle3 = setDutyCycle(2, percent); +} + +void setDutyCycle4(int percent){ + dutyCycle4 = setDutyCycle(3, percent); +} + +int setDutyCycle(int channel, int percent) { + int value = constrain(percent, 0, 100); + + ledcWrite(channel, map(value, 0, 100, 0, 255)); + + return value; +} + + +int getDutyCycle1(){ + return dutyCycle1; +} + +int getDutyCycle2() { + return dutyCycle2; +} + +int getDutyCycle3() { + return dutyCycle3; +} + +int getDutyCycle4() { + return dutyCycle4; +} diff --git a/firmware/WiFiFanCon_fw/fanTacho.ino b/firmware/WiFiFanCon_fw/fanTacho.ino new file mode 100644 index 0000000..29c6e4b --- /dev/null +++ b/firmware/WiFiFanCon_fw/fanTacho.ino @@ -0,0 +1,104 @@ +#include +#include +#include + +static volatile int counter_rpm1 = 0; +static volatile int counter_rpm2 = 0; +static volatile int counter_rpm3 = 0; +static volatile int counter_rpm4 = 0; + +int last_rpm1 = 0; +int last_rpm2 = 0; +int last_rpm3 = 0; +int last_rpm4 = 0; + +unsigned long millisecondsLastTachoMeasurement = 0; + +void IRAM_ATTR rpm_fan1() { + counter_rpm1++; +} + +void IRAM_ATTR rpm_fan2() { + counter_rpm2++; +} + +void IRAM_ATTR rpm_fan3() { + counter_rpm3++; +} + +void IRAM_ATTR rpm_fan4() { + counter_rpm4++; +} + +void initTacho(void) { + pinMode(tachoPin1, INPUT); + pinMode(tachoPin2, INPUT); + pinMode(tachoPin3, INPUT); + pinMode(tachoPin4, INPUT); + + digitalWrite(tachoPin1, HIGH); + digitalWrite(tachoPin2, HIGH); + digitalWrite(tachoPin3, HIGH); + digitalWrite(tachoPin4, HIGH); + + attachInterrupt(digitalPinToInterrupt(tachoPin1), rpm_fan1, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin2), rpm_fan2, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin3), rpm_fan3, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin4), rpm_fan4, FALLING); + + + + Serial.println("Tacho measurement initialized"); +} + +void updateTacho(void) { + // start of tacho measurement + if ((unsigned long)(millis() - millisecondsLastTachoMeasurement) >= tachoUpdateCycle) + { + // detach interrupts while calculating rpm + detachInterrupt(digitalPinToInterrupt(tachoPin1)); + detachInterrupt(digitalPinToInterrupt(tachoPin2)); + detachInterrupt(digitalPinToInterrupt(tachoPin3)); + detachInterrupt(digitalPinToInterrupt(tachoPin4)); + + // calculate rpm + last_rpm1 = counter_rpm1 * ((float)60 / (float)numberOfInterruptsInOneSingleRotation) * ((float)1000 / (float)tachoUpdateCycle); + last_rpm2 = counter_rpm2 * ((float)60 / (float)numberOfInterruptsInOneSingleRotation) * ((float)1000 / (float)tachoUpdateCycle); + last_rpm3 = counter_rpm3 * ((float)60 / (float)numberOfInterruptsInOneSingleRotation) * ((float)1000 / (float)tachoUpdateCycle); + last_rpm4 = counter_rpm4 * ((float)60 / (float)numberOfInterruptsInOneSingleRotation) * ((float)1000 / (float)tachoUpdateCycle); + + + //Serial.printf("fan rpm = %d\r\n", last_rpm); + + // reset counter + counter_rpm1 = 0; + counter_rpm2 = 0; + counter_rpm3 = 0; + counter_rpm4 = 0; + + // store milliseconds when tacho was measured the last time + millisecondsLastTachoMeasurement = millis(); + + // attach interrupts again + attachInterrupt(digitalPinToInterrupt(tachoPin1), rpm_fan1, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin2), rpm_fan2, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin3), rpm_fan3, FALLING); + attachInterrupt(digitalPinToInterrupt(tachoPin4), rpm_fan4, FALLING); + } +} + +int getTacho1() { + return last_rpm1; +} + +int getTacho2() { + return last_rpm2; +} + +int getTacho3() { + return last_rpm3; +} + +int getTacho4() { + return last_rpm4; +} diff --git a/firmware/WiFiFanCon_fw/mqtt.ino b/firmware/WiFiFanCon_fw/mqtt.ino new file mode 100644 index 0000000..38a5008 --- /dev/null +++ b/firmware/WiFiFanCon_fw/mqtt.ino @@ -0,0 +1,424 @@ +#include +#include +#include "WiFi.h" + + +#define FIRMWARE_PREFIX "wifi-fancon" +#define AVAILABILITY_ONLINE "online" +#define AVAILABILITY_OFFLINE "offline" +char MQTT_TOPIC_AVAILABILITY[128]; +char MQTT_TOPIC_STATE[128]; +char MQTT_TOPIC_COMMAND[128]; + +char MQTT_TOPIC_AUTOCONF_WIFI_SENSOR[128]; + +char MQTT_TOPIC_AUTOCONF_FAN1[128]; +char MQTT_TOPIC_AUTOCONF_FAN2[128]; +char MQTT_TOPIC_AUTOCONF_FAN3[128]; +char MQTT_TOPIC_AUTOCONF_FAN4[128]; + + +unsigned long lastMqttConnectionAttempt = 0; +const long mqttConnectionInterval = 60000; + +unsigned long stateUpdatePreviousMillis = millis(); +const long stateUpdateInterval = 30000; + +PubSubClient mqttClient; +WiFiClient wifiClient; + + +void initMQTT(void) { + snprintf(MQTT_TOPIC_AVAILABILITY, 127, "%s/%s/status", FIRMWARE_PREFIX, identifier); + snprintf(MQTT_TOPIC_STATE, 127, "%s/%s/state", FIRMWARE_PREFIX, identifier); + snprintf(MQTT_TOPIC_COMMAND, 127, "%s/%s/command", FIRMWARE_PREFIX, identifier); + + snprintf(MQTT_TOPIC_AUTOCONF_WIFI_SENSOR, 127, "homeassistant/sensor/%s/%s_wifi/config", FIRMWARE_PREFIX, identifier); + + snprintf(MQTT_TOPIC_AUTOCONF_FAN1, 127, "homeassistant/fan/%s/%s_fan1/config", FIRMWARE_PREFIX, identifier); + snprintf(MQTT_TOPIC_AUTOCONF_FAN2, 127, "homeassistant/fan/%s/%s_fan2/config", FIRMWARE_PREFIX, identifier); + snprintf(MQTT_TOPIC_AUTOCONF_FAN3, 127, "homeassistant/fan/%s/%s_fan3/config", FIRMWARE_PREFIX, identifier); + snprintf(MQTT_TOPIC_AUTOCONF_FAN4, 127, "homeassistant/fan/%s/%s_fan4/config", FIRMWARE_PREFIX, identifier); + + + mqttClient.setClient(wifiClient); + mqttClient.setServer(mqtt_server, 1883); + mqttClient.setKeepAlive(10); + mqttClient.setBufferSize(2048); + mqttClient.setCallback(mqttCallback); + + Serial.println("MQTT client initialized"); +} + + +void publishState(void) { + DynamicJsonDocument wifiJson(192); + DynamicJsonDocument fan1Json(128); + DynamicJsonDocument fan2Json(128); + DynamicJsonDocument fan3Json(128); + DynamicJsonDocument fan4Json(128); + DynamicJsonDocument stateJson(1024); + char payload[512]; + + wifiJson["ssid"] = WiFi.SSID(); + wifiJson["ip"] = WiFi.localIP().toString(); + wifiJson["rssi"] = WiFi.RSSI(); + stateJson["wifi"] = wifiJson.as(); + + + fan1Json["tacho"] = getTacho1(); + fan1Json["dutyCycle"] = getDutyCycle1(); + fan1Json["state"] = getDutyCycle1() > 0 ? "ON" : "OFF"; + + stateJson["FAN1"] = fan1Json.as(); + + fan2Json["tacho"] = getTacho2(); + fan2Json["dutyCycle"] = getDutyCycle2(); + fan2Json["state"] = getDutyCycle2() > 0 ? "ON" : "OFF"; + + stateJson["FAN2"] = fan2Json.as(); + + fan3Json["tacho"] = getTacho3(); + fan3Json["dutyCycle"] = getDutyCycle3(); + fan3Json["state"] = getDutyCycle3() > 0 ? "ON" : "OFF"; + + stateJson["FAN3"] = fan3Json.as(); + + fan4Json["tacho"] = getTacho4(); + fan4Json["dutyCycle"] = getDutyCycle4(); + fan4Json["state"] = getDutyCycle4() > 0 ? "ON" : "OFF"; + + stateJson["FAN4"] = fan4Json.as(); + + + serializeJson(stateJson, payload); + mqttClient.publish(MQTT_TOPIC_STATE, payload, true); + + stateUpdatePreviousMillis = millis(); +} + +void publishAutoConfig(void) { + char mqttPayload[2048]; + DynamicJsonDocument device(256); + DynamicJsonDocument autoconfPayload(1024); + StaticJsonDocument<64> identifiersDoc; + JsonArray identifiers = identifiersDoc.to(); + + identifiers.add(identifier); + + device["identifiers"] = identifiers; + device["manufacturer"] = "Hypfer"; + device["model"] = "WiFiFanCon"; + device["name"] = identifier; + device["sw_version"] = "2022.03.0"; + + + autoconfPayload["device"] = device.as(); + autoconfPayload["availability_topic"] = MQTT_TOPIC_AVAILABILITY; + autoconfPayload["state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["name"] = identifier + String(" WiFi"); + autoconfPayload["value_template"] = "{{value_json.wifi.rssi}}"; + autoconfPayload["unique_id"] = identifier + String("_wifi"); + autoconfPayload["unit_of_measurement"] = "dBm"; + autoconfPayload["json_attributes_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["json_attributes_template"] = "{\"ssid\": \"{{value_json.wifi.ssid}}\", \"ip\": \"{{value_json.wifi.ip}}\"}"; + autoconfPayload["icon"] = "mdi:wifi"; + + serializeJson(autoconfPayload, mqttPayload); + mqttClient.publish(MQTT_TOPIC_AUTOCONF_WIFI_SENSOR, mqttPayload, true); + + autoconfPayload.clear(); + + + autoconfPayload["device"] = device.as(); + autoconfPayload["availability_topic"] = MQTT_TOPIC_AVAILABILITY; + autoconfPayload["name"] = identifier + String(" FAN1"); + autoconfPayload["unique_id"] = identifier + String("_fan1"); + + autoconfPayload["state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["state_value_template"] = "{{value_json.FAN1.state}}"; + autoconfPayload["command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["command_template"] = "{\"FAN1\": {\"state\": \"{{value}}\"}}"; + + autoconfPayload["percentage_state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["percentage_command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["percentage_value_template"] = "{{value_json.FAN1.dutyCycle}}"; + autoconfPayload["percentage_command_template"] = "{\"FAN1\": {\"dutyCycle\": {{value}}}}"; + + autoconfPayload["json_attributes_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["json_attributes_template"] = "{\"tacho\": \"{{value_json.FAN1.tacho}}\"}"; + + + serializeJson(autoconfPayload, mqttPayload); + mqttClient.publish(MQTT_TOPIC_AUTOCONF_FAN1, mqttPayload, true); + + autoconfPayload.clear(); + + autoconfPayload["device"] = device.as(); + autoconfPayload["availability_topic"] = MQTT_TOPIC_AVAILABILITY; + autoconfPayload["name"] = identifier + String(" FAN2"); + autoconfPayload["unique_id"] = identifier + String("_fan2"); + + autoconfPayload["state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["state_value_template"] = "{{value_json.FAN2.state}}"; + autoconfPayload["command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["command_template"] = "{\"FAN2\": {\"state\": \"{{value}}\"}}"; + + autoconfPayload["percentage_state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["percentage_command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["percentage_value_template"] = "{{value_json.FAN2.dutyCycle}}"; + autoconfPayload["percentage_command_template"] = "{\"FAN2\": {\"dutyCycle\": {{value}}}}"; + + autoconfPayload["json_attributes_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["json_attributes_template"] = "{\"tacho\": \"{{value_json.FAN2.tacho}}\"}"; + + + serializeJson(autoconfPayload, mqttPayload); + mqttClient.publish(MQTT_TOPIC_AUTOCONF_FAN2, mqttPayload, true); + + autoconfPayload.clear(); + + + autoconfPayload["device"] = device.as(); + autoconfPayload["availability_topic"] = MQTT_TOPIC_AVAILABILITY; + autoconfPayload["name"] = identifier + String(" FAN3"); + autoconfPayload["unique_id"] = identifier + String("_fan3"); + + autoconfPayload["state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["state_value_template"] = "{{value_json.FAN3.state}}"; + autoconfPayload["command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["command_template"] = "{\"FAN3\": {\"state\": \"{{value}}\"}}"; + + autoconfPayload["percentage_state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["percentage_command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["percentage_value_template"] = "{{value_json.FAN3.dutyCycle}}"; + autoconfPayload["percentage_command_template"] = "{\"FAN3\": {\"dutyCycle\": {{value}}}}"; + + autoconfPayload["json_attributes_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["json_attributes_template"] = "{\"tacho\": \"{{value_json.FAN3.tacho}}\"}"; + + + serializeJson(autoconfPayload, mqttPayload); + mqttClient.publish(MQTT_TOPIC_AUTOCONF_FAN3, mqttPayload, true); + + autoconfPayload.clear(); + + + autoconfPayload["device"] = device.as(); + autoconfPayload["availability_topic"] = MQTT_TOPIC_AVAILABILITY; + autoconfPayload["name"] = identifier + String(" FAN4"); + autoconfPayload["unique_id"] = identifier + String("_fan4"); + + autoconfPayload["state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["state_value_template"] = "{{value_json.FAN4.state}}"; + autoconfPayload["command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["command_template"] = "{\"FAN4\": {\"state\": \"{{value}}\"}}"; + + autoconfPayload["percentage_state_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["percentage_command_topic"] = MQTT_TOPIC_COMMAND; + autoconfPayload["percentage_value_template"] = "{{value_json.FAN4.dutyCycle}}"; + autoconfPayload["percentage_command_template"] = "{\"FAN4\": {\"dutyCycle\": {{value}}}}"; + + autoconfPayload["json_attributes_topic"] = MQTT_TOPIC_STATE; + autoconfPayload["json_attributes_template"] = "{\"tacho\": \"{{value_json.FAN4.tacho}}\"}"; + + + serializeJson(autoconfPayload, mqttPayload); + mqttClient.publish(MQTT_TOPIC_AUTOCONF_FAN4, mqttPayload, true); + + autoconfPayload.clear(); + + +} + +void reconnectMQTT(void) { + for (int attempt = 0; attempt < 3; ++attempt) { + Serial.println("Connecting to MQTT Broker..."); + + if (mqttClient.connect(identifier, mqtt_username, mqtt_password, MQTT_TOPIC_AVAILABILITY, 1, true, AVAILABILITY_OFFLINE)) { + Serial.println("Successfully connected to MQTT broker"); + + mqttClient.publish(MQTT_TOPIC_AVAILABILITY, AVAILABILITY_ONLINE, true); + publishAutoConfig(); + + mqttClient.subscribe(MQTT_TOPIC_COMMAND); + break; + } else { + Serial.print("Failed to connect to MQTT broker: "); + Serial.println(mqttClient.state()); + + delay(5000); + } + } +} + + +void loopMQTT(void) { + mqttClient.loop(); + + if ( + !mqttClient.connected() && + ( + (mqttConnectionInterval <= (millis() - lastMqttConnectionAttempt)) || + lastMqttConnectionAttempt == 0 + ) + ) { + lastMqttConnectionAttempt = millis(); + reconnectMQTT(); + } + + if (stateUpdateInterval <= (millis() - stateUpdatePreviousMillis)) { + publishState(); + } +} + +void mqttCallback(char* topic, byte* payload, unsigned int length) { + boolean somethingChanged = false; + + if (strcmp(topic, MQTT_TOPIC_COMMAND) == 0) { + DynamicJsonDocument commandJson(1024); + char payloadText[length + 1]; + + snprintf(payloadText, length + 1, "%s", payload); + + DeserializationError err = deserializeJson(commandJson, payloadText); + + if (!err) { + JsonObject fan1Command = commandJson["FAN1"].as(); + + if (!fan1Command.isNull()) { + if (fan1Command.containsKey("dutyCycle")) { + int fan1DutyCycleCommand = fan1Command["dutyCycle"]; + + Serial.print("Setting FAN1 duty cycle to "); + Serial.println(fan1DutyCycleCommand); + + setDutyCycle1(fan1DutyCycleCommand); + somethingChanged = true; + } else if (fan1Command.containsKey("state")) { + String fan1StateCommand = fan1Command["state"].as(); + + if (fan1StateCommand == "ON") { + if (getDutyCycle1() <= 0) { + Serial.println("Setting FAN1 to ON"); + + setDutyCycle1(initialDutyCycle); + somethingChanged = true; + } else { + Serial.println("FAN1 is already ON"); + } + } else if (fan1StateCommand == "OFF") { + Serial.println("Setting FAN1 to OFF"); + + setDutyCycle1(0); + + somethingChanged = true; + } + } + } + + JsonObject fan2Command = commandJson["FAN2"].as(); + + if (!fan2Command.isNull()) { + if (fan2Command.containsKey("dutyCycle")) { + int fan2DutyCycleCommand = fan2Command["dutyCycle"]; + + Serial.print("Setting FAN2 duty cycle to "); + Serial.println(fan2DutyCycleCommand); + + setDutyCycle2(fan2DutyCycleCommand); + somethingChanged = true; + } else if (fan2Command.containsKey("state")) { + String fan2StateCommand = fan2Command["state"].as(); + + if (fan2StateCommand == "ON") { + if (getDutyCycle2() <= 0) { + Serial.println("Setting FAN2 to ON"); + + setDutyCycle2(initialDutyCycle); + somethingChanged = true; + } else { + Serial.println("FAN2 is already ON"); + } + } else if (fan2StateCommand == "OFF") { + Serial.println("Setting FAN2 to OFF"); + + setDutyCycle2(0); + + somethingChanged = true; + } + } + } + + JsonObject fan3Command = commandJson["FAN3"].as(); + + if (!fan3Command.isNull()) { + if (fan3Command.containsKey("dutyCycle")) { + int fan3DutyCycleCommand = fan3Command["dutyCycle"]; + + Serial.print("Setting FAN3 duty cycle to "); + Serial.println(fan3DutyCycleCommand); + + setDutyCycle3(fan3DutyCycleCommand); + somethingChanged = true; + } else if (fan3Command.containsKey("state")) { + String fan3StateCommand = fan3Command["state"].as(); + + if (fan3StateCommand == "ON") { + if (getDutyCycle3() <= 0) { + Serial.println("Setting FAN3 to ON"); + + setDutyCycle3(initialDutyCycle); + somethingChanged = true; + } else { + Serial.println("FAN3 is already ON"); + } + } else if (fan3StateCommand == "OFF") { + Serial.println("Setting FAN3 to OFF"); + + setDutyCycle3(0); + + somethingChanged = true; + } + } + } + + JsonObject fan4Command = commandJson["FAN4"].as(); + + if (!fan4Command.isNull()) { + if (fan4Command.containsKey("dutyCycle")) { + int fan4DutyCycleCommand = fan4Command["dutyCycle"]; + + Serial.print("Setting FAN4 duty cycle to "); + Serial.println(fan4DutyCycleCommand); + + setDutyCycle4(fan4DutyCycleCommand); + somethingChanged = true; + } else if (fan4Command.containsKey("state")) { + String fan4StateCommand = fan4Command["state"].as(); + + if (fan4StateCommand == "ON") { + if (getDutyCycle4() <= 0) { + Serial.println("Setting FAN4 to ON"); + + setDutyCycle4(initialDutyCycle); + somethingChanged = true; + } else { + Serial.println("FAN4 is already ON"); + } + } else if (fan4StateCommand == "OFF") { + Serial.println("Setting FAN4 to OFF"); + + setDutyCycle4(0); + + somethingChanged = true; + } + } + } + } + } + + if (somethingChanged) { + publishState(); + } +} diff --git a/firmware/WiFiFanCon_fw/ota.ino b/firmware/WiFiFanCon_fw/ota.ino new file mode 100644 index 0000000..97b8261 --- /dev/null +++ b/firmware/WiFiFanCon_fw/ota.ino @@ -0,0 +1,39 @@ +#include + + +void initOTA(void) { + + ArduinoOTA.onStart([]() { + Serial.println("Start"); + }); + + ArduinoOTA.onEnd([]() { + Serial.println("\nEnd"); + }); + + ArduinoOTA.onProgress([](unsigned int progress, unsigned int total) { + Serial.printf("Progress: %u%%\r", (progress / (total / 100))); + }); + + ArduinoOTA.onError([](ota_error_t error) { + Serial.printf("Error[%u]: ", error); + if (error == OTA_AUTH_ERROR) Serial.println("Auth Failed"); + else if (error == OTA_BEGIN_ERROR) Serial.println("Begin Failed"); + else if (error == OTA_CONNECT_ERROR) Serial.println("Connect Failed"); + else if (error == OTA_RECEIVE_ERROR) Serial.println("Receive Failed"); + else if (error == OTA_END_ERROR) Serial.println("End Failed"); + }); + + ArduinoOTA.setHostname(identifier); + + //This is less of a security measure and more a accidential flash prevention + ArduinoOTA.setPassword(identifier); + ArduinoOTA.begin(); + + Serial.println("ArduinoOTA initialized"); +} + + +void loopOTA(void) { + ArduinoOTA.handle(); +} diff --git a/firmware/WiFiFanCon_fw/util.ino b/firmware/WiFiFanCon_fw/util.ino new file mode 100644 index 0000000..7d21606 --- /dev/null +++ b/firmware/WiFiFanCon_fw/util.ino @@ -0,0 +1,11 @@ +#include +#include + +uint32_t getChipId() { + uint32_t id = 0; + for (int i = 0; i < 17; i = i + 8) { + id |= ((ESP.getEfuseMac() >> (40 - i)) & 0xff) << i; + } + + return id; +} diff --git a/img/avr.jpg b/img/avr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd46ed99747ba5d8729a233f9ced5c8aeb5ebc97 GIT binary patch literal 117374 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 literal 0 HcmV?d00001 diff --git a/img/board.jpg b/img/board.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a73398f3316a115bd6d014c6a30f7e02b8ceb95 GIT binary patch literal 259409 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 >Js-wgal$m#9Ck5oRTiwQ z`48=dt;OxPPTB|k4(81Cca213>Xv{h8|{vLWhGd>2957a{_7#lxIa~arbeQqYAfpY zt%{h-yYGf}L}=Llp`Cnp^Q8U}<_J^LbN|xx>ST;{eGcugU6CaNXGC6B8JCy$*9I=> zKQxd1Knn$Pii4Kz>a{lB#ry1)I*;9xJYZQJgMYTE4-L_S18Js5%f|5dONZethT#dV ziJ=aYw~7q0P;#`58-3+RK-W^XJ?ODUIfRMg~dW1;h5Wv)28jzklo z?GCr8hRc_M%fy#wh0ko1Ph8uWVO#)ZydO}<9I2Hr=}xGQnekcX6J{sK38aFeEtq66 zI|iyysgU>^_T(st{DSRpzgx@d!pdO zgJb8^j$5gdwcXa?);zx}99UsViyISX|Hj zkJ2f%Sf9fl@GBhe%?g~5vZ-riCR+iP1cm=j)8@F7OmfAdA=|qdjzSKHkxnG%oh5bs zFP`Uv#l0qj1bh!U&#n0~duh4K9Kb-FzRliQepZ|3QSXFGE_R!U`=1g#RIe1SHybx+ zt>6~mV&=NEh!-5GFT#*Jf0D@@&m1yP)phY=WBns;v)a&e=5$BsudT`IFv9%s!PXt8 zr5fVcs%7su2*4-!9j?5J4;sqcNv(D)d(i)+h>lC(5hcJ0B04jYaM5--TFYYb;8r3`yayT#=0chO2k+ypQHl$j9!?Qk@(1 z#M?=#v@5c0@#Bx)o1YZ|DcSjA^m{WPjHZDHOTG)Rpz?d1!BCeq)9wJkNBzM5Se!fL zg9mjLu+Gb;ES`vAIj@){{$N`pdv;q;0bG3%IwkEXWXKgl^W`vtuE5R>bHUZ3Tn^BJ~)upYVFl$fD}@rf0n%>}BEN0^iw+FQ1L zj9V-n{c*q$C!fVB>4=g$UMuD-?ESBJ*Ms2bO?S9$*c?7%D2P)#th)yEyV2@0r}O9= zuILM;-=L$I#MY?hkh26u!+t64>)a-^j2iR$PL9-5-7aNHh&GoA(qX5l{eB`9BO`H= zA*QMw=6S1rda!sPi^tF}|4=Gd^S;Zj#e?Lv)n42`mh@_-Nz z0Zmw{7CI+k(w%xG4ZWjWMTZBS0KbERZlaKRHiI%JBdR3f-AU6zaXyTl(jlWZpg<&^Zncp@_=lEI{2kAb#O^Gf|9?wO zcmHCdzi2`_4@P!9?L3WK0o_{A$M=AZuh=KBncy#9O*9zyqaWJX-q@%-<^DXzmHLOa zEA$U7jwqCOT;1$F>Uu6WO5-ruDcO&kq?2xLtz|PKF{@PY3IiJbQhw*=fXZs>rdqsv z4?dxJ_FGUJo6c``N)|s$u$VF@4Gm6wy~Mv@%0H>K;Bftw#U|*jS?0i(wY|q+|Mw zad1lH5>?7bE|V5Yc5x#J)gv__50pzXNOd7~@zR+RZ;x0{cBl~1LeEWaE=`Od;(e;#8sSeQ7KmE`BLFaCT zV<}|roKK04h}PEHCs21$JTe5km+OeDwO*e>Tc!{UZM@p2mUY%ciVG|la4zf9&PTR> zZ+4GQ&-?MQB`3?W^jyyo0 zllcMq^wPlrDrm%Ioh`_3o3$;wI3X=hi3Vg-bE6Tg4&+*wEc`M`JUADYYCb7Igr z&xXf&&DW=TV}PHeE#z%(S7^rZ8qCg>`&6ykF7=0W)CaZ8i%#BPv*m*HgPdh-b|9}! zVC$_6m@YGY33D<{7s#HpXrd)~hcdFuHIgpp0!3uy_LWZkSGSj$l{0T{tG1Z^)7)0c zKa+8fKg&W%P&waC!mcG^(Sfry?%08;MatW7cR^DjE5@m9ZpHz6eYk9-8f**%l9UB5 zAuCY$f646Z#h>N7-nvY?jM|w!DJndxjIs_ldG6M^N!;U^aM9$!8AUR-3-g9i{!2gC zQ9gFlN~ukw<+43o5TiqlDMCMu%EF(!sMSJJ$D#^S_RNagIJhF<a8j4hHP$(1;?6O4wmrw;hL zp&L&jxtEhurYfdquWk*XPNkz1Wy*+k?1=g1>01{Q9MkMIz}Xz^Wm=MY&p7ioz*VJu zhW`a(i|+h@UCJkO)K^mWGQEbmmZRuU^444T@&otAm>jEIUOf;rF7Q{fCZToi40xGx z+2kv|3sL8XS0FJiAmesT20_awO-|L=?-ZC+813mvYUhS@#kpk|jzZ2?aWZ)oAO)-cuB?Trlw(UlEQ_3TP1Gw)wQzPet(SI*q%o>b28v zQ3Y3q69qvVpKDI>Vw8UvN7K!0eVpC&{_#M#I0LEcEn|`v50R$9*Z$#|5qnY2YvE&j zGpp}#Q^^#t%dpS4wd+u~=Q8YSbJP=wpZDVBJbDa&ni%uiA1a1~R-UPEF~3qvUX!OE zjP1DiD8|tQ6VEz$J~zaP`Z4w-c$*-elJo?P1-dNeF#u9+o~@8?464=ssV{ z@gf-U4^6AL499P$$&=`%RIjpV3&wm?^?bVf=|Exr;m1bz>M5y~NbwljlphAC-{Sx} z1AEAYrM80z(pr{yJ-D^$q)G1hbim;pwA^;g+CeJ2?U12xFF2vddc6HY=ZRD{6x9r# z|5}vqT5ulL0Pq-sPTzd|uW|zUV~nz(`W)75n0;?@WumI)-W19jPfp25iqMEG{bluR z%k#FiNnk@3m8bp6;R=G57G zYyR3K1_T0QgM*hDSv@{_r6AZ?>ALqUdjJ9-hIW%GZH9#!Y+8 z^q2X$P>yt!uUIC`r59L73x+S4s%H}OkOMC7oLejnZCy#QoaG#{w2cR(txDd*H-!m= zN5RL{5)<~kYDBcjZJuA=Bi?)~AhY&5;?X%{-V?@Jd1?+qCcRzAZc&cZ=R;VJe3_Tg-7a?b9mfFFD5h$Gi{KN2{3wlM zPg$(!4!ieWJLxK^WME{lIc>dq6ald$t|~Z7cdEtgS9o|8yNI|q zn*MK_8PQ-&JTC?CS+K#Dpbf)nIY4QJaWXOUa_t|Qfm{XNAaXW7^z(B#7reqEiK9#M zwMI&y&0iXPgQV_hsUYoH_yywB$Ms8k>cNoBT8ZBIEi-CT(*iEGIy7=4!s;?2Y*HVw z3x1}41LSv33W#@Ke z+0NXNwQ(Dg9~RUzzjx1Phq;*l_VSy#EBlmGR({y!S96D{JPzDw7KYs8>SeVYVP4${ z9r)afX(KHC)|<5lGv_nrmc2GW1P#phFU~+kAEC$+u_slGlSsSl%y&ZmnNw@84<`l0 z2`r}_9;vfEH}ip61HOOCYmrCDrX!55z2u;7&YChK{H4!#4QBz*@1hKg1~Rh_S#<6c z$qtz;N{u8V%p@bmLo!lBGBQIlawH?mEy|p^euBsj15ri;nfK-sPXOBxP(!bZk-qpx z$M$@C6g4dLqG(=jAIr^?qyBQk?rzKC-JSnjkStYAqoOaF`h71Hh?Dzl-1F&V%%eXn zNx{nB%u@0QAoM`XpJ^*T3DexQ)!7kL+PjEzhEg0Oa03;@hunXd<^ z3WaH=tK=6su0b@XzX{aXNmOtKxDyK6g{&I`%WUtekZ|wWaB=4`iC1fskf3v&hljEn;Db$yU8O=(DK8x|Ciq6}H2F{qZV~Z^; zT@=-C-K(L_LBg9-m_B=|(iZE0Nl&zQLb@%-=Cud~0voyM+wYNbs7j$C;^I$=Q zFL^5P^G8kL+{hkO&Y?5S3uP6UF$p5tv>$5-;vm-8b?R{oHGy?Hl#OJ*#=Z%wp4%nu zBFe>>&2V)%(CJ`lrG%6b*&o@?>#J)oxD|9dxj~A?)i3176;?^5Pf5sc#f(%Zw z5?kAWUy{ygnc!=9uU~C^70?!4KD7Bs=~ueh8g~U2c*6Lt`#p_ccC8->^5JmTw8=D$w8*ggPm1vkNbTK#0drx3UZpnb{2& zH1%q@iL)2dtVRdszK>W0erXm=PqV)kdZqf*-e~=Sxkao(4Q0^q0KE-80j5~$U8Yh4 z_vFtfXIIh%tl33W^Im@JA&aJYrrW>JIgc`k()hUcswVf*%1w$o=qg-b^z`7>Z@M#Y zn`ms2Mqu}~!0+p;SjTTU3u2%zc+s1*9kx@DGb%s6wK0QwO%?pU+rTFGT5x2x@2Q!T z=xt|WlN5BfZJp%Pm^LFA?;49D*7LyLV8ITe8=zQXd2iFyPa0_^)W0`) zBRtmSU^Y(Vnhz57JvBu>!Pj~5<+jwoR5jE7Ahtixriu2g-|Kl4LjI4WuMTVKegDTo z+5qX0&Jm+ScngdU0i{MLFnS;jQc8CX1|wy3!+;?zAi@~o2r23AkS>4we1AL7b++@* zxz6tEIp;k0eZQhYQ=G@!uzzCV1*7k=$Anmb7c2d=BM30_E9xDe+bR4dF z>wbqn0>;lYkEvA`&>RY3rRVTu0_tV z)n|cC43V7k9{<@KfmWw!CC^88~$o`ID^jp#4Tt13R+x_)$dfSVCLc67|63n#pc^ z*_q5)^`Bry6JN7O`w)?jmd2)9Cx1+0W6S^JR#Ko5{0qqXAL)=kli@5s#K{00#7uh- z*LqX)U*N|1QE%PW-kGUnU0VWuo#bC)jGp=IG{Hr%yMT2Eva_#{Prar0&}5a< z^J;4BvuTO;mX%yg4g9ImI%W0of7s!tH;jUtFNM9z!%q$NM<@J>ji(ZxxeRdcSKUt6 ztUGKLu&avE{9tX&69FDU;@OYLqgVX`*Mu%sCAK3Q1M14%gKKhv&$iX?+P8w&Gz>qD zYkk`4=oj>oupKd}k_!@V>$yrXa@M|Z7rrR3?d7Vl0CY{R#PZSLZIMZ)jf*f4!7zdO zd7-1Y*eu;%z}Mm|=@s(9tNgcKc96H2 zMn}6~COZ9HTT?9cZKW*rh9Q5m0>^9UpD~5Y&S!M@M)}>*s)Eb4ma83cM!YHv;4c(q zE1a~>E`-D@fmVrj&j~#juYL-3PtIlB`4lW&HG8u8DDuIaoP@Z!ei=Jh!5Vr#eliQ6 zD*ALOWtGTnE30paRictuC#6=@`{XqgGV$lD>XXR8zh-yf7zd_IvbpkKGwoJ?ckwFp z)ISsibAqH$hhxg;sOJ!sAzQea4;~X@_2gFQh2*u%K%)sXFG-c)GD!N*jogptzf;OS z9@ZQR{v+VM*xUVIoHX%qB2u5DyKe5S5%I{vT~PibU<;z}EH>I*AOd?FdNDp9Sc$4t zJ3`-+`X+OUClMVwBi`L^?#O+o`pnGJr=0~$7*`%_-pz8$k5y(za^t8f?Mn#V%S}6e zo6mh$8~4STl`bp$=RV-p-gU7}Q4pA#o-VwdFpIJkda6VG7dR+IZgK2|bXCcXJhexB zGr7hiC59GvmIA6O8(gSzLVhcz(nQzk(#y$L8;5XAfmWR`G|4sW+R@2=0@1agYGA3g zVprW17z8y(;FZw6Ne*~jEMplIoxHgQR^7smZQR|y730%>TEpLoF~JD^)|pJT^$My} zj?|X>Z)~7?QYEp{rXTo@We!UY@hPeFop0oyV4syQfr)>+pR_7l%ACWN73yRt&z|fb z?l#$X-YT$=C9bT&0uKB1iK%tj^fe@kA0-UarZ&EBWx`|4b$<}ft1Y_n>%Dt@pHz{5i+NPiRDNN(ckYT{z3QCno!TK`wQ-4;w0<55026y(wCw>OW1sX!)_f+4k-x zkKE`(BxhF20A3Q2A*=`TCaLcHMu}jvjprZ1w&k52A@17~d@u-g&(i7t5%65dMD8ta zb$W>&+V1@$*r}nD|BY7{rJXmaG2^ju>M7F?+5DCyPq;;C!|(M*9(nix&V*+J41(%2 ztTOF9c~}8M`=%{+6EuXjruAGtUSmka7d2bgl7=90@Hj(`=2`Qu&bs4=U%`T3QC`vi zgGJPpM6_ai-jz=%kmJQ|U77$`d<71G2W?P;7gFwAYc?iApKYT?&1#&UaYpYqN=5W8 ztOu%ScikFmJPvX?Dej#jsMv;cmAlE1NB=??Dg$G1^` zDg5s~*bNfCDbTr{Q##{b`bV&zpkw_p_|FRWjDn+US|rq6T6d$BXN_;e=KiTnN*iU@ zon8wWwOhjcyF;yl+jU&1dH=m>BrY}BLncLq>I~u4K4ZYKzT8}m_X*+jSSsfj1u&*J zJ~*$hC}yG^LYOEVm7Mq*%L4EyyOkOmt^W^B1ynfVbpISP?FULOMceu#eCbb&{n#r2 z8Y^#hsjpc;3zkYBgOxrW4rT0Q8||!<@GSNi_>7NnLoWIxuH^aeR0Q>9WS~J(UpFWm zE?>}uby{=Y94JYIbI;-HGp=zge3q%(LiMrd$$08?-`tP8U)Kf!19I1vlEV zz9^%Ai6f2z>^nJ(txl;E_-S&7{kdEl5_%o@Wgc>z+-%YI-nf%2Y(Ikh!Fu*?X&iECNq8PtmL=BgarO0_}<_C)FQK`EQ7MzJLi}2 zGv2D7&|!{I%3@I)>Y-G4)TG3_!DMp8Jqis&Klg;)X@1hdN-oTB+vvM>l#tjf<{K?a z26f5v*)N~!X!|h6cpSgh#`nq0(oWYr)kv3%&2Wxx!-J}X-3@mi2$3+1|0#H!bjuzVtOj0h9EtJ8h1u~?wHkMax`)zKzG2KUN4 z?Na0cRb~rD)SdFmG9ouZw}xV?acLo;y0v=82%Pti0AC?is31;d^!&a0!z{&Yj?WX` z5pSN0*Vo8#5E*;N;5pFrco}mSK;P3c8Cfxve8X=p8D4?cJNP0Q{t~o=PspSuw|LUG zgkLZ5;Cw-iuEav4^a@)*+zp$08=rHhhFYiA0QTe$_T)6eb?nS&Ylr{jH1&?Tz9f0t zLdjt=84OuPPp15_&~}h#n-$`3XhZ$3iEn6Y8FlumvbCf04I6zRcic&18HSl~w^b4j zNeJ9zodT*hcavj~Pr(N8=#jT)4=JZ~T|pDE+%5d&6Ph3T2~}|$K02%UNr=@+*Jf!< z%WCy*-d59{|Hoi+xpz`W@Q>m)QK5F^2Ini6CCkJ+BDOp;38s2ZqrlB{#hrYwU-UIE zGK(+Ca^wBET6U4!D0_E0LyHfo7LYUxyR`r99pLzZLp4M2Al3D0?G9*~g;Sbt1_t#v zYiIaCNVdJg_5k>|GQ@deZNtd(FScUDm1}6h!Yj$bC(v)GcO%^>=Z}S#htZ(9=X7io z>TJAAtOS!b$p*osxfhz%>j(SvoS2lp!D!1ol&t^t88jOLO*D;stH5hVR#nNa-x zyG}BC`<2OoT;!(rL;$y?f@aG>PbbBWKHkY`$H+8g9KNDu+myxa?ltERFKnV8|KDz1 ztvN-|CN_&7Pp>FNco|fedrjzMu7&^BiP-yM9+);cWgZwlsgt|xnyHjPVrBj0MX9lTz40gnQ+^~dI zJ~(7c(SkED=^`Bs=9y;Mi8}Cs)|`Mtui8Xa_zh+Uu^K;;K&gFqfh_6!S)b9XyUTbv z2Gc9?yR&SjF`$p>$KV(y%oq18l^1mmU0)O)pK}qKigLxiJrvAIo;3S{TYfYeS{xl- zFzKNBZT?jS8#qVd*JMKbH-!;$dAxX#k#6yVV%nCyhCJ_M=g6qFCelwQ6Qacv1x>|2 zmud={YIK;sdAn*hozcmB(A^Y@3u=klp7q^d8nXFIVrRF~9DG`e3|bG&Yq`+*B&&8T zW-IboEG~M^Y@*QSCg`nitUK%BA1#HFikh(`ncG*SLSsoSx6&lH($9m*l{>YRv$~JC z58E6qNgO*hwD2Re8(OmU)UuFGdx?kASEn4-^Wrt?;&TWK^1i+Td{#Riy@M6x{t31) za`S^UuAwK>O)bo!eqK!$V5q#rEL)M4$Q7XH@9DJ6yyEb_lMdM*v8$opZ!)fh^YGIa zoNV!lOaa#~C#KJT{&?BxHcLGdR7!EI#A>%Ox#Apen3Ai8cX13Q;V_BV)IZghE?`p2 zSAQju8T)k)9B58dpl5TQ7dBWI!AlE&ZI9C7MEqB zH2LobEz=5z&7-%5-208OQxSeHt85AF$L)##yE=AZ)EKVBwYa~Xg&))i1sf)ytEwAJ z709V$TW}7&u>8e^G0*v?x9zwvz}L?}sz3hR`*{&9#SdjE&xwMDnp_GYIZKyU!mYKVpntB<_txsYTJNo(`&f>bTToT@gJJ#L*D%dV)OphibT`Nimb$4#8udCV- zt)bOd2c}h&o#d^UEXUoTG1EU7k*4_PjtW(Kj=7 zJ=qJ^nVilIK9y=I+@)M$r+a(&;0LYaXsWN-f0F8nZxZ?r9NBoaxiV0rRf627*^;A{M!4ZK(29Z~Z)ap$8akGrYo?c#op ze(531l;f{gjTm#Gv@m?;Ib~%|!RjgH?UG2Ljr%YOUyk?F0Z?<(4o=0H2yy?c;p$5{ zmeK4l6ZIqK*8N=A7Ew_0ebNH-E-2@7+Dxy8?ZNiVoya~yhI%X_`o!iq#xMKN?q*B3 zjko%kvCa0qEatS-3)@jdy>;Zk-X80eMR!>6i8_SIrEE z9(=|wX@iz*&`KcoP6$|6NtYFeZ*M*wq*skeGVnOUzqs3!z+b&%0 z=rn&%Ax6HdkF?j4l7^4|sYzW%PXbSy8a_W5Ej6mrU5XLzNjf|fw;Wkv(a?%d#C4-A z=riM-8}S+se^(*5Y?{0wb@9}J)N2X(@+y|29+hyxVG&}Pc}*6TVf-S%%!JV^+iAtl zt$msKtUWk}-+ewZqFSws%9U;PX_mgt$!FNx7h^GmmZU8g+Qku8JcTa?A3iRns?6=- z2UR6dG5>n~Dj;q|iAmV_!7paz5oygvgY)5|Q=C&{ianv9GUrskLAXp~nFc$qVcDRQUDWyD*I>H{0+@cJ@X0+Dml z&@1V_VvkwdfUioXb2tS4ZG58JInJMy%PQh?+VC0%vx|Y3QWmmK%6#s$Vt0rSE)mZ z6-S~gQ!grT>)UHQCp7%M<0e5W&r|35@^TUysl8!ioAnl~xBm$8bx{f4ULy~IBCLW3 z?A(G^sB0r}JcLBdYdvONt*Jj(-SDq=+oZrG{wcYK?|Yxgwsw<^-JLI4ZB5q-3xA($ z`sky5_^I?x%yV19OSmPB)Z+ni_p_yEd*&}qS?ju#|G~8ADsw$=f_C% ztZ+*9Sx?JLq#SQMVR?lB1vT(D7GRJcglg(47R%?fCKe5bS7~_!s$QJz^jQ{^2bU;T z&Hm>ryIi%r8cQU&TRjgS?Hi`yGppdFtDVqs3KDQVZBw3E5efNSC#vjKbhsv(xeymL zda;%3OiZkDM^nM^JHT?@ZBNj!*|aCHqUR~y$nwY<=q7v5qcLW}SB0Hlp6AZx)k(i^ zCM7(fqFayorsQ@Zsz<$DySt`8Vx6erzu^of_elWs189!QwE-jxoWUTe2)bLj3GM8t zbw07B&ABhA1b#i3T4-oryWwlv1Liu1Ik6;VRK-fn52Cps161Dy8g%$U$f-X}-vX)_ zLW`H2_Ku!RR_TD%Z;O~E9Nv>qG6k!SOav+9?dfBTkwqhOX~n~TkF?^`-{44XDlEe* z+o;>L9c5p5RIWw!tmbAPV-o5a7D^NwuSYGjK%a+Sxo0K-r-vMi`Ou0>bBO7a?{+5! zAC7(}I5;jltpd`fJ&hR;#4CM+S*+9xtDZJCKa@us+8R`p535Ebi~mdOv9XisS#+z2qg znyQ&kDg0t3YZSVBms7pBOmlEr%S|-a|E_{lj!Z|qrk6@;>EbSNsj`dGh>vWeeOhGxQ!Fl|Of2)H3WUlDSeYh&Lt-sbsyHnR}^5k?V zSZ8+JO`1?Otewr3!pyP+P<*&H1g1-&mQ(p}_T;wDvc!e;@bssW5)Ya0>~VuJgW18e z+g$jHWow`8@k|$~$ExRZnBWJ;A3NDsbuANfqHJJs@HG6^FtKct)Zbn|iYv=Q8eY$w z6fG+ra@IMr)XGz%ZLVnreiXOoBES5-Sqr~8^x9`ocYz;0Z6e3I&;PGLG2vJl*ui=` z{N$9sU(2N8<-`snP2J=G$+w>ucX=Dv?|`Ux742i!uutY>s0ZTF=|;dEZgXhZYT`;K-}~9`vgP8lgSdylR8uU;dCDa35F~*Hnv^Fm9w{1 z0y>oP!^f1Sti0+Fj%1CGwHxh+8*P`^qrOU73gDWHBSB;J`Cl4{vJAKh@M^j@#CKAQ zeYZa^Ob_t@`gb+=mukoZ4HufCSime7E}i862tt=C(n*o;@OC;Em)^nZyC+M6T~%8d=PX1u0Q7`b`q>I>u=_6O;xXG zEe;QN6o{yGJi5=*>mI7Nh8lmSfwu;=YEWb{j9F_+;kb)qg?{Uu{WOowz-I7g@MrR8 z^XHP5KH|)nj^!q*kqDp6RBjs;$HS+@9<7J8{W8i#rCh6_#^TVOM+(H9)eEYBdyE$4 zC(769UGDGmXF5cm&YRs=j2AoRN)4B8J;dukoj$i8qeUhqhS};B*Rweh@)WVVejTp3 zyLEUK4~#=d#C5Dqr;B#Vf`&md{tufotDOpRa5|d)DYl%o4Lsgq{%@~6-$OiKf7RWL zF~YMFV7mghO%{G`^0qU7!7gpXqks8z+6KCJb_LPh{J@s^9serq|1fhYfAF@lJ05t_ zQ4qeDYWEiptOVBF!~}jfn%NVw%Z6#~XBUd$=zY!Qo|Le^8v{-WLm4Vg_ z)6a=UytvADZu>u!B2M-72{Gm-qOe3s5KPo}>>t6w9cA!_!s+yr{dY+qFBz`dt++Y& z=89sQiD@EIKwLIhv6|ynxFpft{s;BhLjzLLX`Gji=1s&91B&;N#9A_qEj}ymyueA` zu?H`rSlU?E`$dGw+#HX7BGPSjg@GG&qMGF%imhC=>y2rX0&`>x279*qIf_hY{tb`} zfQiESsp-+51w}OTM6D}@`RKev@5{T;R>2v^$jx^}R?EkXAz5@T--5L}A}Z3@*7D9x zBp1vZh3)KEn(>y(%GXox*_c(LUiT%GzWe}V_&&<4svJkkKj`q zRP1b}DB+1PGWSk;(lSABp$}nK)OV==e|h=?w>8kX72bw_J}T) z_w^Claw)x!{{1MpIf!0VJE+z4=*9bxgR>3;w%ya9y+Lfoa3~0)ILPlEYr%w2cXHez zcFZ|3v=x5Mk@B?~YyX7kS~_qSwGf$`vIEh zlf%`QjO}rVFG;;*wTaz5xRg!Jn5GxeNBY0|ZiC5#XM95}FL}-x;@vo{Qj>baU|Q)h z?dKnUq@`IuKP|i!=k0STGeD%;>S59t3{(xu>f}uwAX!&c6;;FmTtR@pY}QlD;G}>^ zuZ4(g>8}Ht_p_A1541gX_ucWcC&PDNXNtBFVCUZ)-yVo` za#Xia`Z>++_W&AqzN`6irb4cDt>0J4R zDf`v8is^PLTanIx1nZlI{O;>y*7Y%URE7s)Ub{_X?P6)lXySJ+nOj< zvud`uXTNioG$rUo>JsRybS0N<{}K2T9pMUK16aqtNI+VgPZV9tIKDrk6IkB&^tCAt zF>1;tFw0{)oTD-udyqDEhy!}#Zgo$O$g2i-{t>iVdVS8UY)m9oQOY%%bN#`T zU#c-=;-nc{tt+0gj`e<-NLKN?f9CT?qwn=poK^Vxw!&TT^MEXA$C5__6T^dW;>^+} z{2xCYZJ@3f*CCzwDobe&-3TkATk&^F%$=%VIXKvIk!RRh?A(*XW0stk4FeP|zq=5& z?+#t$UAo^hKHNS$93TZ!od5N`*aBV1wf!|J_%u$r!Ip%#`P1P#U`-9%ibr@*Rn^Id zccr$^BcLK;wzH;&TK-c?9u11<2LO-@qyq4?r`&$pS(zg96(xxm3j}~)>HNoc(l(vU z(=n3=q{mx4x`31a5rD~WcK;Fl<+tF99a2xLEVV^iYTn_nvd?!#ZX~f}{b}XFhlkDS4rcCkQfpWk4(favXdnwpLx3YHZ{yC$Cb}C+Y^#C*w;;y zKEKEa9*21J;L_BVf@&l+kwTl>IhxhqFYs0jU3uSxuxxs;dRL3(H$PS*Du8SDv$SB9 ziGYv3r)HBJ`V9Gx%@F3|2Ijn6m4lyG2-gXVtQ!t0<8qYE7pB?mch&QhRgrd|K;b?9Lo@3Hgk~79V?e;Q=ibk3A8Vg;&6R7Gj{p{ZdqDc zGY+TO)+E{M`Q{j*qUEO$wQgBjVsxx;&JtOdZA($X@UgxrWCcI9CCAk!|FpM}Dl;K% z79P#1{$c;pxF*W;=bnqA+R&3`I%i#3uCz&Um@-)d`2!VwW5_r%8sm;UYMpL8knGo5V2(<-reI;ioZQ&7sXM5_dk>yE`An=Zls4Rh^ChfMm z*7wtfnw+E_AzMT<$t~wReLlC%>cOpqBA8jN36PlYZ;-o2_Jlq8qaEmoW-l!Q^nL<5 zymuHoQ=Dh*3Rivx54|TtKR5_X&Yy6{8WMs{h@KFNON)wVtriE4UeW90T|9_w5&viHWs%HUn_~NKAO7BQdLN0RLSNCoxNM1) z&l{=Gt)Odjy3rS%JQs5dP0c*K)S4-|h%;Y|X-Odb1qu%`{3(th)LEi;n6+>cEP_t8 zw%7vQ66;0T8wQ)NleP~eT6{jh&R?091m8Tt124v04?7MPn^3Tr1 z6Ry)wy%^-@pZCA)k(R}<+CR;Xk!hvTXm;lJrC%#a0#TJKvDrH|vqs&Mh%02BSY-kv zOlOV$Be2xn4+_LHdSn8bsIx7%@xJfiV7-p4qadN9|NN3$Yio^ZK>W=mkp}Pal1PXt z8Zj?FAMX8@;@41&oGP3BnTXo`rWAjQVRuX^h_#+nWzuRL5Ydip*>5cg&aYt#G_CS= zI%zy{>amdd|8yP0j(EehcKk8@mH5fd=433ucc;fvr_EflEa~PG!}iXJ_)1NQ1%0K{ z)`L_O54-2$a2O>CyZzM0j2ryi`*~n|L3+>|l`KbDFl8{R$2|Pfe{52l78O|8`;ugC z(5y;*nM#i$J4_Eag_)O7T*;3@+3J(na@P5q0Bvn{`$6y!G|-#S9EN(TO(~f9Dmxj1 zrSS>VtBtL7F>6?%EqSK>wB$1l2hB?wUHa7r#Z}L@Rwj0oTYRV8!^!SDm4tiN$-eq% zBTTY|nYHW zG^!#Yc_Xt~K>0~T5H3c=F821T&D&*2f2>7{4{+pi3rI*?fdSR1tehjR^OBp^iF&Vv%aTM1s(!t> z->hTrUo65WAQ_4!dpX&!RB+*Vy0Em1ryFX^wk!zZ)`aKgy&oXsx?#lLC%)%H_XAMHE`w|bLHV(fxFBt7?U#BfbDsUrn)37aOT*9INyIH)0$K7YIo5fuAk3`uBsc<2? z7}yU?_$#Yai{_ZMz4tTAGlJbQLHj>8tx{oc-OY+0?NR+iv?_Q39rx8@o$mS2<^_$u zXzd)3()59Js`x#XFAe=x8;f;o+$I)%{%rosS+fR5@vHEs&#Fe~_hao#0D2*700|KW zZqZ*>+=~2G7rK9|@x?@eCLgfThP!*9_AljObd~sjLf=+6mXNL?zYO4I8Bv$6t*JVH za;SgmZ|91dA;;1iT@}f8yZQAXa|8g&rU&P3UcY)8pNaxjDukSb+^2Tn3BZ|Oluxvg zPi?J*sq~w_zB1n>MZg{q|0P4NixAG=C(>1g{>VvxuPcReP@c3=87xerxYcxDK*nde zia71lPKVE_zpVc&`Srm>*RKcm0$4|i0hKvAls9cEsN6o!Fd9B5WnZW#Vn4&3Q=mtx zHYN-7V^D(mCRCzf`H7(^{DOSyO|1JlSuX3K1D+*nt)8zP9yyJn^Q^qlC-k*Kz7_f9sQ@F;-7?eI-jbBW5i8*qtKh$<$*uVa%dJ` z&!M6EqOdg2quP5cF78lsDClcdf6lLvwc4r*tB;=FulflK;~H6la)`TCqefAXELlEMcm(yuFVVF-wcw@icD(=?h1gn~o?ySYZ%71jEHN2D&G_iQxTs~UCJCY3JIK7Rb;CIYrO$kso1;UUY2hjV-aF8pal#wUf6wz~K+kpVMl zy^9}-K?+a&s;IOC*syOcHuwfV)6#e~Bd98Qi`QkjgPyB5iuP{?CN?{CP7JtzA-_7QJPRJmx zsWsJ~@`3Cb1j%N)86)aPmz~b9On}v9frrt-5-QS>u(zw9j3%Tcsif;2IEq#8w*GE0Ag@2L1fQ5a4VY3o`kub%E0ezQ zm-3?v1>!jiKC>yti&R|%u_R({Vicm~AM9I(TnIIc2ipvAs2LPo>Ygcebu21p?dk~) z<_UeDlgTl{i)1|P6#C1SxXTiS=i1(#a?dXa9dF7{YK7C#EN>+jFI_CE<8JN;N9cXM z4qf@n{hhbt%^{U~J4NATa0AQizaIo5&j{|{zxNP7@Y{n&1o+RrXRIRkpFV&6;HBO} zO5qP*9fHy?YAx8a%;5PAOA$XlB*G^!pKqp6_=Dv-NpO zd7tAbGy1wHkhat>#3(T=7?xQxO`w7>LCku{yY$Nfi%trxu;1e4bCoC z6pR!7rtgs$UMe?`+6*{)`MiKAil;DIEfrhNIZUqoTJVw3ISKWV33P#h(^dv(;taMYv3wft z?{_!5frF@(N5~mKyo5sk+y7`HA zfOs?iTvZ(kn?WdJ*_C~uvk7a^=PqKde?dk z?;d$UsMAC7$@Qw*+mEl3Ij*)dcv-QVyY9FUvmBral$~s6wty%VhkR~RXrSB$-3#ST zFc6M=RcrHh8uWZtWa`ueN}UMPZfr{Dpl4+l_?`Mh9&x_;^EP?UVtUr%S&H@>oC6)G zo+uTo&UAo#L^u2PwKhFe^gb1-ay=%W6GjT9`h_I1FW}5J6>a1)Z|WNJ7fX3OBVj7!CLn}!snF^Uq4xl5nV6C? zpe#F+!4=}}FaV4Z9$7@2*u&U`^`$k$6tyOW3^)rNq4hdsKue4bG}*cTw6Dejek;pA zY4L1yeulLWEbv89mCoKB0ny~y#QY>nCo?sLz|Dj-RI>Ax>1ffY>6GMoGSOF0VYV6S znaA$8Pq;Ec>L98C2$caNmx0J7C%ozB#LjAALNfUMYM!l$a15v5uzE_KO*bc%1}p^x z)Rz{5Wjb;5Q3>9ri3vd6np8o+0l-~c!J~%W2uJvNHzV2-6U>?Zw-Mtmoe!ZCZui(p z)Y?nis~(k6k@z?!RVGy?Y!gFGqBTK5l9IysdIrh!v4u*)EhMwc$*4pzHJrCVr<}7R zHf2^Ar6C;@$;p;Gacm~bM{an&iHzY1ivlY$Wfrmb0qEB%V@XG`tVvi<`k}?Nz&F6B zovu*;QZV<;3sMQEW-x*#6jn;9HJrxC$5ik)ORe2W7 z5!4UY-$a|hO~|wDyCGfE5#C;V^HVA&+Vl|mwS0|}9$}MI69-zMpg6kIiRUq#qC(E> zNce4fJ7-H;C)gB#6eyz-^X7qRHJD|9IJ|ATQl1NHgk;)jMLrnbrkCXf+B7wA;XtU> zw}V_BE<9rnSEn5oxA3z8fWOn`+qXFz_|u&Y2#s;RATypBMB@DQ{a8f|uQ)l(a;V;` z$Z|5lAN`S7exhEon$56^DT+n)yV7r({~2D#n(jqtzb&_>pV^ ziFu))X^t*p97q{fTyUw7gf~@oHug~}Z)!~eXQq(XAa-Q3D#sWw@pjh0PSZ(-qd?Zi zUlHkw#fEZnSWFPUa$5ann@!7`ij`GSb4bdj zRR#O*(F$XMkPP1J6ln>pZ2uBF(Rh)1FrmaIYM~OUV!U-dvT_hK!l^PIZvsq+c5W8b zi3YjiadF5V6@lqkm>G>Yn|4y-`lTf#P<{I=< z&w<)8n)j3EhYSwTb8BZ>VBgN_HvoHs6s)L`c0pgOFm5l^ijXS>gTc>Nw#@mj`Pfk9 zF6XZ0C`QIYbX3AXAjPj7y3HQmR7Ca5W&pdn0Amqq7C?Q?Osd!w3fOZ%@UKp22a(l5 zWv98w4sse#%%R$8k2oq#Y(D{yI!ItV-}myn897QDsq{D3zpfX;5n4rJJPx$G2d)%k z`Bc-94aBc;X(71KWL4@B0DD@UQ*OLzCUv8fxT8Ab();4b&{!8ObwLn-WK62iZq9C0 zbx-)Hqq(2}K*3jRnyymS;+u=P& z2e$BO0UC#>^|ZEf*vT_OxqLPaP0As(TAK(xLOKw|ROta*6fd1{BAM9mfO%@JhOLPc zl1>e6*#)5$I35L2p}SI2P9_A&^|vViULDVzv8=$c`D8c`T$yBJ7Fh^+T|-pP3!ne3 zkz!z{d^g~ninpdDTT?DJ!lcdcBB1dWB~PbXBvhM5vG8c zWEav@K4DyizJ|86tV*dSS2<^Otm`5=oOf?}QJ`V4pq`Kv#Lj(apsYB9TZ_0ox)AO) zr<%%U2Rbx(4sjI5hPj^7=3|q!GK(Lc>X3$P+=te` zMGiurV+HjvXm{xQF->RSEC#@sZKV#6JE(Y+38i5#LU$y@syYwwy-1CV`W2P7=)epL7 z$CaS9IzQHM7sIjkit0RM3~(1?ksNg0X9&UM2Ny{tB9VzRDrppl4%5->NK!g?7%J+QB ztfrkI%{939#@hKHK0PRwqSqs+<{!c69mr`;W3%Mf)(X^DF-$wbz!Soj?(YeDI-`=6 zY}3%koBmJ&YzHX`SwzR7;^D?^(&rX_Kl~fL zxf77-e=^c|M-PmhwN!b|v$}QyR@82AERMT+&3x1mmsuogF6Iyd_64GkAhb#X^y=tCLbHomJ>|k52WVO{3>c&+A(MH$!$_v)6G;~WSFR7LY*0~|t-7yo0j^8-6 z*~O6;nDwvXB$cIsF{%j$p!7#5EF=#@oZ2F^*idU0V<1RwzK3&~Ip1tR7sgZwT-8t> zJ8T@`PK4XE?h=FFRosdyZ(k*H9|r=>yy|Sib%NHX3rf|w8ZY#W5wv^* zp}Z0$e8unVKQpVPAwJtxZU8`)a8b`IT(ZSw%%+5<(QWqG)FTlUY}$2O;mI38LaWPn zYEYYqR@R$rOHA)gw%O`3768~;+)8`)I5sg_%0wRFa0S&hjIQ6?)ZR8<9a|hL&>YRG z*NN!Jxfme~U$MyfWnzLl6%<$m;&IQTKwyuu?1H+|h@bgX8euWFYoa(9anN&%mP%IC!8l(`aSXP)$k z>x<0-+EL-!^ju`=$4Y_8Ph<_}sIedbh<;0C!%?~Hdt(ufr}%A3Oo#!`YE1CbiFHXw z^G8oK+KhUJiG9O&whF;u9pGG+xvqIZRcz{SsyHClfWu8IR8?yLA#^IV$DZ*XPh8Z7 ze`8fh6SbILuq-W!YC=~6jX@mfhH0F2x9p4r_ye7=-Ka#5_z-tyfGB0>-Kk zYri;tzgw!Rgc;~~!v5w1@NMeoEMcIqol6`iI=HJiocExHXp3oaFY}}Bru(Syd5A>U z)S!aP5L7UdTtvA-7MKtY)8arQ<50;r&@huPSl+uK&)N^bRrgU|I$54#!^6lg)-Gq` zqpGn3ZB^Y}D}QT*U=eBT$DC!G7n>F~vkCFc@78o=FeL+xd?-i|X@p{ERpW^RULi=p z^B=)fqn;8x+0}vDo_Vm-W$5E5ABnarj0_j1bU7cBO+5hWh!vMoMC;qZU;6S2&@j9X zt*>X!VIt~s$TL~{olb=c)*Yi47rl}Xuh^ci8DreOs&ZY{Eodss(=L|J19zQt1UJf< zV+x4SST)rArHpN?|4ylJveE!A`>TZaW&HNDT!C8$Rb0swz_$eghG(^R^p%ql7b=-32Kve)II(z8sY+ZBsr|~6V9r9Y#xO5y2~U(IhptMw=9nzo zm;mbbbcrfCJtQFCmuWgkgSK=o}B8DGOxV)ss3y6E)SdbMLfRKhXIx3NDWE+Ms`Jk!(1~o+LU6dpf2j zYk%_g^sQo(fN_I>=@5DB8)-E|tX*#A4Jn=gNlj{?g2?`Kx|2L=1wWq@`@lz4|5k#} za&z_99<9G!K=MUaSZT2wyoHLpGto3$xe13ou|fAkQuTQ$a3!3%&e!K#9Cy4NIg2AT zT5s|&Ic+eaZV-p8pV$m99SD8?bLz(H5!4IaUOeLpeZD$#Zj^l!QRliT-wk! zs$>v{hQ9$MLtI0#y{-8qY`T|AR`n6*)33`gpj#>*xNmK@v9)lBSF)px)hsCCCv5)_ zu`EKQu^5auMTf`EvQHEJoE}TTk%f7hI3NC?8VE_5Sq&vBLF*wIAYH3i0n`{qXf^#9 z%$bc4fSb5$<{33WLuFMfW+)H^QVW=0MV!i5W<4ZKd?^^U^n#Ph`+dC-q)g&1Q_g|D zUMM%WR99*^Ia7w57~;))EH5w<!CBq4xS#&tPAW;JO!<62@ph5Wt;SCNiC4@lr4}mVi~6I|9LJDnD0Y_^ z@Ff}NH7^ARF2bqkCdU=OXoZEz-I2_g2Jc3zb;|-1AM%P`@hYUG%%*6el2uIHd08{@ z27W^(G}k$$$Yi43w2ntPwKffbwt4J+cq7)eyTmO_@b7;F$EtVrM#q781;W;fOZoU< zyQCxE%-?vTTfO4P%0+}aS)#Tf!m+S>)>5${4w)(J)D?gA49w1a$vmzHBXwrx)y^y` zP%de#j{)T*Go?iG(gTO}bLgw;-?fo+f;YxGK`F1q3+Hn2pwqe4L*L0*>^Ya}GVa_G zwmP-m5|zigEuGt5l|LwY5km*5k=GG zbV%e}iR&|>OWWHF2UJxGXE6EFn0S;vNaP1Sl)mg$GI2I{ed6xoozDMWtoYsHomw!5 z0xUK#R>N}H3^-N6gTyh4aq(cHyIy6FzFuJI( zB~5m=Z&E;Y%zW0FRA}o@%0aQZj$bsjCWW!eP=7lI8GMl`y>*7@=0d7@q)0wqMn5Pi z%JLy^*H4P)N>a^I=#Ns_9E)ytG>5N$M3`=(rv1HbjudT4V4O&FgXvDtklT~7w++GW zDhRb^vBAtDxC8zGQryY)s;=YP7bnM8*7kE$G1FHgyld+BNL>qi!vI<&Sy$-PL|L3H136V z8lg_XuNn+gv`{e%3^on%!mG!lvdpEvoIr`bMV!NKg1Tq{rbY)oj}Bx>yKHPW?mEfL z%i6x1?XgS8_H5@x^CpbY#K3YYK=23lB*@>P2I-ZX~E(L#UP57o15K3U;4-JI%3Z6KIaArenu4))2 zu0yX};JM`r#hm{L%sOG%{F-h0#3F4!FC)xJ@bTmwqU6UyDlWgUaxpfPd8{o(x1P@g z38RMp2I)JZJM9>-Qo435)8yW6PAGamKpXy9v)h@n!PyAYYV5SaI5*EeRy|gN#hobw zi%7tB=|nxeBC~>O=}oFCB)0#LsrP_p^L^uob*P#}joP&Zv8hqCR*aYl8mp9;u}9UY z)~c;YY*h(CtTrMwsx4|Is!h#Mv$Sfos;Y|mzR&Off6sef$;thk`#H~@IC*ki*ZsLZ z*XLrDo5VLN#U4D#0hU#Mr2|%Sr8!%zzLjk4bNO zy!XODh_zN)om6w!1Yoy>kg|mpnkE7o-=G6`$blA;icY#k)-{)qXj1@nY?O~MQeGqb zJonlA6#VGnn0)S6)N#P@E5a=uyGlR_5A?#Q)~8bwb{p%kjXsu6s4N);#Y9>ZzOu1Y zi$tfjNETL>ZPPYtG!!6vKJAR{YdGB5+Iv_imKzAeNr*yfXyE=t+K-~0X=`1tV9}r7 z@`ssiw`;Y{*Irrr9gIS2^LIel{2f#+OdIb2Lift&@)bBZfOtHI{UEzK{_tn_q6z440M$~E2`&tL<@PVD$8Ug4>b>&f{553~* zX1u(+-q`thS-)NQrSlHg(SPs`w-lCfLiP@DwAt+M{6QgjQu2QcY)5^fh5jTm`DSi& zZ$sbu`_+8smt23Zj!GqE8*D8B(E_(A9>BES%MkO9ik$bxO@o6+yJ@m=(`2AN$^&usZlBv&R9&!P`ZsmGhb}cRc=M_{)E!Mm5V332wXiVLlLgyhTy-D%VrV%MB~y!_RHx zn@a{emDO27uBg#aU2|@NUeep-s+RT?(c%|Bsb*}w#9ez+?!YLR*~?y%k*odUzx$U? zQaflxX3U{DI7OIrTl!FQov$poTw*jVDC~8SBX+ZAQ9s%%%LxOKnr1?~==o;)_ux!4 zUi0OkR+=yA#kN`aW2tj=i&9aJN5x1%4mAfzQtn3Z+UYu7uza)*3_>&&-Al<1w(4v3 zq}4RM?rX9N_PF%@uVK&HhjN=eosc};O2k@8ZLhWSGR5zY)UCP><38U^bCQ4E%j3gU zHjaW~&)qp>Eh3q2X70=Rg4ixd*Glaek=#Y6`(rwuAJ(lMTgN2g^U3ss3WIsbyx)bydZszQ|Bd7@)G_c_ z9%nm-9tVpBR0rcyAQ#5jmQOj@fa&+-&rBEc*sFv8@8d))_*Fg`IJLY4VcHE#Vq)4& ze6brAgxh&RJ6P)b-*Zk|>wi7{Fp=UL2a+h1 z9!+;Jk(4v`33 z0Mnr^w;eIY51f`80M$7AQ0MD9NDkW(-QePE(~`5IY}leXdNR;fHPe@kxK%-`$*#OTf2sHnicdM4jW)Xx_X$eUxnu??erBYMuQ z`Q9E~K9jqzeVeO+v=sRNO-r5qKY!=`|7oeK_UC}CRQN-Q8*1w33ykdkZ%XRy|58%O zaTaqNu@EGPHwQQK6v|uMl}nE^2QN>7SYh_wGx}u+9-Q3v7u*E|;ACx}h4WXl#H9;v zIy3~>?uA>3V776v@Q0>XVueW!8?`Rm?+;>Jkuu)I`OyGj8!4GQ6)#+tdo|s@&`bC= zQYOh%=8h@BJ_yA#&1}8gr9vZk5?xJ5+55=PjAS^USIt{VeV*b=$O6S$hmB%7!L#_i z(ML}>Jvd)V%Y?5Wu3%6K`FKJ}zY@_mYN^=folcA}Kg|whl!9XC!9*blUl=Z@xzeji z+`@x`)R2R&)fI91`Qd10R{Mw{^Hie)1@Dgq)+{Wb7#JwVLEge6(^}UM>s494L3X_* zURO8?;3UgoAEl*qQY6rBqGQe6b8q=ZbR_`Pr~Hm3NPKQIt+4t|nyjX*^u`)}6iY{~ z4%T&P8;P4)R-zsLRTjl2+dzu}r!~50Wfc7QX)PtW0J@@Zp*mA@hV{G099<4Q6J+Q@|P@#5n42FGKK!Mnxun91U1&1WZ4z^=ShbXI64j?SW5pDcL@% z*tjiP`z#T4RQ9{m0DokF@8%zxfn0dPA^1;N)8;HLpY>C-q8fnSV^KE_V^Gg&r*FglXg~l*>R$!MyR#H5=AqmZ&3#?U|pw`k5qGUp79f zRRXTVR{%985VWu3An!NGIi6=1Y4u!#`t$W*?k}K^g$4JxuKl2E8fBJb@-8zlPcDPjjuaagWrzD+&I0kd`Jvjuf?wF`jtnlw zK_%BF=Xo{!(ZBwxo<6BmzZ9%iR;*a6HimN~iU$Y(DB_NigOYOL({tIHfhlHWx<{^A zXFw&q(!r;WresyURtj!@+*=|OFK%H`?powz-?ybrqW^TNdgacpYGqEV!ABYG_Wt^u z`|W?fOGci| z2=B`Z;{|C;f?magOXBMsckF@cROOgRjB+K&@|?3EG{dy zN}f=o`kB_kJ&S2)rEiub*Vq#l_YrMuWd+m?`1KzaYo!|W#Tfw=GELa7Pz70RtoYir zHQSxfSdo;yNBLRzxmsT&kM8P|o{b`hqaI1AiQyC-YKi}Z0k9nK0^{IZ?cI8EvpRg# zhe$=`(>T~lbd*d%B4ysiyZ!+1p*ycwM>FMd#$li0&ZTDW;a_uT^)2OP7YTVHWcRJq z&xK_|OMPJ)2Ri0!YomloiRF(_;aVug&-DN%%2a1#nOIO;NAt)=#)J6E1|`aQ4UsRB z*JwcZLKldcz)0~ZvJe4SXtPq(40AbCwcuib9Oko!i@YUjI}@x{V2fkJm!+i~>8d!` zWaWs_VA5tR`*4xM!ah5n&#a8?*|vWE_yrEx3%b&;@~ls@6DysGy;TAr;leC%`=!4c z(`Z*+H9Gxb9oZ^H#>&61$VA5LZ+8N~h6-s}8+`TrGUQ zW32+RIOlCcO1}~9m8?u(6pELemzV=dtep;W=fRrJroI>eJswfqC`P11TZkieI@N6G zGFJyP)_C}17*ci}N1Q-rvpkED-$v6N;A?FPg=;aMB)6g?wI|cGfP5D6#$O;8Wfl{8 z!A5~@&A+i-D~GMnmCn8Zuy%%9fiNB+MRHZi$=D{-ISx(@0#a)yVOCP1s$<1v=pd(&6nhga(lb_^=;aw##-3%vu3?H{ z87#sn2L++{)N+12df}U(-hsC|h>1XwBmBvuY9}PG;<7N1X;mKGR3a}Az=h%3RnK3+ zxGWV*QFzb3y};)*8j|eQWJoOF&I4UO(&Z%K9DJ1u$BMR4sb5(zwzvrA+ zW|2jQI%QYA?giY1eb7CbU9H;jk3PdjwFjx=YQq)7FT#I&1!(jH>*goiGT0zEBkwlwd!-q=+}j(6$=m={CfAu1l0@llDxAy{yveXtBeYhR^40Op1&@%<-ku2M%Hs zD+^;_;sz9Gah`Q^)qRB%VdoxIa;4g*tTbLzyf%~qmYA2E%_i`BHqeFa5R3)ec|)Kv;?r}luW)@tda`Yrgd{Ov=H+OY#|JDD1Ev1x0}JvASS ziIa_TzmOlll%bFxpYgBl*Z&0OA%4EB;OA@oW^s!LZ6*yoW-ONrUb3pi8xsFz%Taj+ z>(uC>p~WonDz|ajk_Qg=q?OXZl7=+_#YWIBFyH&^zhH3t3ncMiG}Qs2Bijx4;wu}) zmM`I?`$ocEe&@&$475Z=JT5nuT*bT5 zAcyxJP>dSGfv;#3XZzg(Qe%pu8x*iA1&;KA@093)cJl7Gy>CI z=GSXB!y@j4L|7G2zPYx9(ZK#~xVZaLb>Za}b_4 zf=WqSTODeWh7jrX|1m%g0s%Sv@n;DR`#8&D(h*6o*)XW;h=(R!zKdI6=a~r$Lg9unbe{v1)b{}2}zlRK_ z?HRcupj~R&Cd9%~iZ1vx8wF#62pDKv2u3)7h-(`pWN`BI57vGc_0Rsre&czgdE^Op zk>Wv4m@mHYK&D)7vM5_yIU?Lfakbh<>K7BQj&?o0&tROnE>_zpCOi$g5;ziBm}P=j zUXGOkdW}e9(X>#U@_DrhurR`^Q6^6DwOOT4RGQ-9x|F;r+0q1SFNcPgDhG)==k^7m zPOrBU4<_iv2{XCu}w$ zQvt?_lm|%E@T?_k<@PM%{9f75)^$KAg(*&$dg$8fM;o=UKn0l=mFddS7UQ|kf$^U8 zOsKIR^=y5h8uLAMi>0rCoap;JQ8YYHoTtFSXNHqfSRoz9YVO+B-=SMu0Mt!$Y&P zhhhti7eA^1`NG#`U6TdD%Cu2((}n0g0|@xa{h09hMl~<~EAo&anJ2?9uUs|ZB5~dn zih7@Gqy*t~HC>!*QO|Bqt+eldcl(rY+EPy~+~Qas#8<3ELn|t?{V~ZaZe(0K?1m9+;nT=wg_(2xp0( zRJTq&ZM40)cwWQRXy`A}0*Wn?w}j#WNc@B^&-%VDwEoqT@v$oa0cwH+lA?Drw}6pH z;zTVW;y(r)4T$4i1N$uU_#wbLQoD)hNOYtv?$UW%6KOg~00J4ty!LPcNO|`Gh3&>- zxInx@ksb_!>h~>+h%*0Ebio32s81~WX(Ez$6(8f`+XRjCstg4PIkxRt5FRJGM;<5! z`S>HKeKmFZ1Hdd76{&i?zvtlktqcj8m)pUx(daY9F}=^6^D_Kl(#E=aYQrkSYWf@z zE)wzDl|p{g6y&Jw5sv_bueyB|O;O3pZ7j}G87tFOiMhU0z5nDIaBCjG7|Fh<2|5~5 zY%lAPBtmvck#U0Rcl$Q4Mfen#p@{#AE@Gqw{QE#M2~LAW=ZF-mphD{6Eb;nI;fxVE zkTzuKeYj%LM@kHq(&rLuPqCE|TSiEaGgXmdV4=vML;BpEM%8m-=}>TWp$5zs*alWz zVw5@7r;Q#Z&lm;sO`Drou(STvpdzvK-8EX_R~fGRSAM#F)X_??P+t$R{}mWyq*{0X zeZgD7-$~_~-_{BULZcS(pdAmvh@k!@6M6)-z(G&xe3V~5o4`-(wZm`ijOgpj8yhps z%WHG$bd@}Zh+qLBbBefBCMg2zf9Tm4<|gr{NRI}IUoL*fj!)>WYoqOLx)kcv*WJ%e zk_f(^Yxf)H)RkIBxZGELT^-#V`gFig=W=p|h@>?+O6>(cW7l{g<8Tk~BQeGx@z23g z^Z-xtZg~3%JO;|0?aP?km~H7^&2ICX(SRbZ2^i61VC%V!t(R6BJ9P0==%entd6IS` zUS1Xvh^OCY5z@vf2aA-UHtdGhF?Y7NPy+N*W&t`@N1fX=I2lMV0I}S^%E~ykJ(wT= zxsNcQR*nb5!Ue5$6FWb!JDis!V&UkW-hK#Z4|(n2+Ue#K7aCA_#rBJ4<_o1Kx?W_^ zLr6RQJ~c&drtVr1TqgXlp;YHh-E%5LXmq#VL)cZk%tvc{T(J*D0#bg) zqE`S8md`}QT{629EsR>S_R@Qh*nRcEO`M?EsKM%x5PmS?UedkDL z8U*sZR^U=Uxm#+M{?)Wpi;`0;*~Kgd*hxXjRCf;7K5KqodpUsrmYi`lnQFp`2=dUv zFv+3tF)<0P0>M7vdS3jD#3!>V?;HvMTU;akKDHCBByIK zy7gMd_ASi`vx*|=o95U8=%|Tg4rhidveKS40heW-;VVivu<|A7X_KfAEt6dp9jB?< znr;Xv%|h^wC629HzKR(2hwP#Ox~16)x&#dP(ANZgUi zJDC{QWk1s&sebXg%0VVnI!w<1kvv8$2r;e8&eE=JXOeNfr!lYT%4hd1AQ0Hg#7B2r zd)d-W|KVQ@3YC%>Np+DfqgRQ<2H@|eu#Mu_ra;AGB7&Abw@~2Xm@U*jFEl+hPPkfz zWnT+jOdlkEoC9cK7Wm8ZrokepXMQ0Eg=<)H&BtE@I*p=@K7aiZSX@oofcu0_a9yks zjPMSjASI=%1i-<**Y%d3`|Lc)X^4Acm27XSo)VIQaqo}}+1qluE&mq;!@msp4k3`;^j;Q)m|1X{^>|+Zb26md;84k$iA!{ zx3MuPEC30kD~o*a5fB9(Wr&15h&xLT+xxf|{i5Fh%8o^{xF+&mU}~~w=B&OmaZmgC zH*`YK$>SFj=RtZrQa%WPO<7M%m=TTAPhEsQR+f|c zoq|#^*_1_xxNnerF)5p#QG3Vj(2A`$J8DB>{4T(!Kp4PQ{~U{v*`2y z0T0B_sj8lN%&~#Kwes5E#Y-ip?S|Y2Pz3{^%L4RIx=q^Dh!$>5VhgX?Uef zhla*Ji{-{XSaL7#6_6s2{i$4o>PqVbz{SWi)doem_*lx-dP%NiB1I%G*yJ6wbc0%c z`z7oEu|})g{q*^Xx5b5~q_zu%~}6Ppg+k5?;Dx6=aib+fK#hq! z*bd>c9mJ=2a^pN}P&~qa3UD=*?XVKkp@rebUJ#KU3^031F4ANKn9s^|G%6yXaJks8 zZ+VLQ2kJ4^c6Q@SJ-21$Wkm;i(JDGCJ}O&kXqt*F0F*L%OV*POugA*!Nfoo8FicY2 z(&Pv`OP|^TP-dgF8WO{3W^#JigOH5`!ok71wgH_A*b)RB5-B~3)gb6D@YZuIa-uBMZ#1*EDKgAF%edr9Bh z-K=W*_4&M(PbttcJ+9(}q@QL{$l_O_>Eel$1SWc%Tcw-UI0c@fE4f>c5(Vts51)6xqk_{ z++>jg79=8fu=CJw{i-{PVexZYkB$qP+O zf!jL-q`%YHgKhr^_~}HO=PNFo(3BZ84=V>B1lAwQ28XcK$dv24CcJ1^xo~N_OYyfK z&!V|S_MwCa`xRZysZ6qe@!;WfEe3bu$8?BKU(XB(9JNq~Y6S*r6(&S!7|BgeJiK`d z5|lu=_)verX|_auVhz1sTDAyosr}+Y7qt3Kexc8Et2;wWiWZ}-k9_U@Uz?879%{L4 z)2sshR~V)L>gfddHfR_X!bA~QVAZ#)wpx8SIH4zXR`8NXm>^3@BZ}Cuh$dvR$s)W?8 zH+MoR@B_M>yKVriG(H+Q1{TZ5e!K6TQg+aVd`w-+&XfG-Vt4%J>X|gg{lDY|0LQbv z!XI^NBh8O51FsH|klFl>|IOwFRMOsAyi+gN!Ic}l%?qf$<6eD72cMW(4V)}EX!Dz` z{@)moSV=pOO6*RozGLvt;C+YE`;K^nxAX&P`oTB%$_dD9?J<9Q`9Wf)7;t?^@m{2b z&+%o*T+!%(vfn&DBC&~nAWJ`x0^T#EI589FQM<@)-A7AHe(K^!{0M&8_fCyxd5sF@ zwlX9lWEd8+j5aYaR;v|v?}+=kInlAE9vYO-S6!MnY*s=SsQo+{(I{gz(n0xgHTZeYvB zrK{@tAWUb`+Q^1>{Vbkhik-qn#yuSwD^yr5LPzQmo1KfF?D#VZU=kb&S zhx=nh@wL7u*}hPq;>NnNhSgmX$Oazh2XMH^bD>?q>WZl}tAl_vt-w^GtJ0;7{?XA_ z3DsNJ-` zs_qr8asw!uHL`Pvcv!%Ar$#Ed(DOO3cUUCWIHhkFMqBwmRa0jeE*PHO|5>TnTGtt= zbm(T80c&(m?s>Mtnv;f{mBTwn-MqN(Hj+clXadP{Y)!=}ZQd}VniANrUA)j(Db>Wt zqT4_VN=q(7N4i@jTytr1k8xr#&FaCFls11GuyB#nQovYFZ<#8X4j|8j`?us{zt?Qu zsuQhem7$Q&5tm)4=t3O!1@!7|R`7Lo1(gA^N{u;81&h>UKD&hpSbmk|RDF(o-IBt- zJJT190;eT+zY=lwY;H^2%|Ufmc3{}1;#vvkEPq1?A;{=+(6eRklxg19%(O(_wsgYL zio7JpX4LMwmMOxbKg!9S^4d*f=)3!5|J4U7l~mVeN~g5%Fu1g@VDyAJ1{ z?&iD6oRR|x(azcsE`&^LH7z%nt0WBeq@k&m zI@7mc9M-+>;P~v>K$o3LS~N;gB}Y+pA4cdJz&=0*DL86;aq{n`F>)zD#iwBnFa-;v z56$hi$(xj|?(URa$^)JfIevtTR70%Y`Buso)$hH058Yav@dnwc3bD~n+M68?4|fAQ z`u&zEv|C=$C4{cDMt8?_K`%;=*Ji6z#=djJ_vW6~I$K9VcgIwRTg*UOjQgaL1k#;) zn^iopx!cRL3!W_}V_$@9DRAnW4SK}=fQL<%`G!XS^X@JTVO7h4=cZfMm|G`sx) zWk~SVSwr<&Ict}d>NyzkmuVIef!{luTOwMJZ;?Uig}G>>OebgJ_ZFmDEvABV!`^b^ z5#v0&SKx!~R>!HAF?Ka>Kjmc80&8aE-Vh6ksptErZp!ck^0V*e^2E5^3dkpXq&~dq zEPr#rv6b6$MWq%K$~Z+DFvYIBHK8#zF1%CzVO)>gLU@~>HafekBzT)Ro~ZF0Huomz zt~B+j8Y|HDkBtEF)4Tf*Dh6gyW zyUB_k7WQ}wYAWQzziL~qv!a#kx{Ut6!4wOwU9h|K#Z7V$o7Wi^s|nD?V$F9gySwxG z6Jm3kl%z%3`Lg0<6*ih>S)07#HI0?p4G$rBhTO1sST2Qfp1>+$YWBr548%65X8*KX zNcT02^oWi{|0ZRV;+DZ^CM@GfNm~d=qh#(fYirqXK|yibDj#Qe8+1W;e(&ynYFY{A zE9`0bmdYqAs);GTnyS#$###aXav~oVMCS^5LP`f{p5S05q*%pd)9bj2H z_agaJBy2`hSkuAwL9C{|LRtW4r%{P)*UJ{xhgmxw@HPBG=JU{XCCm`54^sNkIi;B^_@R!mAY&xk;H`e?Wo}28 z96tsF=8#70Q`B9@b2?#JU)JHD5|oSxVfre#6O9?`P{X8+OUjEI_T7?&gRZ#X1n@jx`q=Vg>E{l zkR#MheB5q$iDmN5^8nCq&|9cd#`B|QQor7Sv=Kp~|Fs{5u2>UuTwy=hr8YeqlS@Tye^%si&be}eEwqxXlZ2gZ70jaK@j<&7j2c@tGu zp4rQFa2$pSHD2wPs499Gb$AVvJNxa-XPxLpJCc`D!h_P@a{E5!_VF#oyj zNb>zR4f)A2cunDA1o{Vjtow0QHDaj3ck4D^r^_Z442^bKp;#6nb<@D|$T&|=g(l6* zQ{1aHgHQ!ySZkh2%7t9SX2TioJ;6>cK?y^VhVPlDEO1WP40e{!Nw7tEv&sf}A?59)>y(Bb+(7xMqp>nj6?ld| z{eC|(=~Y7<8Rqy>*o90D@P-OtB9bt_O&%#XA5p5NU-$d#rU}yRCfX;dBfzQ&@$ueWCZ*lOQD{rxZ+)vff=G^6NhY+%|90W*pV5I zx#H?dyMa+6B&S!Li5C7_WJbu1l2!Wh=xLa=9$4qxRH)jzLPq}=)>6*{A_MdB#@Gbk z+blQf1$&wA`mn~CwjRHAMC0^h-IlVJ2Kk$rqN5oP31QJs7E3R*XAWL?64E&Qz2&oZ zqiDlpyj08C=)g+-g7|KN!Dd5fLd3iEySqYQl^4mftc)`kY0x+BGiSe(9(1_HtN1BnYeQ%j!Ctw8Klj#)} zI}PfAQ7OqbY;%3;xrw{=O zrrO!!>7|ii0IL^#yUi9KoiN_=P^wGIj9N`%CN7sRXd z46o(oZ#pulGx5i-gg#Qx5}8^CONY^|rkY!mudrn?bUEyMi81#do$@C=OnQ8$<;Uk> z7w52z%3;*%KUntig5#7OFbaSKEeUYntE}Ynr&m7^jt?(LEpM8ncj_S!Wghh>l&H?h z>amB@i*j~Rhzji2sQ8tx@pDA~C&S5BPb`}{^iw+~I2(8Fnb+#d>plIFzEvg&Z5}q1 zDN6Mn}l=ZBhLQ0rfwcfIUmkWnk{7g z&53my{O6!diNeQ-cF~CqBC*b`3GC+><`B@?2BK0GD2DxeRVT_|;4rJe*}KN<^5a&c zE|xU~U`Rr~?eB6HcWW~0vTO&Y(5;Xp)(86ao%Yt>|6_=r0lWim`SV2E=)qlqqh$S& zO7{w=Qgd%OMpDFyFpJzuYwoGkF1c9PmNWR1*tn~_+meqI%X&d~{PT0iM&zs#&V=t+ zVqr>Eq(4%`B43iYjI-`lDxWYdjF$=BcpV>&26jt(ldEr|Jp5lV}*8Yj( z5i-NbTwdIgwuEQDwhR^_rU(k_$uG6BKi-}ksNBWZ$(%XjJL++{gq4h$DoHt&n?Ult z(&se`<}qf4eSvs#@82=Ge`FAXx(By1!%l5_x~7*myTlv{W!SW($N07Q%kI+t@Z47-BUIy zQwfS~X`gBcns(D8w&(=dp3-poW<==_Aa)|TH@t#gLOL%ElkcZS4C~kgy$N6;-xKy} zh+f>pVMDCC)YWh3^q=ywCI3A;XWSvNk@NUqQe6Q#VgR%)D`zM?-;!Yhl)$uI`WB)K zqN)(N&t7A-$2OuU4T3(dk%CKq%BdZip?z^7kXE8HZO!C?#4?Y^=rK0U1F89Cv1{ju$|AQ5EQtHoYI3H zN_Qv5mry^$P@8~W-FDmmYL>!fx^J>R1rI{WeqCAOdPD=hP#0=|&*mheeTO~B0#p6X zTH2z~{J2%tA>Z_6{VgW^HUIdlx~RPIVFpK)KdO_nvk$5fd0#hxMw-QH*_Ml;uA2=z z9FeZwjw2IVLd*qyQC}V?RTbi{wy8GdJw<WuN?bPH*_yP=sNJe06MXLY2;!3~XdT9;&Rm-*I+0xBu$Q9;&a<`wBMSxAH zH|ypiV!H+L9|PqVA?e+{-$`Gbt6`^B@8frV=61XN0O zTi$h=pFMEmh;nRw`>!%dKd}Z_Xzvxx`83eODnBws&X+O~;q(v2 zg5v@u!_CS!YGgD+)-+fpN5jQS+m+p^>D6^#D(wbmGfyuy%>+WAMmWAzEKgOVa}(lM zwwA^C-4rWOA~|vRj?sPk)4+?Db{rE=#lNw_SAb1P!UrxYjUU=fues!S=E8d}gs_sz z`#)hy8+_q0CvhGWykmG-@@DI{5LukRy{t|UH-Lh3QATDBp9~ zMOYo?HO7~xFLd3krdIgUf^B%MJX6$mb@}6%(A}z+Sb0TyMBdVcI?G!6F5di%@wuf< z9?pYmNBjMSadC5XpsWnoa{rqjTxZy+!d!~Aj-jEi=L!<{ng429FFv^aZ04kj?e z`H&Xay>eHfQX*{U^Ar-#TXxb^>MZ|9{*Rmdx*3P0}qCoEm+wkshr0(U= zUc+ZZ33tSUe1u!uQ$3i}#LB{16*6GORF%MI7_R8>RK^QSd>Q+WWp?zlqL<^i=)RHd zI!JnB$CSs$J)2;&EVPKt+P*E7s-4wiGtnbb{KL2LWoUwp&x%U9x@2_o@{m5=ZjQ$?-fQvjH2HBByptxQGym-K zJG#$lHA&sjxt9{?#7oe7Zleh12sNJKzKFIdLwAnK-FYA7^3QQHYIjNCP^3hy-I*)j zw13hjn|wx}hpA6KPR`T0yP!Tl^~T_q5;qUUfKdOq_}KN_my_ z=fx|yt3wO)3ERByN1%)t^>pD$>)+nV4mVus0GuBIn6u{v3+C!6pvn6?^#pH(Yr=TC z-_ZSh_%q(GXn_jxlfJ~pjaN0_Ml@v%C{4Xz92j~j1w^V4Fo6eHPn!gG0@UOWL`g59;))@zUOjo5itX}&4%shj~cC!iUS4dNi(S7hASS`rm zcS(KrL#tf$=LGSxnP`yYKaFXoGWxSTO{_TZ8BANV`f;(wg**8CKcrD)szWnNPl!%BnePA|Igqaa&} zJczd75bE)*Mc+>OF7rkP&!W1Lym+qp{s^tD3_#JMBLS86a~V}1 z)35p>%kk7qHjORaUGOT&asFSOZc#>1QAMTx@bd7(`65D$^RK%OK|F5J@@5Tcrrl3P zmzVW9gUy2=D3R_wr46QuU|YvmVopCytXdP!t-@@XTk1l`%BRb+{JX`Q;x=`v7x*3P z?T(^sLrR9XVvOB?HD3i4?|d}Q5D7gs5GczGwUGZXlJZO*`1+Fr5wt4gc(*vzgR%R1rQrh*d1 z&8HeML1B3hnFMn?CSmK2>Nr8~StX@Tx>f(l zW;W4>!h3rvugP)2-65t@yN3>cqel#w4}g#BosS9qMymYq{mwdgQgI5E&*A3|tncd&ze0Cw;zcPT5rLgqd5Z-9NQ0& zFU1FjlrJ{P&9}$-+F-YeS2y8us%uaD#9@J+-o1QIx0x$GYeN=qzBATWg}!)^vqn<# zY~AHApRyQVgxi8O~UP_{L?pQ8gIUj7t&`o!^d<&`R;m z_nK6AXcU7dWhyfIKZbeG?6WbY%?&<(-aa?^udJ7NNp6%`-%^Je1!flov?P<|<75^a zg06TEQQke3GIjfsY3M_ZPYlqd4*~J0m-seN6D7cQVS=Gw>3f3Gi6X&Zlp+mXc845- zaA{9HMy8q?;Q>?Y;jZP|_k&SgVgMEIGcg6}RI;w^>KNa0{r3Flx{4CDI$Ixl>B(aD zHW;XU2^OjM3%mV_=$K#utsLrr5dM0;ow-B~F zGYu$jGJx9>8J5G+O%no=P`hnSy14SwI^h@6Mna~N6+O-@?_s9@I>Rbfio<8#x;=?; zdHiMH-hNF5#7K-)ior1a?iyPu&`)3)o(sx%Z^423;tF3DvEEc9& zS9O_(z5f2XzU%9Q=f1UPq_aap#Ew1sVNNQi`zB#XRj_$fbEoJms0@jsRK1l$>Dn`GoPJC9|Z)DOf2?g z;w^5@iRI@*>VC$ih;rEF==Z(KGUu>Ua5lj($j83)%1|w@1qklGwgW= zweIsdUi$dNDX`dI?)eMrNF6tFR+KPfQg?YweWKk=rjtfKOU?HbDsh0HZ{pNx^2lav zWGZ+{-XqE;a+WnJHNY=R=_Q*6B853^Uv8!T!=VU$b}iFm+waHt z_n)nNNTS1$f^1-9-Jl)sl`9aR(@OcW(CGp+N=KgrU{O(j-GaLpY^zKISIq8!xn?V#@#(8X}M3-BXH&CnFNoW3~h zuy8A@mZ!6d8$06}(wm578axDV$n+phcjn2~J)6gAN#`&M8&CM`X3?On%`(&SG^f`6 ziTEfv)O@04nMe(zBbM!9G-ToOpBI*b(|V5%9d9vNU~aQ|^1W|=Ub8cIzS}6q#afKm za`f_&W@E>fxHOkK-Ea&cr7Y6^?oh$$?(6zO-Im4iNB>k@lnziMlv^th8@GFzJI4W1(?Lyd5SUiS^3EJ3g$7S&qqExK zU18bE@L!+meQrBwA3crn`d!vp0Y z_I9RCQ>EscJ$&V+=|4wHp8X{Fg(<81Um|o2Iz0U3MK@rjM|Bv$#58@}TqJbpN~*s% zu{yZRkot^tcd%{Fx97piKI^93KqBl(aQW#uvl3NZ0_n+D_;};w+^5)uHzdqvT{EUv zW2O0J+qbpHy3Ie%cTxR>v?;5wBui2BlzcXUoa%tvAknFc6fFL&7y~B!zCRC`LFA_;cQj(xg{)T={#&^^Qx*A zu8kP{oT>bDl09QYtHZ>EDEJOAn+|Th`bYOxX`x9`;%p~X0BpbJbAg5@!%~|v?AO|! zH(3X_GmBfFcG0ED99qxHEc0NtA%JBlhGC_Sif<{x!O8l)Q{ZXFxyGIrM?1^`%f+{` z@g@Z7Ze3QdbVGHqGtVm-akZ1;^DMO@ZP_g?$ES2Xn@#2(fCt8a_XK9q#)5i@N02OBejHJK!maVCKkN0|dS8tL=p}j$hDgx6puxsb z?@s~E-4o;(f|aioy9l466!`96mTFE2}x2oFR)bp6mIp81Tzn|jVg)Md)bqLcR z99(A#JQJ@DAp)D2v*vm1UoDG0t0A&mR!c~4$1$5c-uLBf%v2dnJ%C0qa=xY4PzQ|EOe@eX{GL zjL`3;LCy;|YRdCFTxo)KBf(-o-`hLQ7+=-8;PampNR2F2Uz;Yr8Vp$CEL?-3M)Ve# zGxuE3dP~n8g{GNfzfGsa{ug)5Cwk)-X2mJ@5g$+JP#63-MztYxcC{4#3 zC$){^XON;Bu+W*IK4QSuWXyl1*ugoeZnKIK-%P@g%5!8?)7ul6SP`Ch393oks$zrk zGj#ii1M0(WqnUM)5MiK~$2II04yx(!5ahx4qLW&BVhG&sn$$ralyr@EO)+odnpDpo z5}TeamG~)>8dbwrJ$RpKaqK< z`w$TxZpFpocndGd0mi66rR%+jg0asV>GU|u2&u+v0+1XYYJ<3e%|ALosQ};O8C)~m!l%4c$eBak zg>5^|^JmI?z)SOe!+d2)SW>9f$BH1t8NQ3kb!SW2AzSvMIroU0S#s%dmVLqVmzD8v zS*q^5FCC!*?V%SA%+c+B(UicIv<<(i*@Q_4+VG)HE@~Gxzn`p8z99$*j^=SHr>a-q zwNvY=&zMzwoNq~lj|E>_JRoc6+=NAaC*K5Oe>#nyN1yfN+U<+T2(u`A5<}hALsp}< z#$m=ps#`!l_wlP*pxnNLlG;fXxZFNi#SgVIB-|m=c9s{?{f`b|T@~gQO)xr1_(QpxNINL!*-v zW1+)P>)fetowgFs8nbKTjtF%VY}{ScUf#Or2<7vP`zpXfBZY({R*;n=k`Tc6XSLJj zuSDa)n?4c?_`)@UXI6WCqCP?SnfgT!M9a|J=bZ+G)ll;kfG0}cJEBS{)B*F@c({S- zt2Hp!B=qNa8on&#&LqxMeY~ns!}J=9wfb|HcWBA!pZpZb*b ze{{==FL6HNQBR^Wx(_n=A30d3n1v$h^Ez-5FyNdjwbVcQx3e_sao`33g<6~&wiaTE zaQX#+t{JkxX)+&h%1fOCvl1nZDyvd`bt+2f@G00>3FFEZikhrhI@ClvltkA!np7Xy z+0Nm5GZ4SR;;1$)-*7f{jnHX(oNi)c81#loKe5tGk5y8T9$MxU4xuy9_p10}{Xu(u zPUr5Ay`kbaHplv_!$gowAqmu56B-?va*`4K=GG@#Q4qsFeyB(CHHUu&p%wImF=e4) z!hSqshhR^TSi}0-M#`ty9ETZqYEs3@`QppxeAd!@cm2A zcqBD9w30tds-*|jUzM>drU^(IqZ|r!V5=Hh$vBJ03Qig~HZg91MyHBiC9lMvPQZ1= z`;>|SQpMw+urdmSAEtI-+0Mb1&C7+!uEltb2V@(PnF?8>9%C35>hcHZE%|YP_`;dreIp{Al z?UuCo^zQS`detZ52l{{MdQZ4%>)>n9u2$uFEL{oyM>lsT^H7!O+sgFVxh!F`)dJqs zK;<3zTNqcKuTkY*o*`K|4b^#LiGG;h`>D`s-scayrz-fuG=Sta=80O-Ec>$OmCB{C zrXRD6vL{9uW#ON73Fw4ZLuDph0SZTi}b;Y`18cerm(F};IQv~n7W>`#QB$QBJIH0XPN&c+i zR>5{I6z^%_8Aw(um_)m>vR_%sGqCgS1o}DW*Js&RE)W(jyE=jb_I8-meyMz(ycGwT z+~RPrBW&SIy#jspXnVe_m6AFQnE&aFbYCD2l2s#rgO6{IRZT>+oSt*4gg%eLSw}~G zhk|uRiySc_bH==uywk^)J(#O801U!8LYI{%XzP0K$FV;jx}HZfT&u3B(lh` zkk+(V-mlxlzv>C!rKdC4&AojJ^78i*Sd!~KnkB>R#nZupT29wSz!+aYw@?pFj6>+K zV*~lFZ(#gy8r%YrS4!~;eIR8}>tiofsAbtKF#sCCKD0vKyTJdp_EBXD7()|=V38Oi zuk{tsB$^)PZ@!^8{Say_2q$@Q=a-4;`EesBvFXqE3o32-&D0A9N?!-0wFn>=82yWO zMGZJjtJ{ht%%aSAb(cO8e4=AOP%pY0Af=)BPdfKXT0~7-U>0+&r6L!~9jDeRo;=VZ zIgnKn{?W;60UfO0Jq1xGLX^C6_1v$X0b)vF`PK4UcN%BHta&H2 z-UHIt%{5APv~lbhC(PSJ1sy;Yxh%{AUc~J#d)|!5F@=JV(0Qp}!tEUI51|km?V?*G zXLsyLtC}SVs`w0rtwa9R?ev1BhS$yT&dp3-3rnL|lpS-VWtlzs$kUKLdP{3cVqeu? zjLbV*m>U+Kl}_^W9)+u_o>t4ry|tx?!QTJG!Tnf9`LuYE?XSFgGAye-^3t_6=UkUdxYvJcg?#B((DR zkiq?;Co=Y4Ooqp`YBBv!`;MHRi4h-44yTizmLEAi(y99`dSKPz&2k08=PE7k&i+r+6yd@q;c3n8%rCbVFqOw##!LDW*W(IoCbnLJqI4yp zBi6@$={`a#;msk#E6|LHa`VE(FW-);`FjJCrq8`HWV;$x2mGcQ+oM) z&7e3Q1*+}?u(SDVnoj3$YZ>3$R9+738`lMlVI>nx;%m*^$WS`5RPP^Mbq8V@;7^*( z+CdnXL9G^@jZoTn<6Yv7`eqsb=MOVQ+GAFnZK>uW`JrfEL4!b$rfHi?|J66Lq1LI_ zH~ZS8_xqEI>KDh4JmV#Cd~ia8y`<9HHsxR}*_o9wD7HgVT@T-2^}&BEu~g{R%Is$gc65hMKAm7tzIAyX6S_eqsK?>(^%om&QDZ#NjtrS5(l3N^6^f2l zsSmKmV|<3${6Sl}1AF1HyTGL^q;aE>o3gKP=1N@s>gO3BBCMMjkVy^kb99{oherLQ zJF>@>dlb}EGn1K{<2~VRl|f4h{kAJnCULwN{LCQ?rjc>6QKINd(=(;kl+ka1HZN)+ z2h-<&bXGNwUx&VI6YD;U6qbEtbEwJs5*1r>o`;4lgb91bO zAiUR3cF0G}Wg_~cqpF8kDgJJ2hJaaKz1BE5%-8p-krN?hM)gFIAYG==Fwb`pVIHGU zrJ2qQCIY?lf|aC&u#@5HP7Pr@XuoR2cz(W8wGvk~tRb%&@fC^wNB7b}+1Sv&FNA%U z$FL4Hqzl(7dDAahd@5bkscIsKrX9#unbf!?E{|yp|4OYAH-Sc31`D7UI4Iz1(a5PT`!kP zX9^+4K#P-p!A3)(W~U^mI%}`Li~7ys!ZlV@AA+{U>14!Zs7%7Yn85_dd0q84Ovdds zbrT=kN*B$KZS=pEc}jE*PW(tlA1Pxr|2RECny&aI=n1h71ts2nvq;J#Uog*?HeTt) zsjQty&#|O#ZYL43Ly!xZ)2{H0tKhV1q`)K;NZk^8wN}6FfP5-uPcgJLy4Q|M#V|(}VweiumzgC`T1`_a0|$FU*OLy1IFN1-%l*uwgqQ zbR?XipIG$z8r-^W2;IUHsP291w5A`7B#5ni%nvnQxPywA#Cj$D^|LoxhyDFQQZW6MJ{Y?RvnUcx!M*M zgn`m4bTs{=yI9%K6EMyY>h0+FZEXk`9o>wzI@V*f2#J|!y!O123$UsDu*zX<6jOhk z3f&hWTr7~{O_0MZFt$tkH9}We@!&yNC}GUhkk4MyE=;oSo%N2 zOzNxiCRO)Z|%1LX`5D`BF`+xErK>0ablPlM$VU-K`x==xoR z2ycoh-FD7jOcj(sTs<@x8nW_RKhUjcEkPaMXWcTMwLF8&KxVRMXz~-oPL|n$^kk+a zzoru7j0QTc+76X@U)-3kxQE8pwcOXqS_XIN)+_p(<7 z%dIDIc!ngn*vTrgg#c}@*cy|qhbudIqn(UUKC#&?Hd&z{&kHLm> zubhF*ZuF(9pJK$>0<*u}q4#K)D#zcIOaZy}SgGm39f?^j$eYwY_Ah-uU{*x$6)3nOfy^@E&m=y{T`{hhM8W_$`A|w{%?76x-dlJu4FfUKkmmu1p zICn_E-f90!fXU~dlpg3e&^pfs)$!+u9Oc5x!9kdUyZ|7bh7+!=A%AQr z;Z-Z2ZWRtU4Art!|i<1r58OF89ecb4Bhme?7@~`a)l7SlOPnXbt&QNLsDoNu^ngI z5>Y+oqOb*iE_Q!?u}q8W-2?-<;Gx&T+;ELZJHg{*YDc!$kzteQ#5I=SS^JFLln+*m z+Vf1Dc*vDkGMiF7GY!yp4Sl9E`*>l{a~e8(+2(NzA;F{+;NtD-S{A9};At(ReVZm_ zCDP0qiwo@TEp7(0YT0Eoc#4?tL`8hhX)9Q&$*>S8UKVYg<49Iw|E5Zc=@c1nY0bc6 zxS?j*MzS^a?Yf1z6r2TWLXNMw&wD*5z=2%3JTe}bC!=3z5%+Qrtgx0x7IUkB1+s>L z*Atgfzk1`RXuLTep-#sS1A#k(aQet%2+PZjPxbydS?_ieb|G&&DxZ065n5qEJOmqr2L#H$a6#HmVDb^2 zIrm?ptn0O5U~c|~=JhB`#__1j0k2;`H*h~@6|RH)Qpl=g5Ey!wy<(kEyPIheA)X0P z^C->Jjs68%&=k$PrG5@_Txg_P7dBSpG_wBvcEIwFQr+Uo7PxtoV|n<|f>MN<*#M(5zGBFwk4x!8vY84U*mAUaWO{DF&GfhJLpB6acKP~Won&II8%y->? zoIReM=w%nt?rom_7yY#8raUEhck6t3QdlB^*zbGb>?J~Inp*fH+gRJkc<{P>-OOg@ zTi4{I&@e8xCVj@%io9idCH1l`2o-JAYCU6kIdsfc?m*unA$=XJXy;ZPx`x*3cYQ4V zwVh4K!2K8mJaDL6XVxvC?)8x+KVM9AtKg5oBvqZB5n@{XZqrZkDbljZDXX`l80AA8 zch`4XkNz=MU}t_>g0yeu7n$zAVpxt*V!O;1x>J%SeZ!DfEihk#)~v+~^b!RJRMf(H zH{#arA<7u}t{Z{9C37Vfcf$&`rPYv5DHx7*-9!r15@9D84hipj6r!5ZuY# zSex$5!!cf%t7KWVa(S3q()wx4qqy_Rr=&ZUOPBcWPv*0E#9|e&efBNhDqvM$0E%*` z8znuMEAgdUr@kd;$xIqUlC;cYUIraRHR0DMUoBuXeFc{6hgz9ItEsG&^wzPDCJ<(j z%cgfKq|of!=6*LL(4rSSAU17nZ!5l+jRoNi`WBbu>j}3z1BoiavI^om<_sa-)LFSZV2>#;WPscCVksw2uV_`PKZ65Joe+-SPWKIpv_FG zx;-KDHCKHviB86?)VkI89#}7vA=&@ysCR=5&`A5Ra#|Y1{_R2-#%-c;>vmQMrGBfG zOw!6*)@E^9|DC?wXy3cvmnclrd8@E|XY;G!nZ8Gi;$v8nM6fy<^<8p9xvFP#pI0Qe zz}N|Od>8EW+=;H}$DAI(w}Xn;k0t8}fYg92xz}kn9?ef(Hl(eXe+U{TC3+MadHKAn z9w#{r?+$shL&BhfuGQ*|zqvP0Ct~P9ik?XR%|z?^_n#Z*K4?Y}C|838_t->Uj4I5YlhU zMvWcLb+5>?FnIg;%U8J1pSIi0O2#e~J5QLDx9RY{HiwGAve=28f)5|l2$ja$32z=@ z)I2O=aru>*G#lsJS%x~MUmo=>h9UpxD%pjwnxVmxS}YOo3PN2JT8&O^R=qs6r|sn=js61$|74~UI$a6zjugF)OO;2*GcK^-Y{&UE+M~ScI;XJE8;-_Jm*rXt zT7VFjq+dXafXuyChTWNtDw@}Z;J(w56~nUUKr8-Wzj*EH?%H=`)rw&Wtp7j0uu|_m z>6MNy-w8MxUTcOoh023U2yE(x7%bhputfI*16V=uJ2z&_RQbAq{F2R9eli2PJJfP{ z1@*142z7!U#uT&+wOaPOx8S|$H^+p(5P--p*f2q)m1DovpR7^LIj z>!qv%U7>rzoWgRKX9bdJ)t52j2{xV)Ue>qNEok!azyZGr@?GOJ#!Hlay}aLIcG)zV zU83H)o*Koy+e#h_{(5<5vn14N4VTjYSkM0U;O(%L9HRBHx>)*laU{;`cQQ||ZOZ{z zOkH(#4$bwzE!av*nr%Hq#A(X`>{ym{D6Y>RQ%$WK_p^B;zgWm}^?l5`837N8ywTzf z7xSXAE3)3!CbSrVKZ1#`sjjcDaaPgjjg-e&1C2 zZo7x4=URSCyOA?5L5pEOe$?!%z7Qc7S{1DPpvp@rrFXbJ0IP9Z@kX^-p7D&14O_$} z(JFKPBKTv7+0m3$YL{fz2>hz<#m~*IRR9LH85^s26Z2oq*H^v#AlNzdD{Kn=%Y%E$ zPJ>`Hw9=ym!Yd%n2cX!?f^QSx_D>}BN67(00d;=Y`)0UguUc|UuuGW>IWbto>AoJn zVPIawcg9Zsb+g#ktlI475HRSf=P#d6bzyb$+P6GXs1q;8K=W)N247E6kZ(5&1N?YL zra8Tse(8pdR$0JkbxI10gJ<+AQKM3Vou$^~_UT{!K7%cC$lF3QN^3r>J)DiDQMEhN zt4`p@RBC1MgRl8YRmpzrpT7lOd_QB!k(0SeX@eWceLuNwE>zdx_%1<4d9B*IMYnV6 zO#-%!;*~8ezocNf{@m9L!XSf*WuWT?=7VEnQxb_hZQj3|fKl(76Bf?V@FYIQ=p#+1 zgB7;5s>TYfMWjz4pQzrM9*aW?Rh$zL)$d}44V4~R_Q97s&Fo=a zYh5V02yqxkvFnVc<^?=g^WGWGW|+iLjHYF|9S!d<5oZ=c4#sPyGrm<3D=`rgqcCwD z2%`b=yx&I`vfp#Ug6W<1DrrbB_mGUbWWu27qqad?uR?G|O9#{|3 zoMA8))=I+VR{~du^0vwv+iwo%z0pSJlZNv#{%M02Nnnc@4*zpxOJ?0$V~?(V`6F=7 zsO$*_=oz#``UW#mQOP795N1oF6V4fvg>#JO{RGK=X9?Uy68*K80Mpc~aO>k>^qHEe<{0FF!JjC-uT>4!S!)J8EF~HrMzA>#-c%9-kS!(lY z6%2mR`8vHgrVeI2`Jy1z*xXm8xUCQpE}UJ)olU&AY>|!Ea@1qY!nPGMY=gHFa&*1kCOuYvwfOyogI+ESqbpqKU8;)slr7JP01e%BOR2^Kt~RrniXEfimNBS#1#D^8HG&8n9rzY7EkV(@ie`# zZ-#-?M`Qw3EHEn=Yn~jXKTE6EmI!occj`UQ_ufpsy=;z=(rY-Xp(i<#VQzCeNWq6A7S6mwQC#U@CNZOs-&$N@ zFA_pn@#B*yd}q&VSU6M{;3zx5FPY9oI{I%88gesu3L$l zr25Rv&BYDgo?qo--%$J_sOK#Do>fusb*P8>b{txSjpBn5>FJ+ucs04%}$=1M=gW-3Ir%R4&+dNEn2(#P-HG=OtVj2Yv}i zHkE4hyt3R1IOJ`3d6mNEzlM3>tL{P zOR`*LbZ3+eVO(Jx;ZuWBo<9Fyl->&$3w%v$T#XP{RR8?1t;3@`p<=X{2iHevVrwOW zq;J6c3@W5)6qWmnbGP&ErvBk1JcdHvzJy!QW8<1r)hHm_+s25Gd`?4eQ3 z+{RxHm>=U@wvPZ5S8A>jW*qHv!mfC)6^`ovT)FJ;FB~woNU^T8y+df3{1}e6q4AB7 z@7~r{odqm4;u;y~^UNDb_R6h98aiy=3&#PiM zXt3faH1yCco%uce#89P+uh)%_U4uss zBKrb?p$5x5k$mVp*Fv)cY?+_l<{J-ML0Kwa%0?Qe4EPX=EwVgFueAKrh{_B~Dv3vE zF4VxXOIm}@V)WdLn9Vt|0 z$i$9rPUHCqaSeB|3$)Y!VxvaGlkxv@^hTr!!2%dR+Q2GsH|$VnJgu`=bJ5)f)vuKm z*F#$J64vw_c6-bJfPH^c>OJjHj$P6Pte5!b-ETZleU9SOIWS%Lz@lOw103h!+cLd` z22{v=0~Zt0>%tZVjfc)esja&B1v}kN<00jC^%+sn)~gUtGfeaNHP1G&M4}w98aaG9 z*Doj7m=IzY5x;WRP)f9}paPM*!UqRjeN=z=XqJmL z73<)-|L7n;3tqycN4J(rG~>12XAW3v){|kHPhbkTXD2IVYp)@1yHX7c)b=fc$$5EU zb&-ds4EPh|U`}jDztxb!+zqFV_}-Bbn5@E!!ZP;q)Vl<_-j%gbNrWjD$>wPMU9$TH zcpzXLoL3oe5$a3e#z8`2)>J0S-NS(9Sm)#9VCsa2)YM%E&Gs9c?a2HvSjBB^blt-E ztb#IG%$j6iw($uhXjR9so3)$aLMRc?joHRToY6Zx>sii9C-UyIezmADUG8({xFX%3 zOqEE%;uUGmnBMOIiXH>4#1vSd27=gXw*#hvqoTO;ig9G6Ia z@EdA{md}Gq-sGw&zxzc5`UYMX2b~rDmLkStH1E3^XRuWH5rU=qDcbpLV>D~$*q`J1 zFB1q5&Dtnv5;jKoXit8bx{uJ}b1VP!vHl_5kEx+8~rpug>gmh5zUnowY7itl=mnbqdRafequ*=$caVoI3W~0_c_;Z?IXm zS3r8pvV|MWcccDx=*J>V#WAKVhHjrw+|jnoVo(9_e@YlZ&w4i{ENnu&1M47*bm}>dRWaDK`Kd7`Sh*JE(F`|804Qz0I?Rk^6@kfPqJRQ`U0D zd-hNB|77GGNy@I6%}5Y8%9dQ9DX+2b@CF~p??U>*3HtSI%l4vdVnIl;3W-4&q1AX4 zZ{0wPOo!3EJsg;wZg-k$e z9F6-U^Qg6VmE~#nlv49fLg8yOg9DYXE9RQest zzC)t*2oLJcT(1s9Ju^>I(vvg4DE(X~BomSe3!DhS8%ca#{y5%p-|BVw6ERcHm#%LM zfe&}g0Db{`te<0cYB8a|{`mUXzvM@*wIsibZI>2hi)1p(O8!Q23_wIGAxYP;b?@$p zuyRG)6qcNEGL8H)BTxBOdp#kMqQKw#>q~_h2D5Cu#a)RQq^M87N>!iZ$Ri@U-F$x} zSjL@C{N(6r(c;aaSaHSoJ*Czi+3M=ALYn*Fu#aL^xc65@qOhU{<^1_BT9Jx7Uf>cJ z%AhNEl6ncKF52pG`6*Tg1vgvwabBxwiNB5yK&Tenz&dkFLUGsc5FG=mDey~BTivT( zO&dd3&=ct3JCRszR-=$lzHDzHM9X3l3~jifsRA9gq@I_(Lo0H8(fMUVDu|is8nOx9 z9OX3|o}45lUHdXzY0QEe2zs%rp0io`6n_>OB3=i8iov+ah2V&;-Ad5QxMrkharxaK z+|;N0lk4DJIwO1CoW$;ZlpL^?fhUE*SM_pMMK;`bWoa7WY0gFz~G8u{uc6mppNbGiWI8@SqlQ zGr6m9uhoOXm@!j?H|zY}Bw8|e`E6H)jB21HwIxkx+D`Xn33Q_`@XXiBxfp1Dm$6>5@+|P=fbzL_4 z(38$0jnd|VR$RU_2V)T!%>!J_JeRstl$#+uCa(;XNE~x>dY#zDsGZ>>P(-j|vx5$B z=24zZGUh+HPePnY%&BS?dYI#k3*1^6HS!OF&EWyRd?vF@5_BoBdu2^5Tf4@vhp24yax4O9LeFoQ(u-t~(A~lD56jHAi9%Ur9UM9tR1R=>FFI9rru0W2IId!!&jVDIh-E z0t?&JTWn+0JIyst{r9#%8-ZJ~Od6TTc@qLhsEFG)%nEHb9zAkjc~)4~HM<|TiPmL-gD%bBIp!fkjx18> z7tc?R8X1EV8J6ts*DZ0yGgeS)7(asNTXgd<5{$TPuJ@9!uy&jU5sS-~oO-}H;aso| z0NBMR|33z#<&%ptfUws<^nx7C4-xFF77nN&FzyyPTf zwf^rp^p4Mal010knvyx}8dF%W?V24RDJD4iuT8~m}P@nPMej|oH4;bM&>ef_I5jOL^TYm3(l)0GO*C7SVEFryfiS+ zdA!!$y9S25bqZ-*7GSrR`tG^3b!@aql`;765lFi}pSe%>@Ql|YeUqaqb4b04yIBq*%u&nO#&`i@^zO}-t4q40KgWndRJleOcSV4 z%vi+7Loju6M$v5_{DAs13tRXBgJZ+c7xCD5F&l@Wdyh6p(U?gAzogLe4>kqH)p~mT zzJS{9UXkGnOnhU(gRnOmeSe&a?^c)m4%fF?p|7g5GfRo*xQkhLG zVSiH^KhUcm8!;&bWr;;LZ%aDcd_Jf5Bgnj78)7E2?U0u|S z427vbu%rF(m*NTV8kggtIm%a)hX#$Y{FO;zSf4c{x(il=)+gA|;9oQYIbgFL#|N1B z-b`DbtUr4+7|{znPw}B15c6Espg0`u;6i=*p=<51cNzj95S*myRj7Ua1Eo1(P}_%+ zu_H3S48(Pl8*glES+^YI>cO4(W_nNTPi!Ih@fL3-*+%84O6-<21piGBZdcbeX7+Rs zNga2BDUbAry;tih2OF_h@4Twd%9+GXkYx>`=Lj7a=qi-hiifaF+d&(VOtd!ui@?tdwsC6Q@jE|!rblZb(h4-zt;s|$ zo9dnNj`QyapRH!KPz#M*mc+OgdRe7(k7dYSdB#fA)a_xioA3IyE{*RPS(Hp0>Xio8 zcoOd}ZQPz*Pgs>K!1G~2Q0iCcMjn->yBG_xm*%@}FZ0mJK6PeyI`cWXHz4fA^KHme z9l8}8mKzV-iZB%0a39@iHcmMlOh%yvVwHGhu~%p9ff>57?iMuDYZHvz|MfuCPUU%* zJ4T7Bct?K>FG_qmt!a8PCk8h}uTQKh9q6yIteNgC<$+w~fzChAU5N z6^eITzqO*Ve$#W#!GD|sJ^J0=;cqv{wm~HMBzeB|FE={n>yBXwUb_Mv3AOczAB_LW zn6R5$PP(*Wf=(}mw5(BDrC&>fz{Tuz(EJ*#ukqF`9WhOOK`$Ya6BiucPh2A~bjH<< zUQ+5q1d1GUYgcOh2(ij?`~ytA-0r!)ODld=(v$>9^#3tu<)NScK)25zn%y++tR`{} zA`cxogD4{BA@Z!WY2A{v&HP*Vl$O;N4i?ZJhr)I{re&4zLFMXBF0}BZL1ppqp;kio zE2Cuy)MPBIZ;V+Ii&$%?5jWE|3?gKBys_Au7j1eXnKf`d&{hb~M3@aT-OTV1i>K1& za)Di98C<^1e41f$gQ5fw6CoD6v*^hnJC|vzf&z-RrJ&XTko^|If@(P2mGEs zKspYnyHeREiKl*e2yuM(dRfNCYb=m)t=vGN^`XHZ9~=zhal~A===(a#a7aSMV?E(n z>QKFQF^2*7w-;rcTCd&ogMi7E%8fF411d+ZgOYK@SB|F~m1{Ve2S1|zh-<$a&Ms3z z``|xoo~Jf?Y%gr=lsgYd>`{)|usmo;mn!Q!gHU@~k8Ct|J%)8dB>>tC%54*2T5~n~ zdDH+fn)t**h=gjhX8II3hpfGG1fQyy9d}(xh#YT)+N9C2!Ie?VrH&9V(H6N6zhHx@ zg`CQ0ApRrqBIk{X{bp0o7(^+sD%SL}U1M6X(1h4;JIXq;WpCAr5hnjnm94n0p&bE^ z>0ftw+$lHa)p!I|b7r8WZf_{n+xfe-M;5nC#owoL5_9MV$_DxEW)`_SaW?|27|o2$ z=uIRT%F6A>U(ByGh(3VblK!DgMPqt|wC|++qZ^a*Ka|8q(u5kalqTU{KNodOB*T>s z&2aTqr`QfTWoP?YWWE7ESUb7W_{9r_gl{*M6!Q45!o~xuss}paGnudBwBo zp5cq-)J^p0IgCG{_`)sYp~a-S!V<*i@#TFxd*j8Pvx>={xGFBLIL|%(n4k-*%TQCF zn!TJ!g~rkkf$>4kKN@~{{;CIxssTmUg);#BGN5l;7eR-6{nOX~(Mj~Cgtr;8`3Iqe zE1=j0NtZDX-gm8&tF&!ie2NdiS?j=8Wz`?x&cIljKEt>Cw6-w@d4N1X(0&5h*FbwX zC_SxhNMDX}d@3J*6@hw(JACXt=2K&Q4fEYssnCeR9mx0pQ z!q!M-p?zrUToJXRpbI?|qxT|dJI;-J;_{=){o-6jl1YpL67+7joQEa#k6z@u*%d|c z3Gd2(bT2^O-Z0T^+|=4x#XwirTV@btssBjAx;dz8JOSPbqA_$-@Tel+PJt)_g`GG!C)@RL&aa>vFzU~L%_)^>H_V(TSTNL5ydnfEf^yOP_~ znATt?B`{SJ;(QU}46*v)_EaV;#koiOO(%Kc@!ZN@W@zfluQZyqA)D%;8g4!tnr2fU zFB+LSOJE@T#%u{A^ zYiVmez)`+)Ncx8zt{9$|UlMBJHm-jlDW+}Y2y|ZwXO-g>SvFJbBY`TNgeYSg`4$`o z#_6k)@t$W^1YeR?{=M`27c;92BO=91j49I}Smp(DtjdVj#0FezI~v4-1{kmE@0$dLLn>>KDRt{5b%|}0o{%n)ji^*u!(XAT-fH0kdrymq_`^L)Q(uc1)pka^mW<5|6``d!7NL zD#19pj$`kwOJ|V0-j1nS<>Y+{gcogQ+}lL3=ili$+QpF$I>e&d_lE|OkAV;MVn;Sz{NdWmAjv(EvN${r29<^oUrFVIlzuWNW}pSP*~Kbqb; ztf~Kv8>btj8zlsRu~CvL(kdmL8|mm6F;WrfRur~TN=SEabd1^tii{ozL#6_vhzb~d zo_&AM^E>B{T|3ux_Q$!-?)UqC-LLp(S83^lt2xTRb?v76remmz)i-dAhL-<30d?WO z20s)&?X``j-Z3J6*j{JgfuUv3DJ3IYMuV z_Q4-pa22e9UxZFYM)+YL&)B>>ZOwc5_-xJ@w@WUV2~}(fB(1#)U#p#SZd; zX7n5A%f&UOm0-T4HgQI_qX&{_mvIpkmmn>LGvg$0ZWV#{o+8{5 z1mC~lUk#RvMG8BC@ebI02keqpN((vgisGBF-x5C#ZYULrjTS#|=U=)tJ15Mh(MS_z z`C5_1*shVjU&dtjz@#7s4k;2Bz2^`x+^!Z}Zu!&Hx5yzc_8OB~n)Qld*z&Ok^H&DN z`>zcwneW-V-21{Q+6a9rBGxz`$Re*-{;jTfR6o-a&fF_^5I4kaXU_3g#<1xzJVc-+ z^*uYQ9UE>hD2-UqxZpnkpyq6dG~#yP*vycOtS+j>SmRP8V?7vO9Ql7|QIU)UA$6z! zdy1_K(ITGyz6K8N0k7gMK;D>4*Bwqx@T7B5!VXd=O(a+TITZ|%H4Ossu~8EFoT$8EgZoHjg4y=( zw*3QRAARdgrfzh049%82I3J4BIs?`W;D~yrEJz`Bq+o70v{cxNFLwRN#fWXo9bngR z8DR|k9+Bb}yqG4Z3 z2A6ajd`3tqR{yWoEjd_=XqS`Vk8?{s+TR*#XYO~-UH0Ee4PC?(;0xa0B<{VJaN@va z$h*H}*LU4*6_A4=rhqOGlpu={B|GTVZ9a6$}_O``O@BHe7Nlwh3fkF3IRokNJKe;O19FVzVbHZ zw02A?@2S>&&2OhRrI$(mp!r-yUdl*zh^bA^J=2p&!65M_cSI zqwVY2Fm(r}#Sh`n8WcAm;fFaCX8p22ZSh`Q%ZB(ss+={g2Y58%=ipj!eaqJ_#(UFj zU8dUWagS}}4+oDHtzyROcK2stQ{(F%HdQvK_v<>S`~`ylZ7sO<7vrb*pH-E;#DNJ~ z?46BaMayp7zo;X~NdP9@)60f{y2a-jQXEWqmL)XS%n9`WTS;r#s?#sIUqSb^aPF;w zc9P(6N%P!6YLnc>E6(Mds=j3K&rScHw9T0DJ^k_UaO3?77Y|BFM(3vQ?0zS@v*IV4 z0!lBt>;l?lm6e>3BCFnp?v;ZPt$?sID z9cT2%p3DBRA#~Ynr^mH(!6)F7Nw=?-R0#9is&Y*KrzXGKE<9JH?(u5aZlugF-M)hi zf)3U%Smy0{y4|{y2shAa4UM<@G+ems{NCaEI%Cl_U@6V?LU8K)MvkBMWfR|f7sm~U zm3~3KA;o23jD_;A7&tV>SB>9u-DH{El0S#Jdxe<%&oy z?)u;o{9_N@m&$g&fSGHok?JZ^Rzt!+Q&)m})bHQVzqP2a7|WG5XBkJWKt&X4`x|j< z@zW9vG%L)cb_6JXg&Qcoyx*dTrH^{F6xiyYaP)HBGR@<$MVOx9^DP@+-)A-5UylZ> z|F$YxDdxO4?xv5Z=cxxzhWb-tZ3@mGEn2#QP8E~=kL)0w>#rXx6b9m)Muzr-LgW@*-Y!y%Bvi5|aM_BcdyJi0iX(8p z^ChMMCNmV=&j#(pz89O;Q3KLA9XmlXwki*fKjx~PXc zh%QqFs0p4M>kT$go`HSqgn%rzBGDg{x{psS;Ce#8ghhKq z#Xo?5dsb{Ns`Ibdiul#x`(pJvR*DcsH20${yQb>%SDA^SF*+iFaFw^?R=BHIK{Chu5doTbq^2ck&F$-d$cE6vNGS>Z-&W zzf+JFdCe6ZUw7;D+Mb(De;TLf9c?ZPm`FrhOStM2x-X`Zz}*c%oYUF4XM&uT(shPk z=@Xe&ufY+!nEJIt4B!0M+@DtU@Y`BHQ+r%~Iq76S2@ZKEibg(WJkE21Zn|`AW2|p- zB~dF%#lLLLv5_X0Z?I1-jTn>g9rku>l_WHklkCL1!hGiu8cUUVz)Je?JdZmstX#?>dgMXq^S08D#ss31?u+F zW(IqrK_)XTmJtBe2uK9TWREJI4#I<@}l0NV%Ejc)QuZ3 z>u%v_!nH?`1HiRH3Qhrvb5RLRb}*+h-85or)BmE58u$B~tR$ScppyVwp)EiovFPEu z{uZ0vfQ&CeVjU6-_=^^!15ewY?RVz^~igJI%YRAh9#0p8ny+U3PY$ z;Jq|#j}b6=h{!ngb6lzJK67wLrpX(H~Kb zS2xBug-JV?_1L9!&&bR z44=pyKN?VQ5}v9tz6+M78|Jnz@=8UU^%U+zxe{Y5V;p&Q`*%8@SNPNrlhDlq=?oxQ z?Z6&`&2U6RIOH!c?5Ex0*amy+1%R5h)=!NRC|7BB%%G^5oL68Q6bc^)rXhnt0_j3&Quj^xSD=we zsfxZM(Dzp?u8;5UuTtBAqRMzLKv2a#zVr(gVRa0y;p@_ z$9KWN>DY}^Ff56CwEA)8&1>{Y#|%7w8DdRkcCOGEac5+DCbAyCN={Tc^SeS#FucZ1 zO)R7yv<&pLw6rwTgO-LzO4Y!|EBr}8Wyb>d*v_|O$^Vy8NPAn#l$M9s;dGB5qD2;} z&OKsv{Yq$*b5|AE+9Xr8BI7v?(TFnQ;&@gD3QXQ9aoc58Z*p1oRE>ajWseQlM6ce| zr#F{u)V((dd(dCM)cy(TsH3W8>ad|yh*Cfgd3&bGxx`kL_EwrjoL)vuv5{E0jI#GR zAUC>HcxtA5LZZE|O336|Bvoc=0+LQt*1Q>qG-6YW>-EK|GXr%brfqDiq@9F|+8D{z zK3-*kUK@Mfn!@sOj<78;0!!}%0rp3(61R4q1niZJOW#+I7s=8SPe@a6{a5k4<2oUE zZOU^D63#LpU+Y#&AEPvbn?kG`arb-T9G3=79LM&31wNe!HMUHi(Cys9GwrP2!B~gs zKI!2K52tU~)Q1+O^}KLNdX;jyS;F@LyB`bK%F;bsrZHf&Av_?i*SQjcRLVPu0lZ89 zRASomz-r~Q*mxUUq3cdY)X zt?zI|o{99kTFC(v@4fo=skR`_IBY?8`-*?|GS%{4xvGBjJ1#%oC1w@jSX z=Ca)-IUlIl_tHHZLG(0nfCTjuv5LhsIu)pcB!dnHw_I}W3z&){H04WgHU~DuHN&LD0acG z5A@M~boyH6U#wkwv)`bE%-d8@u4Ud}HhLH5sJBT^jL(Z#MIfDnm^gIst4L6eI}111tn0ei@g&3!ZEc zWw8gQXwWC;@7KH?f??g-kL278rcncG^rV30fjAUY2|VSSx+Uo-j;q3HdoDPj>I=o~ zd6(U=#sLN-R>s;jc&i|NcER}bCjmxkO;4L074*Y_RT4^F@-nl$%StI-Mh~o9K_N-5 z%9ZI(G{3kT>suoMAza@~i$*^Y?Ohj3po|^Es3a7Jhg$ila3wm~_+oF6iFe5<> zB|$c3_63BZza+0`gsGiMW~Srm4G3C#&yv`Ng6ngDdF7+mZI0xf=)42?b$kLVb?TG9 z8#Ta(2JHvdJWvSjC}WF$IF@OhIapQ6loheezk}(TSq6z@bZdlJZHF}bsVYdE@_W7& z?;Ozj2;2T}H9nV6lQr*2qqz_XTf%eX@AV91@2bBma`4ek*BY*TJAAC7?VfqF`IuYd zrE`z^ruwLROP-9>XlOO^&$Ao1aK8qQwLW$UDZbZD>2xBv86{b>}>bq*rW@Qw8A_)h5a zbpIs6Hz|L?b7|L^p91G1o#afeI}EVeMY4*NXdjP3L}{)8-U%%zP84S}R|t2lPv$r; z@iO%xjvcX$WATwzUv-L{gKkP#c;nl^qO)cBCdERQEd?Q(|k#|7L>fz+GiVw#iJ7%~*=l6M5 zc&M}3yhd?Oa541m97a~rHUm4z;-5l8TbSjh`H`?ex!QaqFhUJ2t);|4O`jG`4VZ{& z2roi1lEdI`1SY|j$-o(eur5+ZV6NbD(2;%1LB5=@VhqXfLsLrSqvw+gq2+i`$rnVY z8--?`**f;~k#+EH9Kt!dmo%L{G{*RTfFfEu?>)-jXJgPeeRH~21MOA&HJDd(*xOQT z2g(?_$R<2Dkk2@Cs+L|q%TaM)2SS9oV^Zgg8H?YjIy$IQ8P-*Y9ab>yq*eZsGTvY=)0b#Jr?8Z&aKSf)5fU{31*Dh*I2FuKMbxEVUkmBr}E(g2# zg%*7X=FxV+4d2yvXs3Na(muPX03nR2!a#@-M8`sV4oD-22ov1(;@d7Bq^A__UihV@SE zs4|1Ro;6V68H&kOC|a9AXVY~0(6q~&w z;0p+{OQtEWBKHQW=9znKZk-{1%XP4~%*7>tv`x>s&u0=;pOy|l78d~%DAv(&P*Jh3 zsw$0T7Ah5Id4cjr$}|eK#|rBCe5%G@0kQ+grgX7y#)mZ#rbhYIG*xg~SateN_xE1D z)DB{(M4zdPC$p~j8|PG*TS6{fPOtlN0M^OO2pG!PJbvL**|;J0EWvw-_W5~E@c4F% zK5+M%YVJ2KN75sEYM8@XamVm-)@O%|HRB{S^L-ckNM0*roMsjK z^xiKrvv57>0YZ&M0W3f84S_d9C3hRLa#;6KOtc9TVo`R>WFx2>)=Zpf@48aeMFCLD zDx578DW5;TIUy+cr~C_HbaIRf1?K?O7O-duSFOO^9K_ zNHC@Y_v+BXNmJEeQF>Gg#EfH~#y_A)zgwj|Qo%y-Fi&k~U#g~!`^^JWB3^1#l_Fc; zzoF#G(kl8!Ns}|a(87kLzISL!#l~ht4gW%^{V8(GWOot5gVQ(aH{ z)%o(2p$2k?Oi)M5X9A9j9Q2Pm06`Fyb`oOCIfU`ZzU*lvJ2ExW@=UEgAX?8ELYK@?i^ns{l&Zn$-gqB#7MIQmg-^ne zF^Z}o=jrNcl-*LXH>z)MJ)`x_H4kx#kvCkYSOd?0;Z+@~mDuUBBYb$rWCPxm-8r186$=k%s}!}~1PkP; zK%!)0Fur#rj0e@4Ty^s7XB&LQS5!njEh&&k;ucBAS(9UfS7$mwd%411VzQ1W$NVlo zkRffEvRgt5l<`YXUq`fGQOORvr5|lSNu%ia?gUHk@JcBlC;2VTn)Ck67niMdG&m60 z$=^@C-nun|bzxV+O|vENK7E-~!{4w7%Kjfh%OJgW{X=^#>v;AYC{$Y>b(5goPKrRQ zJ-Z2~34S|crap>@TqyMxZxyZz7VagZnuf-^{@?*Dl+~g|-^Qh)5UBO_onGvJXY=>)A=ItI0mK*)ZFv`i)i~x73ZQleN^^Cp#EHRARLwo|{ zG?>S*_GA_)ga}#pwg;mjYWb|4<3T(e$vRMf6-`oPa>JzQjf_mKZ~Ci>dSDZq6~(c@ zdLx82pvC@<5xmwlml2}s{j(IxxPB}T$zmFvEi-0^1B2Fhk@EWd2!;+%aUQXjE2grp z)6j9m^@zEtpnCRuk9ZIJn0ZHie}PzH!!=DcJ=Ok6i)nqPmmb9!#mS{yak1pjU2H=M z`1vWh8@F2aWIfcTaC-VDwv+jpwyIJ;Md*0z1cUL>(T{2k($IyzeXg?F*QvumsQ$V; zd1yOEY=-u8R@6SvhwNmft!+vA6QyG#;sj_f2>#q5>}n0k5>)P_zKawLlW8pe+yJEyhiUd_?lE*|yA2dx_lyLTX7SEzVe2kUs2u2p zLW02UCy0#a?W3}`=F1j?Q^|WAKyE({gXRKN{(-zoAIzPrPUa0WkbcZyo>W7adUjS| z$z7T-DTM*DM{l)jO?5#kjA(EOjN%rWTIT*KMUr&CxaIWO1~OaK(6i_qiz?dIf}Vco-oXcM zoEN^1pL-mEHq%0?;ar~zUeu5!zmB}q2+Vs>WVFZn*d^O~|38}5^sjn3&@FVz@z+y4i`@r;7R{>o1|#Bnd++h$@6gN zOP$&e(r&%E23aL2eyYZK>88p0Y_qYG#i7VuyVQfxIFcbz8{{=TA^YN%_oiBtK#Q+r zD3T&Wqck7N0r6Q?_3zobtKSg$yk>~G_R?Jd<{8(CVr^?e%4;7TgfKf|-(6r(h!a`n zqe>5?=2hJ)xMlEN*<=b05UG_#0zUGX0;_47hPxDYSF+MM8n7RJJ(6+@G^Lfxv7$~* zT)FN(SzQfvkBUCgWYmsJ3f_sG+OFZ`MG!oAnjvCEYuqy@I!0+c%c`pPRi$e5P^&v6 z>yADlHB)A)&{VQ}uF_NGTEV3w8Czz_pni<+*QkAaZx7@?lPzhCctu+PV9iu=v3EBZ z?0q4!XI)F~d-Yv$P6{mB^6Ji?P}1>FcSwC zRHTv?0@CMNlvv^1t=T~?mE%TB7rN!7|F)GHpy{?yeKMEY4y@B5IR%yrfz&P)q}|PN zh<;peiw_0~{LgjF&$ z&<$%YGJ?Vlh8upE0xQes$+;b92ML_$n|d#k*PYcK+}Z#g9|lMy8>BQo?<+m|ngKlX zt)_4o%HWwYCoZeBmfrE!RuyS=3K~>&tUl0t!kq(C8oj=@&oN3n6)B)qy5-Xo{cRF_ zIVs0UhG?$Db(iy5WUj?dBN`5*gT!VFx%DT}NQ4WrfcrE#dy-{~o_H6&6@`m98Pnir z6OtKW=Gq{-wTxn0`WI?b$2L~2dwGtE@}CI9v*|8BUfL1c*OZ?`a%C-AOk|lJbAP=I z1!{rXJ&O|N!*4Q$sdX2YFYH_YM>CW1T#9YG@W#INfq;C>dFIhya5UetXS(QlUa4Db zElbZBc{TfJ*u|lCkfi^0-*(e~9x6=p3qNQ2w_V~2o(d10@{E1Pm<~5nJSg=hDS+6CXM^7Vv(j4v7$qD#rb7IsfgE;F@7QL5Ju_L6i%tv_O`ijzFxw#%-&Hd7!M zLL;8hS!M#5TS;tr!389!Gt#n0m(GF>g`VIVNw{y1Vmpwnp|BB0yJr)4`4V*Bi1owT z6IO_I(AB&Ct5+FnmQ9V?taXa{jA+-sgPVmSB5Se-=X(c^3aO`oV*ky^y%9Pk8^IgA)3>%?hH^Quv?9ZEcH{{gQUE2fO#Y_*C zpF*ZkG^nawL7f{OkK=vwWn<~Il$+omNe+*Tef zcztb0?4^BP-9CP{3~i!Lv6!wLNXCB<8E(T^#{E&@n8D8U zsA9#Ux0TET=~wkqmfz7*in0tVu1qP8T>$2D9W%72)@is9Tx!y}Ig^5kU1qk2&HaCk z2iupuFtMVT+(;tCiO_@)D7)T9xcfSrX+135J3a?41Pr4{745x2u)W+nua{cgZVFXa z4{UC*`2_4kILzD}K~E%~nDbKlUuNfWUx6BucJ|#FZkBs^;*&|BdA9ugF!e6|6ENOxu?-oFmv>%dEb7p*0wGVpP$Ky2_ zFeIl~868I5yxAHk0rXi?4e{bz?AjH?hmJ+yU zMut2V0-IwV-<}+M^8nat?OCYZg@M1gytf55Uj`7|S@WU9ft-j;Yb5-^2ER zPqEL_c8c$nH&w%`ZdeFyQ%q}f`xYnR4zJEfPH%SMH0><(0)DMsFf z0v|rMF;CQ2{;5^HBUMZ6oI|*uS zyuG|F?lVOV12Zv+N%;=~uC2=`jz5W2{i+`&#XjYAHoI9wZ5 zufOf>44p<7@y0172Mm<(n);%ASM1fE810(Y^!2_EcQcyJ((f@!s?uS}p0wTc%AU)t zL2D-XfRvdM?`{pmWBk9IIn&iw~G-Jz;9 zYXwPPy0A7I7J=y~+Jr-l$9Xmtl+>ZMAa>n^(>Y!uU>IphZ|N@zR3=qwt5E@X*8S+PjBoOmRtnF2B2*ORL~1@(ZmEF+bT z)QtDt2w03!t$mOH(~AkMbSN6SY(?G*ERGp68zVz3KOhsx-e4wmcRAK$WA~b^3z<-q zd|ygdTu>Ig-0&szc~j<)r5fcYNO23wRl~dIhwWBnPmA)%P~noze~Miq>1Nlj2+n9< ziCm%J6A2`MNq=JJ_pYMw56NOtzGneB+_vxQ75^>34i>+a+sk)Bdru+|J%{|q7-r4q1jmRTJGs$&zFJ}_UV zxIP#RqEKWt{fL_WLVTw3b(;n@PzYY^k8!hZ?pw$tr6m)?%_N>f^B{)0c|gHw7eHG# zrv-YjqoMC#-{>tfnOK$loDzO)%^KpzE^ZePFnJR!_~kdQL?CuTm^rvfIXWLT$Fruv zFi25o6+EGT3oPKxQ8P>d6xAN?G<4g^MJ-Li`JP#Aj|Hm7p}%B}nM|xUUQR-M7OB^+!UXU)Rip{A)%4i zjv&Y*a#?nyz}K_WTXuD)KcDaLjU5SJ>y#3iVDpK_S1;fNu8e~`<{|c z;1#vjCW* zR`1#zp1Jt=fs62ni9JK@aAzLd8PfJeu!_L@aL&z##!RJgNs(~0D5sCa1j6P9fle*g zwKH>=Kz)nynD#82`_OmXs%7_*Q(;pvSL|@#vF;AnNm5K-kp#R#GasKH55IcQup--v zbv0Rl8e7z*78k}yrYjexXw5VZnJH=^Pn70D1CXZPr2es68ldLLh#bc?uOoIsSMjDf z86u1rfZ~ynq&K{OkdM{S+OnUsn0})99^zW|U6#q^_^P9t#b7)B4Nz6S+9TcGW;?Fw^TqTd z)<0!B+pf28p`BZ02K%L$Q0yis~xf+bVEb&uRmo<5NJ*W1@cxfsqdEa^f z>N$~(h_l>Ko+y~nKk+C*Kr%lH7iC30G-Iz421PiHgX|}L1gx)G3=#U5J`%JCoI*?% z)n~k2yfQSnAIQWeEgE_a6w)aGy=&6Nkg+jJ*J&uS^0HCD2^C0lm2f^kNum~nyfsxg z5dMgeT;pN;v^avYheyug2hkUxJ|(zX01^n-aMCeXd>N(XoF^LO;#@a^ESxi)82P`yfgX5CeX#2H7yV&84vLWNF{Nm<41 zdX-FA&FHp#tMrvis~}0N(jY`A)2>1ugg+%#GgNbl7FoN=NVjF0#XGQ7dmKWWoR2O8 zPE$jg{YSX>Cc!UPKbNR_I9-^;OfjXOpNPrQOe*1Z0PKXVSwD5#vAE-l zF&gbD@ANmz(40DP+%ym1$-R(2X5xGDf(cd3?JcRUmSq&R@6R9G9x7|{{DfT($gg6b z6e;Xq)KPTUgfsGf8T@Hu^YQz`v$E>Fm{X+M{dqqcki6pAks|E(>XXEpZ1u+vFEuz0 z0daj*WRLDV8H{WTaFEKpeVF{95m@AZ8Z)cmQ<*#J@CGb4TUwsf3H+2C3) z6W+m%_Ku)$wXu1h5?71znARtI%Pr1%o}R2h##GimAELAS-|0M`{%ogbN1Dr_NlCrU zWSi*bSr%F|i(e-8_1?W*n$aC$Ha?L=Ks+LXHPh zqYg2#)~x)Q#BMwmm)YQtp0fy+J;e^pqCT{kH~6&e$~;AVbSu4Ou2TrxP;29hEKYG|8aR=qLJItBae9`kN#liskt+#|Wqv~~S6>0-BB{`fG;cDh1I zi^ir;VhoY^(krGBQ1#+ZmV7JY5tqwraj**KYcKj z8kKO=`-WjDIXxE1%Njwwb}pF*$;XQxi*DU(2vE?@dzT#$SV7-_Ll*nk3~4>S!e@u9 zWI>MJG$S=ULX~9e0C$Q+L8mOHG|Z(&e^Ohy9ro(AY27%D$J4$v+>yIyP`*?dQ7vTT zLW)xfXbI(X^lS>W$)3D5gtp4uFQKmg zVOv$OB9aQ-H^(##cf%2`^m0|M0J0ElfHitDQ8LyF1RdndJH|YB-rncze&AV{Z6~%Q z+vO-$>t_S`0CK_#Clo6D>Xc29Xsqc(z^&!IJZ_H44BW`?vOUaCs-QUMXb(E6jXZJg zQ;LQ$)-5Y~C24UAES4QhfH?|%8CcC@G6gkWDS2h-gM`%b>@w^`M`4YRs*1K5_il^Fd2#@@D5Z4#)jHx#? zI{hdVAb8w!D1EtS87hbf+1<%)m=zNq^o3+=HvPqqunia~b|x3m(`|X>9DM(sZVs(N za7aO?GS7t_9T|q7Cfma_(|k9i-`3eSKk4yTGjx+;0G}w~w7+}$=lz|0GiEM$oi$1N z%C%B;W))@V!jFtQ>YO5p1-7(iK^7Zn?5Pa}$z^>c+kG{WKVTYpn7ANM(H2Ol%bI?! zB_3nH(^>Oc9o?=R^Y%X)>$lE~O>Zs??C4*rO~wlrW;@1b(-Fm^!fdegn`}n|DS+hG zmNwW%WC=j8_Ojoc$@XvDpvfVDKUdBA6+vjT;CseVr~?~Z@prYy{a<38p;v2MbtD-n z6PW^C41K0;YGW28D|{m|-}obMc`T()Sz}j4+_v%|>}ZwF7I~GXhqa_E{eV#C!1hT1 zL6I`nq1fb#3jll@RlwNB2;N*hX|H$~DN38-I~78ZgeKH~UlIgHav++Xs&Lf^|C#ju zG0LuuE^*@`cbHH(Llwz@aM!u3Y)g5(KU9M(`p`o?f~AAzLuyNPO7mrAm~&YWnpE4t zv*cL>4^d}>@E#K#>$hZ6hc}Qh*#7K(;_l69P7&@~JvL_g;)8SU?*KOXf~N z?RK+QWW>!ljdar&1`Rr!ECi5ovRnVr0sAKN1wJ_WnV!g zu~RhTG%-4bljhNjTQ!FUMY|VrIl#kzlV(1G{3j}Y59nHkC9R>04iER0@NVlK)&Sb9 zWZ!3#SV;IAwF+%A&g7=HgxFL#ud4{$|2%0UgGsw6`ZapdcCxBT&{Mh+i|aS~Q>;

s@14xOuKFVxbTX+}{TE>vRAMBgE*NzVarG?M++DRYW}h#hWvsRUhKax~|0{ zNi(Q-jsmVQt#e=O4Lnm;8?b0{is7EwOjo60vsi`vNpUEQ5*!b-{!oO;Z?r!}^|iC0 z*>p~C3?ExRIGqsih1BZ3kg6$`t_%RHDxnu)-!G%e0^*B0e9}3FCv5ypHF=b?tlZkN z!m>e)%+ca-kq;W-JDnYhA@?yPXq^+mExj!eXT0jE&f8v@H4#%HtK*;&sNh~Y?``Rt z+xhJC;P~6v_PL%gP*$m?+rFBf4I4Xlz`T!}lku;SjiOue(;@@N4R0EoxHr7`sBj*C z`LAlZuS^wEYayxq$J*>BuqHNS*$C6H>~(6Ed#yPZ_4)&==|%nJDQR%Q@X<_Wh~(#L z+XF7==WV2U<%l2l1M(N@16VOqS2$GxGdZe@bR$hK+mr_JCO2SGFKU?9u@!ThC%pT! z_N=v1!{PEP68PqD`S93GVf8I2y_fCOB$m(E-NMOSK1~^~j{IC~Ml~(t-sOkfS@*ixeS(~Tmk9>YGiPy@#xL>pIhOfi^~BD#rpFEC zRuNxNHjT(eWNx4j9NS2)i6T5B!j=(w)4$UQqHih|=qiS+$L-l;FGFSWBeT$JQ?mQu zsyaCE8k%uLgAG9|@HtYkuQ=MXicP2#aG(GaXwm=NHRY$6QR`535ItXVb*utAX^gR5 z`;}$sRVb7YqY~WzBs(5aGEt934UsyhRWN3bKZyhUT{)B+a$%iP0#OsG{vTCMS1dqP z&J*p0{6m-%4!PjTR!>f^H_uhBgMF;AepeXyO_#Mei`e&(g2d(+6D*Di?(znxwb?QaFk323{aft z3w_M)VEdV1aLRirS<0Dqq)9MzO&NLY+zM?S(C z4113L+NoutyY5vF$@t3m=vB7oyk5zCuZRDQx_GR)#gxkP!`4{AD{O!g=+NcjBz9le zkw$4ePm$h|+CPDCi)HJmji2f?-K?iiUkQHeTf*G4n!qN$`z0HAV7{AKq}J6>8N3#d_7*&M1mH&7BEeZvnhKejv}3rH!Jyp;EpLL z2l*iPkMvmj2E#+CS%MFFBpQ^y+fNVx%Q z-}sbI!ss!?G*z-5Ri`SHm)i*Eo>oT-SjzRj{*r&`}&}+!J*uI=ZU>)hWg#6d9SBeJIcb; z-Zesw?3d#ZUx-_w+v9CKsW-p`DXv-{1E1*WPhSH^0hXyLJ7PyYR5)UwyWmE+OLR!h1EzL1~t(tHb}!lWW}!ny3v1 zU-sqe;3i`K7Uc+CIKl_I4mM-^_;g3z-|X0Oe51tu8~S5{%;cSN*n^{rlw|SI_MS3d zueFEzz%IKIXRP%aHlF|TDxFdMDW8*A_J1^z9?B>eb_pvdW}QNK+Bve=b<49)!<%j+ zQ}FGP0M!d2Eu~X2vy<+VN2?t2j*5}=6oA98RkB-yWL?~>mKr>0wA6JhYzcVLY)aeP z!FWZLLr$3XOL5?C&-=@JV_q7Wn~_%^riu~ z`D5Njo9f^jI$7IKM6XjA37HkXIfyDEuH@;H{3C1Dbm~**(XuvojKnnjGyi&q3FAHc zUEq+$tO6F+P%k9)B?rZ22e!&SK>dsuhWb#)NCPNY(!g@M!w!^b4^-ns=+a0AlH5r2 z<>OkPqDBXrq1nIiQ?kpmFjF5)h7G5AOCV5qN)n*bcFcJBGik^!GlM&hsET>4gT(Vj zt~dRp#hWW_Kc0~)T&2z5i+;y&Bm6u`ef`kW{2{+V6^(pAo|wHMW@KM?#U!yqQs^>% zjTKs5YjeBdY2k9O+x@rM%dUgAs&^=ye(~Y;3L@#prZY5+Pwa&dUJn|Sh59cMUU#S) z_dkR5RAhr>Ta^huYPcM!3L05-?0+=ZIIBHv;1{FFs)C2;KNi(RQqyk;YeF1^h?qa?2SpnJZ?KKzk>^D2?S^z&}3Zg3vzuBGnW}k#9(fo% zqg&vT8APFYGw^ETGpzBuK|)6nMUB!!u~xdHgYvb@Cf&TprJV~BZLOLBI){+zVzf}q z<@qjJvjRxk7Ac zWIqkaL7%*abVHODDW6FY!_>;$(ib;0@@1)LXB9^a?^hSua=e6&>~W0B(JegYKz%_$ z+C^j7vxoCkK;;w3AkwQD&f_&MggP-zB>it&S zur+r>7u;hKrMq1nh}t1lHU~Dy;m7s4SDO1}#4VN$m?VOD1Lym5PX2lG-OoZZX>PbM8xD@S?|pRthoZA^ zYr^ZJI31(Am2k-DPJ>oAP->%_5u-sQM7m2+R)9)49Nn-1k^^-NL>wg{3>kt7A|ibchafloIIQ<=G?aY>kP}97m~wGt*KFU_ ziV;Hs<+yqc--(oUQeg=(bAF2HQHHsdOw6^K4dwB6Dsz@Saq3;NkDrYy^*zgewV05G zzD1&_@M%(s##ocP9J69l@KHp#-v*SRbFO@RmmyR$7a+1Ta7jRxTMM&wz}SFtMcTci zedsc*P!Us8l{Qh>%tJoB&=|2ss}e_e?t1#hs{gg(!mGW2*y^dNV*}|dbENO5Xg$hV zfmeoj2g5py+Ctpko%ZTvgnE}aI3btn1${wI8ULT5!K z^T0nHzsu2Mn&PNKtS_=5y&W3i;kWM?=RHo=Ct;Q{Ff~!6Z?1s`U2JFMJ)ML#Y`h~S zW`9>=uVa@>uu}fT)S$@%36c=7hC`(soJVF49-2k-BzSK`-p>=Nmy+Q6SH(B= z9|I%4uL;}j7xeYlwU{A=Z^L^J654*Zshuy>ZdzQ6jaPof`fc*72ayuFk-k12(7We; z`}hnw5Z%tzC+zX>!}pN&{Gu#}zC@}2Zisgtt#Tcsy{j*v3wFSthlo10lJ=&P3C!yJ9H zflFj@rDrKbiV(=6KF996c!B&}pB}?#*2i=xgUH#hlOVWHP_Y}Gkvg)IUq?07;egs9 z>3Q4rk61Ni$amPO{&()yljLPZP4YVmWpuWu1Pqjn{k}h^dpKXbzN^%Gp`Y?x7s+ox zsR@(P$SY(mwwg$P8FgDjk3rfNQDt#KD>`xJ(Cgout&oRFh)zk0&HOYUX3f_$A05aQ2}7VWYkByn8{RJA4gy4{ifoy_@c% zv%&!J;CUji+%({^$)Y{kRLQ>-dy_*bmd&P}!RXeN>j6r0`SE!d?D4z{N6K}`GH1ZQ zEWO8TJoNP(&ucNq%3IX&vv*Kb1{0Lt!bTm^?l26jDWh-5w$T}xH}jhRN+CA-+j_>- zn9FG#iF()v;!@2d#`jLP7r40aqo~(@BDUYD*5A45?1~x`6aVlwCeN-o<*tQ7y+e}zlXxuTnr6LV^UQ>{cK%eYip|L+m*9FX_QfH+6f+qkFLuKuCcU&faNpHxLV zG<>PQO*7_^x1N!5)Lvj|Xz`9!{5ev1)0k2}c-`K-={JRAQ!ZRDDRTxX;#XwzwtcFM zOB#Bgg(+#-hMtfXTus9L$vwx3`hxTKD8PT>UfkTs1Es-K?6W{oL?=Zh-!H}Aj>L!_ zqs?gb;T0Z{%Ol)wMg&eCyaM}YbmQdgK!9LAkMXjXnj#S=z*jeXgxRSqsX>q=99nMDd2U!d8 zXD=FRnDdKjzOPTZJRT@sV*1CjI~XPrTZA-CS*iYNosV?rLiinB~N*=i{NcS<*cm4;*PXl#5k!itrR*< zAiBpRs#p{DdpO;dBZlzTnKW5ogda{|xc;63H2()&Oy7!TXAx?kM~tH@^FOy4#N`@c zwFBU*BASy|bEkoo#+h8>mYeFxzyC2rd6Ji@T;fej$T&?QnQmCimA9){k5%S>BW+Dg zu*VOsgYBl1&@MWVTQQ#|c4gI`%?&Fr4Y5a;clpv?@iJm7&Mt4X$uJ8cB`n8+zM)s3 z5UbX%!<3flKp+iPCvq0Z1FlJvx6no7)?~i}v%l6euW-ZSQ7n-Rk+QJ6=*)wWR3fqY z%DiFU7R711L|q}H#V+#VrlVd~6t%w^>-I53I?gK#FGZ_4AB2Z5e-IMy-YI@K zyC>n}KHBc0{4%d_z^hR(y(9m~ub zO&roRE{L(pF)CX}xTObw%pmq+Gi=!NpSTEVX%}^4-IX1xydBpqE(pK&9FJ(HsWE-d z+h%I3g78K8Fi@dw%%Lh*w)}NV6|%HR!UW$2JYz{9|4dz80Z%o@(6!-|Eh&LH8BItC z$RC&bO4;5@N#-6-ac_LcU!-h95hu92&)@w)vi!WjA2K|!UA-*YMh&tJ63w?Y@IE4I z3v8PB&GrYt>yE-dmgS017{d9Rq~#bMW!Bo=fq&fmM+qNiF6m2~W41EOG);dj+7v6D zwN#@z6T1gzc?Yzr8vQIdwOG81apJOXw|>d(q(hN0&>mwnpbQewiE@`A^>B6pBcn_e ziu02@Kb;uT)ckL5F#});(n%=8GLX{|)9Yfjt+FrxQwH`_tJHYveTmP-`i1&ym&nQ# z`wo|vF==m{qrxo*TCZ$HVgQPeshfJLHJ>r2Z>@szYlR&qR1i_^o|PYNoK*=Z*a`rc z3*8?7-CEhXy$dfBth5B}0(zm_{eMjveLHgr4??OD_wxfRTqawch2MV`MD5@wqoWgR z^MoY`ERtR!Wg5m*5MkyltuL^oq@H%pzB|?F3YkmgCiJx8_Y~3&Grc*TW$#8s<8%c-B zm^K}-q&F9vy`Bor`^@1QT*6hbGMDp8*kM_4k`mK~kYstsqu=CLtAHj5Y2EbYoEfR@ zQG76a503MCccG(QrPpCvAsFaR3~Gz!$3jAcxt-6+ivHl9&|wa{U2)DoZD!sueV-sr zRT;PzHD|QvQr4;|=aJ!!G2!f^i@vp_`o@bYbV?j)Pi47mT1v7lYuUwivzC5wbw0Z4 zFhPn9I8fu0v5;}vm!?`ctNbd)(p7ZSTM!8q|DRTxCGB$U18BfF&PN?A3~H2KhT-4> zUngek*H+{`#aV<+-Qsq6lMU=2F(XiZuXYs!qHML7Y?%-G%no zo4uGUl;`yIaG&S+_Fa5P2tK?4EVWP`*ogkJ@VnKmtTrOIKYte1tH2g=GrD$< zu;z&?+}M&+&2Bhrc}Cl=+$>9ZR*jAbchApD8wPm`BFW^fGEcv^G|vyJH&t>49F=&; z3_dR3Ej!Un4!SBOw3;Xx#T66xGGpgn_^{nA|Jq|sB|Byf0T)LfGk`6;KD4{H z0xmW)Y1F^xhuXr-enf_AYS-OVGzdS*n?|rN(D7(@3^M1U8~@xsO-n7e~XCPYuh9xf9cJ7zP5Fc3QP6xz2vqoQhv~7keY+ z++N=7z66#$bHnnhoB8_2tQ89bikb*LSxVk7(3>NUsA zATi6uH_OTyB+20tui}7~%06=>dvRN*MN{3{v2Thjhj(3AVs6$cASam?DyYOvW|pV} zt-c6PDPrgWX^>g)voxf!1^(W!@HnG#LSxiQGFMEKak1mCd6B7CY#i@Q-&NFwix>y( z@;rA5mxQuRTNQ1V-e5x0q~702ce?Tj@d@P@swG-mKN|4BFxD=1OnL{YyhlL0@XU0) z_lPKl=yu%(TenI7E_)DeSR2NJ7rMR2cFCd4mNcP@6WqTG#O(B`<8b+2=c(s#+t&^x zMWr7l#3~cg{$nVGfv;h`HS(`{+&aT+_RYgr&I^84b;i^D(@8*r-X3l9Q`^n5g7F74 zzFniC#|*caUT*EGY)v^zM(w7}=^}pRMY2L39;@KXK>EnrJkSA_7QP4h5eYtFN-}3^ z?Yto@gTsTh6s&n@hbKu4SXn#0m1fF*b)YPv#La~`EQuCsPi~QzzHwU#k_f_={LXZk z_ZefzUh+2gPcGJol2^39^M{g^>C@!oY&IUKJJmt^qbaD(rJfOx-4=eJf!MZV(nd8m z82-wS*f}X^kw$Cw>x0?9XzZ}67lwY8ImtFwl0|_wu?`vu%r3iw-*?}S3*=_PK;NSo zp0hQm3J$L5hJNNC0h*wu(mPkMc@-evAWbKBi|r!UYz5ESM4r)n_#P@e zz#&1P>)6L_bY??CO)#{cf5lTPANfJB&&NQ0JFCgw%a_od#Nl|8WvW$2sX0M5TO=Yd zw3^0Xq30|1@k?66R7J+uca;bwsp=e;Y=$YLGQiY6VYcooGA>sBME*(mD293`QkQm7 zMD5Z^<}I7i7YAzMu&SbH?NRWwCgsvf#}nX7Z31w?5Z&i?86x>wMgQS68K`U6E8w`& zM*(C$YD6(Hxsq%NqJ&$2Q3rkA8Gg%d^F{>|AU<*bOb9qvV^7Xnm+vaSUpR^76}ii$ zyguxjw7DVebzaR#nO*_Sa|DAtRAOV7=ec)153yYJPRE9aNo033MmVylA9=k?@X13x zJ^xjU35_qD)Tj4^NWQgwiD)xw&l=c4K6 zK-+ttV2vd_Tv&wn^U1(P`|zoCH;o>D2RP%9C82pB$fj2QoN=05p^8?Ui|Y}0v)BcZ zQQkWg0n>GKOpe~onHX@;34`mJs3%N=P?nGK7UJ>%-=Ajjqx_7k-dRQRel^(VQ-H=ygwG?fD^yMD4=x4H|)J*#gze^9LPM7 zaT4NUyJ!6?QTXCi`OLqn|OP@$2Dtjch$g6dq%zkHQsYeyw^?`-bt7S4K(sH77eW#4I|9All^Y1c7KQKGuWTUJIR?ll z8R%z%esft$ynDChdPL&5I;!7*rGx)t@JG5pyFxLX-QJ0GP%SB0AVXQ}%T|u%9vg9<7wE!g@9X&5p^0 z-5E7iCT|PVBJcIxh@a5lKPs~N>GmJP+~tuUvadGLmgd9mIZeo7do>#F%%BPb@^eUZ z#uVc`z3qOWl={+`RjxbL@=H_u5I505P*MMI#9-E1T^yya#AXLYSVi2!yqXbZzwfm^ zu)RUj;x?{5bm+*zK0lxLHRvF|E6Eru1V+y?o)od?C`IOv;w&|vV|Z%O7!*5*>gU(mA@z5UG3771>s@D(nYQ4h#m_A!k4qedHC1(A!Bxc(O^G6y^ zAZi`X08wV(AAx-&k4=LW?(IAc-s@f>6_-X88qFzgBaT&fv!Sm(U~Ms-d8(`G4M7k3 z=Y(9Gu`v8TzPLaBJTA7s%s)8Lw~5BmiNby1?Bpjrj>>r=bIeoLc&M3DW!~H%BU0~p z8)e8$F&TR($<|oD;%M(BJnN&mcPsmyBakA1P zhtGdc&2{c)-r@<`LOKFH%=}T)^iKjsSTBU|&I3&2e9bpR}-MO);dhJ4U^H5&8^`}%qTE}t<8+6-C z(UnEzJ++ftSdcVGD^pOGJhjC4Li9kr;%OC1*Sm+D?QW;FZC?N*8VGrP6MoM{X<{Ak zor3ENNw(F{F@5m^hXY&KPTobi;Rlr>r>4@hQ)K93*khj)jG$jPW3HtGPd3(a%ru=?J{)l&5<>{G#jWL`K(WfeSOgatkh60B@%>IE@*i|MWvn0>6llB8W( z7X(Txjjf>;@8N#4g~V56@_>lLfk}yHAa2egY0{AudymJd{l%M0mNd^Pr{~fmaL;jf z8V7yr7pmj4!#s@k2}uLIpiVlMXEe`|6+95EV?PVE+O8U9FKYiw2-s+Ohnelv9bD*tzSLn8O zV__ig)*U*=zjER6=2xLAhPNpR`KBS=eV=l(^lic@s=)Q02uf50mv zu>t)J%APW&8E3rS=I`-E`rZw#3{3rFi)H^TWsIUO;*jd-`(C7a&u+{)eqmE!D2~{$p_1jVb(vt^^wlSYB_J zI7wqvuIiHJ6P(I~<|%*r5M|!9wz$~Om1!O8F!8N-5S{nVe&@|W3sCyJ zc8QKk0n(jRO}tSP#4w`bOoTARmFp-MML5>qd~NL!C$x`Oxm)o6$0mHGum1M-g=($W zY`rRcv7+T{wCL|wpMDqc$Kk)$ME4bD3ElqE`coNZ*E3+N49;$rxbhA0Wr`^Ue#{AN zARUSB($ruAWAs>lafZzu#`^`o-Z);Lm8{k>w5T`rs+#8MDq9wHSDys&9e}uFyhOj< z+Y<6>+GO_5zuWpe4ja+v2J|+08~xVox~~2jknuI3Q>Z?tbo zbK1A_`i4oKy4rFL1{-z1$LLca(50ugB8lW^VIhC#S^`0Nkq+F8LAt-zM%@APfGuB4>)qEJD#-VW z0DczYO2jmh0HOCf_O?nQ)NLbS!0!V(@2GQ96GO-N^3v5AWrZ++TT-SyZP&{>}|*sCqrb9;df(_gkq z`hwxuUG^X!ztJ~1l<4?Z`fuIbB&_q8UH8=8n;^tYRvR*Bcm=+BRxXN?v$EGl@O%)_ zoZ3Z5Rl%wCRuajy!M6i0i49Gq!cDkAt`&SRD|q;B@wu<|cj}~0(7FqEyg2V9|6NIq zW(f=bKy-a^Vf1wkL#ROCS=RiO-nEF$8s&!#FjJ;Ii5+WD{q=%g)Yfsy31>Q@cUjA* zj-7R&JFjrBrl7e$TmN8EiFq0U*s-Oa`+8JpyM9mMV^}<l{?K3@&b=|;Y6Xx@1vf{ftQ#=*iQ1DtxP{v*(2DH1ZQ3#3}>VH zH_$!ZEj5d$ZB5?D1Kfl?P@1w{CN(<+HpcXq3HB*N=`!C)VlJq+9}Xs3TsGzZ0?%!P zCxbi4F^=|vIF z=0LXa@I6J}Kyy-lp&eBFF3~cie4Xz*kMk2xRR=~^2xH$L)8s!(|7sl$+d*+za%qca zGl;dVY&0hC+I57X4)1zjWJ1Yt!5)w}{*qT)dk;<(i77gPKi9X$LePQHNj{1~MV6)> zetdBZ%i~87fr~{V3-2hlE{{cry6z!t)E^y#3naFOn0_3j2<_3z74x7MHB$HM4m zl?ZGzZq(|iW^jDWX6fMdSS>_~-#ed}fysiF+CHc{ z&St`6#5JNwJ1zRI4{CeQ-CRZ{wJ(gYAB~TC?^VKuc}LM5 zA8SX>SoEz*BvB)a412^;?4_M`c5E5`j;`tT{t8yR3?D^~3feH++N9@+dEH;L)`IV* zE&uSahCn469TrHv=MDwC1iufz7(rF`G||~@j3ymT)xV4VKtZF6#>*r+4lp~Sg^`t3 z`#I>x#0qE$N6vGS9>2=3z-v+ggP3qIv%^LB=+*Fadct{ic6Dq^yC;HBrO0 z3XwJ}r>=Az=y&v(#Rm!Iucj9M+jP@!p)rUW8VzMQGh2TeQTcf9Y%9Mi z`+y%ym^}$8agx;S{Exv8$Q>uHdGN&ID&~QtL;2JYKC4fvd!=c2nfE5088QtocId`f zH?${IV34kUQ6w(ysksrD2PmaQR8BNoo$C+yrV{?+V!5rkyvgByHE)ss(=a7LoO*j7`eD~%=V!qx=Eb2#m5fKSn_v0aR6@|= z3m8nlC>z=uH_CxK#y7fcupcviQ0MPIHI+z2M5!mdFwF%;5N-a!_uDazpQE>WT->7* zXW0C3N*zN0ahUvvA;pOjY*3LwsN6zZiTnITB{kJOIL z5?@y(*$a5%7vmSRwa2Z{CGZ|57O{(-kc{198q>YKi0HJz>K7n)N>6QdYHs@WeM)z#>koBT65U!Xrx%YZfE(+8i}F3TMkRH@o{^okGJ2Pq%r zS27IZYGPuOtvn@mT^p1gOXa^q2pU%41f7`q2F1mJP|C=Ip{pM~1JT)y=e`%&#bhLvF$=gRXtM5BVS8|eH3asJTY^RI~4f54e0yp*DnnGVi7B<0(%%&pp4*Sd%!rbZy7;EIjbpT}dwR zMa+;Zmr;|)n&&p=X##$|{l7dma~rE^i< z?8iI2n{J!}wGK2D@`;e@Xw}|=i$*t~kzg_a*wTq_ZsAN6_PBq+?1gk4_;mu_IW19r zdF6E$n9^iB(l}h!^O8|jfvk;|#5Ek9lVYfc)FsC8E5l1 z7PsW=T+p`L7$G@Pr;V6|Y|uL{5!ye<9$(~&eLa_jnF|b&3d$?G4MGS%g-Ef+qPc2qS)~ctfOSI!Uvi0CruMivDieq~ zQB8DQm-pBe5N>f^N{9g7rbIHPLIqZKF z<)a(^t?RSHy#DNQ7^)ilBa2V4#Edv}X^v$vx_yJ~iM+0eR{Bou_15J5X)5U@TP)|b zkvK4%4`BdD8UopXMlC?L_dxFGLy!SRtfRp$5V{(XjDYSr7L=J_5P?P`g=vOwV)jYT zrnmf{a}OIeNLJL@mC1TYeZqwNyTP(d6l>MV-|+@j6MA4s=m8frq%2m2@Q+z=ZMIlu z`1YHNEbnMK4R9Rll5#lnmTm;o`Sk9mC>-*@k0&W=X+P{T*lL^!tW`Kf@-;w+#N7 zo7t{`yw)SDb_)AitIz3nM=gYtCT{w?8s>EBAk$PiVNb88r8?oD^s}HCH9;EEU6%HV z(nxuWb*70CnmhR?y21d|_k#AeA3XdNx=}RE=z!+#vfEm>d_uVYzG7@rtJ>8SEQJxf6)c#1na}Ixhnb?%)B>iL z0?FAFVaEIUWF`-Lgv~5%(z?zmqn5_O)HL@SnG&m)DJJF=o>MWfNe3u6Yt@d^^)IN0 z_sjJ==w_-0+K*=gCc%n=^X5ZeM=wWjQWD4H;&zqv59`|oq^i*rJuBAYf=4WtJA3-G%? zMp9Xgq!Cr>zjc=dA;v)t2GM$_n2y8SoD(M%N=`530+hILtxfKS`JVlSF7W09)+@_i zhCSK|*YqJ5q5~p7<2jn0H1vdGWSUn-Y6EmjQe&z%CT-{Sb(lh5THk*bckSY#8rbm` zY^dJPw(RX~5gyd1KIpICmV&eM>LJlbh}>lB#QS}+}n;aKghS;=dM{syGAfmPYi3lgE2EeWJgpJ zOgBR$K`hrK-{q}<+I^-8h(+~;;w`j_9ju1W4~rC+o;)_vbZk$sOag@B$rw9 z63d)MdAi#OslP2=)qrWVBZ|b)cNH50R-Y?$Lj^br7mfBnX4}!<*cMF$0LxN56AgO} ztYQQvqgaeQ5UKK+*>sn@21ri?#)B%xZz;+t1GwHl#ay?&xblYPY*C=a9&g*yh^<$E z6GGGTKgbpPt=Fe5ZwdjQmo`32Q@O_8!BX8n{8@EycKca5k#+WOgksV3=VM;iD297d zC>5i2^g1TYVwQ>UaNs@`vHs#*OAJ##`|-KqSlGpRj=Vf)m*MfYO-(V0MiT6$Co9g& zY0rIaM&v{am0p&)j=cNF3eb1SRMMd5g0mmwNyB6CAc9r)4MrIC>BGCf`L^sB(STY# zme-tqpdU20LQWY=;%(5nY|+cEU30@O`oZ}w04clCvz3U@^kpE$ zZ5#+2fj|WHGzs^Y4vloVYl%lfPX$YSQa{#%Cp{sWX2JoXno=$Xk(zTVH{Ay&YI62O zCfGE=^ZGLee@z!yecSo2Tt6k|T2d9FaAvwL}#@7{yN}26y9hi#c zo=;#Z)r0HZEi>(|G61bs#;TdJSs?&yUm(B;rK0#))&(7All*Hif4ZwvbtgeGxb2Co zXPNdla26rr@#uj%*U+w|vlx&SR_x3c8ki_WW?r;?QR z_w=gzKji5?VWqS2uos(ca26P54E7pLU2`z(fQg!zgS#b{?3f(xUI&(HRhFuq{mP}( zOLTbXcbl9kCPR<%wWF<<-AQx0Zo5X-u}wu|pvQ_#&?WXH9~d#MiQI$};yyvTQEFp( zVwu{$rd{!aRa-l*G`>ngI<4Jst;04yCr5(`{!o(w4(*mJ9oICfN| zw-YnI94W1zWQOLlyd;?N*AytmtdiMUW}&>n==gxRBb!}k!!$ET2Jgpaw;iXZz#EiW z|GW!s(E|MG;jzMc>a=I{rzF_6{=LBUbavf+(i>sv95MdO9r+)yPMv~-AI5D-%^gDp zbt+{vo=lN*4{8rp>)H#ESj@QpT*qLcD92l&cmukpX7Mdal)J(km;V^x_B-K+((C3k zVQVQsOISnd8zH66MJ`PtKe3yJZ!BlPh=R|0`8feCooY>xoAMoUVAWr~5th=~6D_?e z)^yo>;O8I5|5)y}R{XV=j$ighnFOhsdt%1u-hRLzozi4c(~qrt0cCSl8b<(;t!&zb zheZC=Soz6~s|3VsvEfsX2cw$zFWs%rut*%*g%)7#S}E^k`|SR0s4opTq-+#2qB76T zx~x}d%zTaNSFMd(6z9_^X7gV!HP)mu^d5y|6luJ9RC3 z<$YC4!KXkW>xgcWt;UPCvs7zf`jpdL^l@Y0UM)#56wNQ`gzyZlYj@!WU#5y&!$M63 z5>sh`Vk5iJti}TrLouFfXarc(Ys4Q-EE~ed&IqnWy&yZ$`dR8 z1d!O{I?W6@w~=SaxEkU2*#-X$yVDrRoG!){;{@&)mp0o(EQHPj*e1CD^Uccj-o^_x|7$0}EqW8P$t&Qsl3dzDc++0tO#>aF$tzj@^J#|uLKO*$#^WK{YbnjJubc5S98 z%*2)so&Qp^3^H}4a^2zo#nvGE-oG3t*X|zW!NbTz)*AyVYsgsvk%HZ3t#%3 zCis);>ts~3O;b)|3r8Lm(@aqF9pWh~+ zDbnt8l{9Fe8Htdw`$eH$H7q*zDukx$UP}V~3c8WGBB+6NC|RHQaiA0((=Jj7M>th) zUg&$}s4}opy%f{v@=v{+67BpZX17rWGSI(&G80BD;SAu@t>d^6*!{EEv>UotWhbpN zq?O__tZ6gE?9|O%Vg6*2gB(dE2S3(x$eOFJa%QNwo;mTKt+GP=Ep>k* z6W~2;=Fe}}-{OXTPt{owzbl2(nfXvFFf$QN)6MWu2uJ{IX)_K7=lRf?W@du>ne3o` z{N3c#3xc)HEn(X<4+r7ZzY3p0Funo@C=*EX=ADfqcNn#&?Y3w@Sm8OcW7EItu!xq{ zBDr{dPt2_@Da+el5x5blln=jzVapL6o2Nx-W-WH8Wg&yi{}_OHPWxOsXtYQniq#sK z%x~nY@5Sw1Y|6+rb54&KEm4zvo)&bXtLA0Essq%GWR9e1njuoU&aVus$5B$V1izlcy-2ll`GG6<+@`pG z(Z4V>Aj>JSl@fG~pQ#CJ!D#RT?DkDy&V>CG4W+-yzit${qZ;~nL6dbD?t?g`njs^d zm9|0-K#)+niUBX}O%#4Fxo69ae%sJTq4gK0Y!CR4utp9d0!WKj5OOs z-V+c%sQk;}WZjex?jC)Dke+^QKi56PFIOPA*TP>k8$_4Q6M-FpEW3%xANJHdAG^9W z-D@zR;Zj|8Ow3!~iLx3ZpU(>P3a4s0%Bbvca|6x}nttEL7IhhLxzyMIL^32a8N{mX z3;j_t4-g*G|-r&t4Gu}iicq2;@%VuqwwmumQKxe zipL@(coy$*l%5}FzA^9z9PJ~3M__`_vD>4fv~R7*r8_!Zy||BIobs8b0ij@;Q5OSjo~O%trio}-S%E_=zddYAyS!kOb@9#hrK%jX`X zv5Zvx!l(1oMQ}L!fN_bAlO(7vf1I^2& zwlHJ0ON$nua%Ypuv))GMTBolE`w@|D-!BbIM2&>`(6F}NFQXYY_v|lG6)&dn2iORUbkzv6>QaN#a@n= zuN8b$%R=CxPkh$$Y4P)_0XIvc6Ur)30v8LBU3q)2j8UKSomCBqj-X~SCLn@mFJjl8 z==`PZ3B0iq+=!Psqu6sL$zySE|6@ohvVZ0H-K_Wd>JOBfaTwwACB#;%U}pWHlNX1l ztf*r5o)_2h=hI&XP#4f$mFU;9{J@5V zyjt*1kxl-840oxf5M1In(*&*L+czqmQy%4!F z`dKGMwlOy6??}+%|DlZma*f5^l3{&^$7Kz0u5q(a*07wWwWkgM?JwBH7~711 z&U(~3xC473o1GI~ntB6OvKGjvzJ1}GbD=PJf{SL%$N+$>%2Lo;_q6_;;1PN2RWiD2 zr&hvr!avy_)a_dZY0hkJ;ys!P+Aq!<7Wai6%T)LA4I~l($?u0&OnsWQ0verrwZMyw z-!=BUnfFRpec6pe{}zag@-t!LX-3P|Olr<4ey=n9_i&WFrRL;g(XULL44R+zuyt~56;_B->Pp8v&p?(JnnafChP^{GfO2jtFRrm7zCXLs#FJQ3!ia~%T!`i7r7m%K157k`+l{J9 z^RK(=<_j!?;%;)?j3E^Dr2<1-G^XAy{jB|iqqC}7VReb5sl<8A!AdFu^XDP z0@*TCtP-71pOFM5Zf*cngt5hXF+VQ&cy`=ZoBxmDH9QjbM9{IVX6YR-%FXZlUcArU z6|%ng^O&sJi9<2X?4c-h*9e_smX|_9lm*ahQ{uZF*Ir(Dk#a_F^Tt;jI-KG$z7Tac z$J_G}uFu%cxSa~v?+<*(i#PB79*vMIMMkf?`Ar>go~vtmnpoD^6uuXL)M;YruXo5b zZcYr6wb5YH_^SU`@)p&aFW&#?ysU&+>WxS{cS!HONgdSdM*X+DzP0{$YR+NocAIA) z1|3G1%zU~A`82V+4Ew2fw1|~p3*%f&Rtx>W;ejW+b{=7;0mu?@ZUNqt)nS#65q$2*{EwpZ3`_Fs%vKyXtVEy})NBPEg znoowD2it!vct3?TL+P9^0Uuud$Aa*$P@%2!+iE2dszTo+r#1SpsGN4~K{yy>Am9AF zFdRJi{6Xc0SCpd&AVmDQp*-~my1~pu-&fLg;K9=!H-BM#Fja; zW*et@Ula}M)|ImH;Q0-^5$GrvlNKkai5_Y)|7;xhAB&Kp4SP0h2e#Tz@)ePY|6upa zbu43ODX>G}aj}YWIFZ|hqQ7G#I-`ab&dz$9TwP<3RWDofX_Gu@Sd=(0>cF8qpETN} zmJ7Q}xfxpa+smS3_=LHV`r90VTc@W5u3fm{ZR|yM=snxcw_JzfsPWJvR*pP<%!?Sa zRh@{hp9zdtI^Q)bPP%}DS)8`)&=v6c=-vF*UF2Vja3$}3Fxc`7`5q|mLh%JQgQ{@R zHk{OEYqKd|{X8>WQ7L89vVWX?w-)H@-NY(uHqyH|k=7Medb69@m1iEGJI49RNl4K{ zRvSykQX5COKh@8p+o|LMot!rf9wt+_!dy{#XC*Y6N4{Z9^ez5l>69+R=Kh|1C%-Jv zM}f_Wb~G+kDD6e?KV8F;V>wn^<(fyXYKj6GdZ!&r2ReCdiv8me6GI{_(!Q+n>^J9> zTw?2(yKP~pF9kdC!WiTVSlHp0QXf+$X{5my4Zl3oVz#L7$Q-i&;t6&GI zH!r9SXxKa&B<}Of-13wo?xeWn7J|DHF!J61v1Ge(2Edm;7FpN1oYfMq4i*fFd3Yr= zb-qQN0vDB?xMRDLA5;;aI}1Fb;3Gem_!T0aC`Xewz&?NGH{zF}`_35FJe^G~&0YiY zc~0C7Yq^DL6FV1o?SAaT!(|p8no~k*zpfOp)ajlgpt9!$(ALYK+J2M9UCX6q$hU2z zB>YRgbg+>9%mqBmj~Whr8kk{toYU!lfB77h=Rkt%Z=Eg6`bJZKz+J}{=riX&CBgEy zSxGk&62p*A=AHL;+W*l?V6LvMXR=tN+L)_?Y;1Q~-MrZ%`-V3%tW_IR{ua|na9RYF z8Sbiw=!5@lA@v_!e*60g6v->upq7ri!J&TXpM?YXWk@t}we3d2^oUxutbE@Z}t^iY>BKU>m(&U#?1{ zW3$YZ^?!++O7rR!?EE4@fjhsn+YrrJ?_oen1www8$k%UA+&aj3_vlnONO{1qv*3Yz z3(s%sJ``8v94IbLk!_h!iAs{P!*m>1y4DAo+=y@S{tUBAe~JBV{e&kS66P`JRhOs> zdE346KDbvkh>NxQCW};6tM)pVVRqmbeY)Yi1j_mN2PHH}HPn}H9;o&xgr;_R+6$kw z+9SFs<>B*LCz0T)7D$Wa;`07gNN5Ibt8v#Gx?4;3pL}EnkFbadnJ6*U@!^u}*|Sej z>1T2ac$zTI*x^1KGXHDo`wln>#ri|92uO@Yl-&E6f(*-Jo&lo+7HTSYZ!j>%_j)wcNzK1%EeaxjUe%WIQreP|2m13;wBH<8Fp z0gQEkVW^peop$nvI_>$VKSxSUpQ&#)S;w8e!O?q!>bZyZ zQ2M6JN*+h3jbu^OT|LBg7N3=Wn3w9Fx9p^yB5OPVU5_kgIz)7P<8mh7c^ivYw26+# z+4ngecva5q8|~v5udBQlyC|=-T@QpJykgy6X6H3oNg;0^7bz6AH+{OE09UOYi;bfC z%4(?0e7$D)vZIP_YDUAHVovn+41 z?rpueXx!7k#F(FpPZ!EnzCR1V68`Ae0vpaz-2g$Aj|axgqHS;e#0QIi;QT<~4ST_Q zq=+o((ECRNNgH4I6j3Y}$xXKn2s?d;z!HCE9$$peEt7Y5G9qolBWyf5G%24?oh41D|*e6+C(iCP| z`v{LWuYzV{n@EPbKxBdCIfs0fzaW{-n?q9?nHkx~1jVn7!+b(k>NRZ`{W7o;;*gB( zzirTP3*+KdZ1Ixd>Y#H+XtXYRWBMd3EB!lo)l+7YOkhk# zRq8w0XUW&Tyrc$MlaU{SfuXX-J~H$teR{oH>dS{|W}=g-QT zSL8-L_`uLwT@jjB;?dAfX%E0Zj$v_mRGT0;XG^=KFW$6A8Rn6M`6MLdx-MjgE-HQp zf5rzq^L1>}SLWFy1k~2LE`#C@Q*|Fo2#T*~S-yx6+^H(2PG{7-&c7yE(Y>9J)!ud} zh8Yj7=p}Qzq#72TM_`Jyl0cO9`sA%p_`Tj3!)a=(z*W+$jFm0qb4$&<_&e1~*q5Bn zfCwiOekKfq&yJt-qh#}$-Z_5#`kzEidzGpY@?f)OwTf)~U9i%c-{Z!k@rU7-+Z?>} z!kXM@k*01+0;Vru8!H zX;76%btHfcL;Kk7a2|m-A1kU7j@1kI$nD(Y7XkGL4rn5Y{i& z(`<<3#Cn#g43ow{xB^ptH#wG@Njue??E^YShC2q^OH%pyeJ-SX zr?>?P%C?+NOh^AwQmuKDRVfs{WZ0f4{#p(0m$ZALG^3G-)7;=ek0F3m&iT$%QOAK8Hz6V zVw|sk+Xtk)rm@~eC)uk$;JLfKkF8c{IBKE_kqeikyoyI^2&#Tw(1PpKp*Uk-4QfFA zl=`mQk(B61RtLatnGgdbxT1qJX#sbB;>moOFmmhUYvOoVx;pte$?*adi z8WL(@rhVwo?$LM1{85djLuy$7S^tV@$HW}=LLzVlB`B0K3nb#oK`9oj(O5(*@p=Pf z1q>CqA-_$tJvsAr#&%FcxGJ{?!WG%eU}^UcSF{Jr2Cd0QbE)aG}}a{QRlnj<2XB`r2gS5Lm}Z3GLzM}#!)~^EM5c56Zm;W2Ly;@+enOib5gdsS^V(%liL8mpz+T6_tTqSC)~g!I-F3V=mv;E6vcetC=N%W9Wf zQ=P1CarVB(2>&Sj!xtjG92( zcH3IT`nGepfPC(*hnmte@Hye`VasnKu5_gr?>-dELofy-+BtQ~Lzu#1|A;JgB9viU z>j_akE(3kSFxv=ce1-xY9Ogvl(abcX8WbBHktIS|nfCB`KkPPx2{fQKgVExR_(zFq zM+0D;$nEEoI)cjS4OMi&@MT%2At9RHvd*3=FQyrhXXMkio1%X_mU&!x6)os-AKG$qx|+R{}X2`2if`a z$xv8I#fi`dpjmE+^5Ydvo{kR(g5q4aT$X^PmfM$Xudss?z#2RHlw|BO!s7*xS(Ef9 z98y<$nw%eQpX{QkhaK~sk8Rvky4&$tNA&9u#_WkfnC25h|7C%#<2M2o3khK?0&utV zQ{f9b-0#Lq8zOo*KUi7CEWVIl2g8mvobxL+0!->p63KrZsXElloYvb z^;y$o{ihWsv8d8v-z0Fem07{teitF56|nBWL)%=vHMu?J;5H_D6B`2{<@dx2=-9@z zZ3Y%dh+L_jrSb5LF$d#>rklMghdzz81-bT{Jp4@^=$i*(g0?HT{HHi+KpD|%zDwju zXb-@<6Lhh zFIH4l7kg{d%dtLX4hVsrY)ShM!tG0MFkbd698Ni&U`Aq^6z zK(|uH0Dbf-WN_7W;nY!s#qcq&B`S0cF7sZ@2l%NrTF-(At%}e^oCbf%lo7T3q1g;? zpJ)#847>1DWnYEB3-yvuZW*upKKU=u?JuaD z+4U^pME-pz@*5v~(;$^jgE>x$)Tvo8`ZYz3+l8M;a4uN;eEHQG9Kz4N*MP@E`zgOc z^%sbW>#=#U~2|`RX|(+JcK3g**4SFI&sxtOMlR-Eia8b11tj)TR>yR&NJH zi2iB&r@;|F@juN3F+B=`szy2()3bY#^Sei1;3;O+6HI<;q(OgL#jVqgsJR`MmcQ1@ z9ulXB4U0v5ybf&N!?w@xLlZ9HE#PNeyW96QO^*L#Q6_v{Rh0UgPh-poUpDiv{8r#& zU8HO)?j3CG7PO;${y@=y)|#a&l~+PK88 zyf4X5-58bTFDy7l2wh8>DFr>8Si5|Q=ZR>q+fBPh&Jjg-ss~98Wy>!PRg(Q3-Q(lc zvY0NO)6xNz?i|lqUh~s?^D-Y=J=+CCWD6g*T6z7$OO8CX1ror2G-{KXi_$X={J@Ey6A)85l>vG*w*3G_^d9gPm za+FkBf|dg@+$Cl3Cd&)BXIuzDb}IWeTd&cTpY{3pJLUB7bvt+GpS)HRmCM?@{(v83>yiOQCb5fe7*-XOBp1UQdm$cI z%9b`(l9B@urN8kw&sFJMr_rhd;O@NfAB)2%t7KaQi_nP`gZ;@%D~3~RoetcX(lNve z7+v%KYvs9o-LBwlyT*sw8aJ6eiTQ^dJ6_)()Hwgyj(u5mBs;b04lv{SHp+oq)T^AJiW?#C9;V7yY2k`19*!osXJm9vnsJ9UN?? zWa{szBx_yG?{v*3;dI|fi{|L#Vpi38c*%KZR~%}GNYMjJD%=W(8QPYXu(|tXjVCPVETE>G;-gx3UjS#XA|o=OQgoCDW4)k7mx3+Ul;sjl#!~q42c6 z1Cb)0mMJIIwp~v-8&Xtg7qADzaQ}cO^HOiucZ#CIk3GIw(P0R2>>*F z#A>eCHr7-YgL!j*+O)vC+`lOGoo8dt+v>>)cvn(*nI=hd0C<%Y3pJF>qwpjBFDYaD zdyb0k#%k6VSkU;EfAg7u2;4iIk9;58RAXH<_B$8PV)rs;Y1QbQ~_PI8jm`3_ZB4MajP1Rz7 z%IWnW;mTxrv+q)53r@(jw*6gLG)d z>Q|(qWZu{)lwg!%*Ncn*CYaEqtLho=BV>0gtjA)qSUc!7cl!HuU9#Q7LWnUf#oe`o z2<_0C0$@%0O5K_8u&X3e)O);lo?-zmBcYUxFV2tA?FXSXvhCRs>*oDb{D5|EAe}!9 z!+=OqiNd@#E|dnxd@48ne7Az--)Xd%f0IP9GRsE^4SDFW`=M+gZ$O@f%T(Amm154W zA~q(6t+>yKSQ-dh)Jf>}m8bDWkjUz9TlgQ9xhL89%7~tN-K@gTtno|vlFa|tOJ4j- zv1A%|?8odpM${u0Lxi)#MXp#7wK4&-J^jqT9CQlB|tZ|WbWvxVf23<^}r z(aYrM6+hbj=ee`fU(t}R#ahtzP*ss2>8#u*tJ7~0fz8Y2B3BIWH6X0JBmrZDa#ko# z<$giU3cW|g$#PzI{v>C9{>PqHU?04QcOtl`y?DJ03_D6?jR^%%*xTiHE7H}E>1Q4x znzPK>4ai2ryIe6I$==CJ{PTB-CH!gHBq*Il<*BYniuoIy+J;m;f6IG6(@}z6aQ}4? zw+o+dzAD}sf47m@#IMWXbbuc3%dr#MM}RdY_y=$j%9yk-uJt2@VERvtQZJ!HEngC| zof32W;eI{qF7RGT9Gi0(4T^OaTh+ketBsBChzvlNT5BSzHQyRKO{48}7lQY!IU= zhFF+Y|GL9j)r(?;__Xt$AN@n}U(eT_#m9C%_T|Ce!XSz_hJ@ZW@=G|W=>=Ci^B{%E z=6-%bv%q_+oHDIKHyfT|6Yql_X&d*PWbsM^oHOn8?p|W3`>O}2eW7txv4<^O_lImR zeM|v-{sWe>in80ihy0}77YHQ`dW932m8*1?FAWZK58xK{Ty~69E4`*#+=2Z8o3SG$ z#bJyS8xe~9@L@+8IKH}pq)JU>rLwgN1UFsVM4pZjD&*s{~Rf*5s8g25;Q!; zSyHi|o#JaKFYel$kV}H=s?OiO>Foj&9_8gTX`IAF#mf1>V(paL*ag+N5<>a>v5{1h znhzHu%d{Wo?Kb3kvu$m8jl*TJx*#qFGde5-U$0jiP+HXO`pi#i>Pj-B7QJ+47}OOi zG%skeIMlAyUVbahXFdJ}wPmorg%J%c|M=Qv(EGk~mmDc|M1}C`Ra92jx|vF4O~mT? z_u|*{@n<0!YRR=~6HxN3@k`0oo4*}l|beFN?{h*pu1&O@>SR@@j&o#AdbXWF$trGls zzW#DuDWM_4WG^^LYLO~B@Qm3JFym|($a_O}@aA@b)fru3`HDcrO{46PuDLGjK)S=5 za08Yfr@jaEUjHH4Bz&ZC$d>Hm1ou4D)|45o75luZPZ+Qlb^MQIJFPUj>SL~-6)j#@ zJ0Jsrh%efqzA-|N0X>Dc*4Fo8^x1k?f%__S2LVNoq0*M?8Pd-@W)-cu;m};1G_r*q zKxXIrhKK>`3m4pootk9K#< zD=4BmbjwO&9ycywkS?tCb6As2sZ?zt{#Dz@f?iTmF;N_s*a<$IDJ2EY$9p_xY18e# zabZGUsvh5p#o{nSS<~Q_GUB8)nEh#l#^;G6R3D{TQC^EW#R zYs#5a#c9wVb80-bwfds+FGF08^GNvX*~-f1Sj#4!&5y~ZjsH5@7GI4v&GX%VQhGUt z73REvzjt0%zUS;syA{S?YvT;BhM9eqaJ5>;zD(ze2Ju)UevWNk%kyT=d;KH8KfHqPEvHQy@#f@(rOOG#$)3D z7H+X!$#uT33TkZP%C=>iUA+AF%$TyvyCCm}Vv&EQ*9p#!imIQ5U7@UH) zVlTgHq!yZhZC;EU0Tr7Jf_oxu%d&U>~F z+P3zJi+_knHgK5boD1X_DMr(cgkRWS94ng6hlTn*VBul$x?2Ezpu^%@ILtNpwDe%(k3w}S5<9k90j2gq8V?f^2-EI2NL53gA7hpk zTHI1h%XG^~Rb$r_jVfnvdx@Ry3S=HSCs`}L*f-1acD%5Ur_@4%KRu?Hf*)ro^!D(o za{YL4>v_N22sZiA=nW%e1Y`ofwg-5zC2+vjrA~{LM(O7byEFW#KagSBrVaMlZhnM0 z2R#0BNV=&xuUPB`%&$^Ez)Flw z%}jzN?C-N}N-4Cxfm@kcUx*WjdNPcAPD z;;{&nT}tJuve^F%u7u%lqCT^Wn%>s5wy7XX#d`$u`8XwJT`UjmB(PixN%FZ*z(a!E zGBg7Y#a5qI+)#dU&muX1gc$6ot;f8&j#DhUCz;Cr;nGo2@ZX28&wk_Go$Ng1TDf+I zIyZ30)o(C2$tBc>%4iAodh2=p>%PqXLn$;_lo`!zI5CfS^zve;t*E+{TS{1Nu6*j3ruc$^ z6vu~8UdekmSbgH(a}u+KvB4-4xK2;!Oj)IW)$d+C{21@g+qWbo3g2g2_LjS7-sEI^ zY(0{=#~Qk@q-t=<{u<3hxST5oX(8O3T8dOhQrchd-1OEJ8n&7CnMxn;3=RvXzvrbsTnkr@RtN+Br+*B z8=L{%T@De{20heEP0_&d_?(?piJz&vTMjKH=!QZ#4Z5LpJ;%C0u_mDy4%lN0(~>Lf z4OAr6OKcwPMadGjnHnJut(;`h#7X=n^qVwj92*9aon$ZgL7vZ@K69vIV}Jgs+Lb-l zQ^f#QeS&aazHmuIkh_^Y@r)=1Vv;k5FLCCc!>#G5uYb1Z`svrT=KkZ`K54vU$5rT(W};RfvZGEiZ!)|Q!PH%Hp~|366D0zd8-`L%?XNY z*=PrHUa&Hxe%uON3SN`^AYBzF+_Z>E&JjQ0-5NH?QpOE#jXE>Do7k5A|; zx@(YfMesd`&E@vcx`u~igyEEpTaLV|%EdjCcYl{A`}H?s1v;~RWqw?zOm(T9FRUFq zE?R%J|BvtkHUmA*P#+ne*cNMM4h8N0(wD3lk_yI;E&~SD|E){kiT%6luP7ytJk`a7)mgw{;(JIwGfp$$?5i>d}JQUch9Xjg0fnyWJdWBPfd87BHijag^!}wZkSD zWo78F=()F8$EV6%`+w26uAu5rJ|S7GMDPAsaE2RKqf_pm3kN`+)waV~n&Y={&c3Kx z?~Dq0`&{hiw^Po@?qghD1wiyF{AOYOY}<^^kXF#es8~T==<3obmBMAD%Qcrxvj64W z2O@WIzfxeE|SmH9=4SgImL^#RCo@ zyj;L=43$Iuw_sJ^M5A(*0GlMdoO}pa*SLI{&-N*|4kx!j!wi*yH2B!v@T* zl50ol#*OPK8Rqp?W^?=y0Y&Zrvo!F_;YZFUC4B{Trn{n*xNG8>0%1{GanTg%!o@tG#63?3AoS7R^5ryp!FR`#=txk|qkVV8JDq*MFVn_bx(6Jf$H(c92%K+&>ckEYg*>_R`X* zvB07z^mO`=@O#NtEg&T>&&(lw4`-}%O+)LJT>zE8m`|enlH4gDoy$I6$?%f*>g(ka zG0L6dx?QeW#h3nuY;q5326VCaf zlkGeE2E>T4+O8Rc4S>b~9J{d(UA$3DuxXi%Exs8Pr;!Z>7<54O|G=hc4j#2NB(z6e z+NF^85_0t|sD;e$u@#F(-~chF!FfXtG+@AhksWS%rTyYanrdT(0}g;c&gMKyf8+mKP#*(A(jM zyLhdpMe`G7iRWO+hZ4XpZUR23aLp%8qyEA;*!p5u-=sZ|=CQ@S4{jpb(469#>~M`E zEcMMhgvkw<{kc-E<~Ne~s`>~N_KPT=R*e5X>teg9Ro>$Wb3S(gLz?}r$yG`(DI=H^ zQ!fTupG|UfiOF+0={-mkI<=HR%=2-1FXLMMNzdSGD=7J7rgI{Grw+Tu`{WSDt13R48mEWvNBpvtJOFH7=^lKyBDv4zSgQ)qjp2RurFdj3 zPTHsd)Q7?3@%1tJZSWCYz%}?nL!5X&XaE85scbnFcop0%G>kDnE`so?5pW98fR*Qo z`LCU9 z8Sc8Qj)65ALlUBilv}PhxnO<{69uGLg61HVAe$t_;~Q@33Oykq&3uFN0VWo9rl^n(cHRC@E4U8I0hX}d5u(;=<>DRM@Usb$X8 zZZT`q?HJBG$U9ELhlED5+miA++7+dZrmWTBY)CI$;u@^+4}}s@Hq#GfhG^eo>}4eH zWL?7%Be;cPP*J~AOBQauZhuYbJ(O-h>q%t~vK!KtNh?`S7By>0RyUk71Za1x z9ly*VtjVKy%S_&OWtA#nlAY8|cs>@{ytjK2x}Q|;3?DHtXJ#UkB8 z4uGp=AldPO>CedcU?kP4*9Ur3bOq^3a|#C2^}Q?-I|hH`e8%!~s1K#Q(*KFD_GfJ; zuFmQ*B1HSuEAF)L2u3^LKNFAbn&s zhxA!alPk*Wr#F*M1vP_WtjK1VO5?P)%}VV-YimYChP*vGDhYYzZpG_nI=@&Q%&atE zTvNLvch$;_+M>j>C*0I*{w4V!av-Qg^tTA^efLAVvNZaHqIU%eDir;!w@5!~-31K) zPV7jb7b-)GcKUM57h2b`@r3{H%02fFW7I>idzy`(wpH7vrqtEMzdNi7cwoHKCEA_s zp>@`ceQ)e`C~cHY;ksL@$Lk%f%A371KtKTpIuaezm9dS}t#mhc7`C?j?dB{g877IA`0q43J0d3<5 z``5nvd1_wdH64;djCu+0LwKixOg(zoi@74YIc&q%YQ2|D-ZMM@%t{;GqNoJ#_jP|E zt$M-TDErcDr=GNZKW#5-?@{4|w<|f|7hdJ2T|vJGtZ;2uv#v$t1+v~irs`Vn2_6?_ z=e$BS;^oX=xeIko?*nA$BGd`4os}$nTuw^ho+``MxY^=4UH#Ad+I`e=G3`u3eHXCe zZ1Pd{!}=wA{g3q-6xeUn`RA1%CwGn4yC!lU8e~3o&1+>oI4e2R-79@F8+~QGk_ciB zCwB7pxn`*23dFf_DTDWw5+`?adP%(jN#Ha$QSrE%4 zN0ciHqX^?}$JU<|e%}cFw;ANCJtn&R4HM}4W?7k_o+b#+HE}u0iuB8Nu@GRe^)>AA z#Z9TaYn+kSfk#mJajZZ-_wLS1iO9>aB>4fiVs=AuXxKN|_>3?@FNL-7D~fI!8wFVT zBRumktNZ*~(L8T^n%5n?tVgvS6>VDEG8>_5Lt%Kd8)XUz|EJorubd~~ZbeY;z2?$1O+?3n znqZ_C71?AwntCV|^T#1ZH|CE!9`+xL%s45bK<z@4PF$Vw*Lc?{5X@Ry0$|qkDaE zh(|BsGmmP%F*%65Z}P@2FVFoPubelWxe!rOCuUgloM^2V+jMv?wNV`#I|=tJzD@_c zB@DO-cH@@(b|IiW@Z^}p=tfnlv1Q=UMW$v6+J*cv%Pv4v0Kb!>ZKm(NNGL(_Xq$Ry ziRr6;!`zOdyx~$T*i%g>kAcp@TWp9s4OUY1&Gw$-e?S9-ertyr7lOxjd7jws)3?{q%UuIhkDEJ8S-uAV;e3lO+d~ zLr>`B7*y>eF*6V0#jS8~{g+aGRaURzG=azNgbsW1Qfmb8seYwNLni%7U7JkIjFD7fMTn8m<$nP=A> z&9HM;|b24_@B_yV&2$s&6)J;U8JIQeM68cx^?`rT64% z4?8RCLmdH+AZXaJZhwq&96=gHG|2Jrr@elMT*_ha@8#yS*aKhgNV68v-A3*|pKiEQ zX5AIf-!JGhQl&Z1t>>l;d-|Z(WIodt7a7er=JxOW<>r0v^h&q8XK689cjaj;r(sq? zHIn;$Kj)%s72tuJQtbk#Ec%)SOU4B2z^^+m7Rd@>q&sz`9PRsZ8i#H&`LTxSFK;=u zI4eqCv7g@(fqZ+s3vk~rMI}D5N!SPGfeGHV-6R^0iJy)Ggnke^Cmqdj8S|yK)b6;8 zF4C593c=QX#}T_CAevgm+XpUTdkx?xc+1_I50C#{1?|EZ?$Coj5X9DF?Md3i%r)$Ikc%#1e{K3i_X~^XR%f&UErp+Qs_y`mf$5p z)cunpcBkp-pp&AdCAzwqVW{4{Si?Miiv4$jaZv=P8)WCIDFeC{r3(xU4GcZy%D`B0 z!7-z!eBH&+7c1{xZ0axYDy6&7vKs;%7%s#W;7;j3V4!oTdgIBTv1`27(q2_n@;Y5E zi}z`~omI4NJu$H1btVw`EHx(@AVFq<)aKCbRqa)+0$j#yJ*?ehKd_v0)}Y87oo^q& zUIlqoHxAYc*=A4VY?5_eUpeo3M&E#V?2<8tw~{fhSIrw3NxGt6Hqz>qaY;3~T=|e| z{-LHpdb4>~`UaVFPFaB07FGLFYSONce} zLA`YTxh=i_SlFFD9UW-UT&U&qTm9f&=IB3xIS49-&)2%4H3|?tYE2W%&EP0})hM;Y4_CeXrn(yAexN>YBO#J}<`rlOUoTf8_gH)FR$$H}>M1||p38Y3 zbUC+lJ8g4S5^>4=N~s3n9_49|%+Hrz*^?=bH7|NXyQGS>>$jiYK^98x<3y51^9>?6 z`1VqUUa`z;DD2y1-F&A{X2aXI+R~WK-mS%zR}=-xQRyUr0VCLMKGv!*beupL!<7tf zzKYKZh7tH(53}_0x;fmDj#F(>z=IKOCDA^^5}G?6?+9wXKO$Q=qX!n)DmdNXR0s`p zXxWPFoTtl@nC9DQ!D%(Zz>^y0(KIkI4K{pH!&fDY+Be+SIMM>T`aV+q3+6h1)YiOe zGPY}5&(BkTNtU!;vIbv^CV8#ua^IFZV)i#@=^z3fh<#A>&s2Wx`W4Ib!4N-#oOgfq zXB2EDEGA5+#AB`oOx8+(l8$nH^`TLjAWBWi=^xCKLKXozNO zW%VWIuXRSZLtkP>579zD!db2Gi>>nSk%wmCuF_NarY>H|o_{Q{cJI47p@Y}-weXxDIm5OsM`jD`zOJ;dmiOttHfOnbY&~^VhuilcG`(>**bUcr ze-&3kF3i>bI41&!H|YXkWvkZ5*7NYwXXHqw@obOiVJ-~MDa8cz^D(^#^nV2=*Ov0b zZE_QE%68xXfI_rr?l%M&>?$`ng>J_aSVQd}3KZcPisW^L-*TCnTW7S*%6?(&jRoe+@p%H5FY(I$9x#8TF(5xoy z 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�%;kUQo5V=_jT4-)&}J!I10Gg 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 literal 0 HcmV?d00001 diff --git a/img/box1.jpg b/img/box1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c81ea1ca1aebb34ee4e03897c3532156d4fbb51f GIT binary patch literal 198322 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

    W$4bf9H?AnP=03KUXmCLT<7Sd{yO)l;G@_EgC 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

    l!1wbKP-o^E6@m#@U~=ZKqVq_d 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

    Z575eK3pn_TgjUy+TPAb|;cZuN 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 H{~P!}dSP7B literal 0 HcmV?d00001 diff --git a/img/cc-by-sa.png b/img/cc-by-sa.png new file mode 100644 index 0000000000000000000000000000000000000000..12229ac202d01f8007642172ca4aa00905aa52ad GIT binary patch literal 1515 zcmYk*dpOg390%~9DN311jYA#f5|YxzwL;86MRV=CrR%7**Je0)W{?sK)>x&K>~N;Q-)T004$p{yEk17j$(FlarrDM@L3RhEzi;mFiV* zZ}%&uvKOLI^gz10Al;pv-JNo!T(0QoSkm6v+1b(6-o8ZE-YJtUX_Lv@+B&4tB@$Vi zOwulqw2Q?uacf(vR3d3@YiW_TNW|h6X>&6~($pkrY8E#&i5nZmjiQ!@h9$y=W}&cI zAZ!u{AdP(f5}r^fZ+=0u!;kMoJx>gS;Yb?*%g(n3Xlm_uwK4omV+Qz&M13X zUS3*UOfRL;9v9K+bXrjno%(=UNG+h=&o9W&yPKDnpO=@jl#Hy5?6gcuDut3lNlrLK@r^Ca;F<1;b5Dmo(<>lew;pXnTGLVV4k=3G~XtrfEdnefOvideWcev}eBD{aWd+l2_m}xw*Rh@v#*cBsWNrDL(ceTWp93pU-sNaWE&10l3PsS&5C!G>WFG949e^gN1T%DWcTABm_%){2O zRB`5*Cfa2_X|X4EDFK^|XmrHZRbq6>xXXD0PPuSl zG?*lrC2O8HgZ1w;t_Lutv`6c!$A%D8%VL;yfO>TrEMysdeYOQs*+)1R!}Sl*D+n(u z8F^Nz3JVS8^L%haFGkL2px2{rNXLEVL@_L>?ZLtm+_#Qf7ss2cx%9Do^`vmVq|E(z zoEG)w9GqRs#yRi)cWNa1XC_L$zt8XBSlC0o;k6qGBdP)3lD6yA+4Z=PDM$57WfUQ3JFR2Iuni zwNYGmN72LQLG)d4&Jy)j*;N}p-eDE%o)SJIj7uFi=M}%8b9pCr7dHU_E z38ovM#p@k2;g>$wNSLBMBL>^kYW4QjVEpIORB!%{e57Zj`n+7dyww1V>LV2*m*o_# zx|s0%gp*;th`2d}EaENn#RsZqMEHmMkXcBjL6*Dl`<)FReK3`QScF(Opmwat(Qge> zrEB2#@vP(b{RzfSzY7EL-!l8Z3AX=S{M(j1YIk*U`Sxx^*Mh7{2K`jP&pQBB=^38< EA6{Vy0{{R3 literal 0 HcmV?d00001 diff --git a/pcb/Readme.md b/pcb/Readme.md new file mode 100644 index 0000000..ee72c59 --- /dev/null +++ b/pcb/Readme.md @@ -0,0 +1,48 @@ + +## The Board + +![The Board](../img/board.jpg) + +Gerber files can be found in the [releases section](https://github.com/Hypfer/WiFiFanCon), but you can also just create them yourself using KiCAD 6 + + +## Required parts + +To build one of these you will need: + +- 1x ESP32 Devkit. + + There are multiple revisions of this. make sure to get the 30-Pin one where the first pin on the left of the USB connector is labelled VIN. + +- 4x 10k Resistor + +- 4x 4-Pin PC Fan Header + + I used the Molex 47053-1000 + +- 1x DC Jack + + The board was designed with the CUI PJ-202BH in mind + +- 1x 1N5817 Schottky Diode + + To protect your voltage regulator + +- 1x Voltage Regulator 12v -> 5v + + I've used the RECOM R-785.0-1.0, which is very efficient and doesn't require any other components + +- 0-2x 10uF 16v or similar cap + Your voltage regulator might need those + + +Soldering should be straightforward and easy even for beginners. + +I recommend the following order: +1. Resistors +2. Schottky +3. ESP32 Devkit +4. (Caps) +5. Fan Headers +6. DC Jack +7. Voltage Regulator \ No newline at end of file diff --git a/pcb/WiFiFanCon/WiFiFanCon.kicad_pcb b/pcb/WiFiFanCon/WiFiFanCon.kicad_pcb new file mode 100644 index 0000000..4e74805 --- /dev/null +++ b/pcb/WiFiFanCon/WiFiFanCon.kicad_pcb @@ -0,0 +1,23048 @@ +(kicad_pcb (version 20211014) (generator pcbnew) + + (general + (thickness 1.6) + ) + + (paper "A4") + (title_block + (title "WiFiFanCon") + (date "2022-04-23") + (rev "2022.04.0") + ) + + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + (50 "User.1" user) + (51 "User.2" user) + (52 "User.3" user) + (53 "User.4" user) + (54 "User.5" user) + (55 "User.6" user) + (56 "User.7" user) + (57 "User.8" user) + (58 "User.9" user) + ) + + (setup + (stackup + (layer "F.SilkS" (type "Top Silk Screen")) + (layer "F.Paste" (type "Top Solder Paste")) + (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) + (layer "F.Cu" (type "copper") (thickness 0.035)) + (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) + (layer "B.Cu" (type "copper") (thickness 0.035)) + (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) + (layer "B.Paste" (type "Bottom Solder Paste")) + (layer "B.SilkS" (type "Bottom Silk Screen")) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (disableapertmacros false) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (svguseinch false) + (svgprecision 6) + (excludeedgelayer true) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (dxfpolygonmode true) + (dxfimperialunits true) + (dxfusepcbnewfont true) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (sketchpadsonfab false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "C:/Users/Hypfer/Desktop/WiFiFanCon_2022.04.0/") + ) + ) + + (net 0 "") + (net 1 "GND") + (net 2 "VCC") + (net 3 "+3V3") + (net 4 "unconnected-(U2-Pad18)") + (net 5 "unconnected-(U2-Pad19)") + (net 6 "unconnected-(U2-Pad20)") + (net 7 "unconnected-(U2-Pad28)") + (net 8 "unconnected-(U2-Pad27)") + (net 9 "unconnected-(U2-Pad23)") + (net 10 "unconnected-(U2-Pad13)") + (net 11 "unconnected-(U2-Pad12)") + (net 12 "unconnected-(U2-Pad11)") + (net 13 "unconnected-(U2-Pad5)") + (net 14 "unconnected-(U2-Pad4)") + (net 15 "unconnected-(U2-Pad3)") + (net 16 "unconnected-(U2-Pad2)") + (net 17 "unconnected-(U2-Pad1)") + (net 18 "+5V") + (net 19 "unconnected-(DC1-Pad3)") + (net 20 "TACH1") + (net 21 "PWM1") + (net 22 "Net-(EXT1-Pad3)") + (net 23 "Net-(EXT1-Pad4)") + (net 24 "Net-(EXT1-Pad5)") + (net 25 "TACH2") + (net 26 "PWM2") + (net 27 "TACH3") + (net 28 "PWM3") + (net 29 "TACH4") + (net 30 "PWM4") + (net 31 "Net-(EXT1-Pad6)") + (net 32 "Net-(C2-Pad1)") + + (footprint "Custom:esp32_devkit_v1_doit" (layer "F.Cu") + (tedit 5F4BBE44) (tstamp 04101518-eb1c-43c4-abf2-899420c36041) + (at 148 81.29) + (descr "ESPWROOM32, ESP32, 30 GPIOs version") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/fd8a700d-e9bf-49f8-bfa0-d097a8bed5e7") + (attr smd) + (fp_text reference "U2" (at 0 10.47) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dbd0b80e-7c6c-45e1-8079-52867976e592) + ) + (fp_text value "ESP32_DevKit_V1_DOIT" (at 0 8.7) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0a7b2288-3d61-4957-adb7-1d8736bbc81b) + ) + (fp_text user "Boot" (at 7.62 39.68) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7ae049bb-de90-4b9c-935f-b79720cdb551) + ) + (fp_text user "USB" (at 0 43.49) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9945110b-6b1a-4661-b698-da1e55b023d6) + ) + (fp_text user "Enable" (at -7.62 39.68) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d116b659-f7ab-45ae-b074-44e19401a002) + ) + (fp_line (start -6.35 44.76) (end -8.89 44.76) (layer "F.SilkS") (width 0.12) (tstamp 0bf12012-c79c-415e-96ac-345011931d2b)) + (fp_line (start -7.62 -4.008) (end -5.08 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 0d5f5615-1332-408c-b2ea-7c60744532f3)) + (fp_line (start -8.89 -4.77) (end 8.89 -4.77) (layer "F.SilkS") (width 0.12) (tstamp 0deb1649-b8a0-4638-b5bb-3358966b0a86)) + (fp_line (start -14 -4.04) (end -14 43.46) (layer "F.SilkS") (width 0.12) (tstamp 147e465b-0825-4f13-afe8-06512c6c8c50)) + (fp_line (start 7.62 -4.008) (end 7.62 -0.452) (layer "F.SilkS") (width 0.12) (tstamp 1495e2b6-2354-479c-a052-aa64dd53d00e)) + (fp_line (start 14 43.46) (end 14 -4.04) (layer "F.SilkS") (width 0.12) (tstamp 14d2adeb-f927-4f62-bf8b-b7e5be13d6fd)) + (fp_line (start -2.54 -4.008) (end 0 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 183fbcfc-495d-4866-bb1f-1123154576af)) + (fp_line (start -7.5 0.96) (end 7.5 0.96) (layer "F.SilkS") (width 0.12) (tstamp 19af8a4c-2e80-42f4-a5fe-742872ebe1ad)) + (fp_line (start -8.89 40.95) (end -6.35 40.95) (layer "F.SilkS") (width 0.12) (tstamp 244a3cdc-c661-47a6-8519-5bc3439725a5)) + (fp_line (start -5.08 -1.976) (end -2.54 -1.976) (layer "F.SilkS") (width 0.12) (tstamp 37d44e1b-a647-474b-9fbc-a0995987f018)) + (fp_line (start 7.5 0.96) (end 7.5 18.96) (layer "F.SilkS") (width 0.12) (tstamp 3e399bdf-7039-44ae-b01a-eb9f992732c3)) + (fp_line (start -5.08 -4.008) (end -5.08 -1.976) (layer "F.SilkS") (width 0.12) (tstamp 55645dc1-24a0-4540-b9bb-e8b23f52b450)) + (fp_line (start -7.62 -0.452) (end -7.62 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 5a91f8e3-a806-407b-8670-82f6633ff719)) + (fp_line (start 0 -4.008) (end 0 -1.976) (layer "F.SilkS") (width 0.12) (tstamp 5c4f8cfd-f0ce-4f30-bd73-66c254a4df82)) + (fp_line (start 4 39.46) (end 4 45.46) (layer "F.SilkS") (width 0.12) (tstamp 66422d56-11e6-4e74-8287-c8cb51aa5cdb)) + (fp_line (start -7.5 18.96) (end -7.5 0.96) (layer "F.SilkS") (width 0.12) (tstamp 7897f1e5-b30a-4ab6-8870-5742f72aa0ff)) + (fp_line (start -12 -6.04) (end 12 -6.04) (layer "F.SilkS") (width 0.12) (tstamp 7aa192c6-9884-4787-bd8e-7af312c2ef65)) + (fp_line (start 5.08 -4.008) (end 5.08 -0.452) (layer "F.SilkS") (width 0.12) (tstamp 7c8c1128-b187-4755-9fa4-f261fd458579)) + (fp_line (start -2.54 -1.976) (end -2.54 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 80385954-671c-4d7f-8f54-ed8241d358a7)) + (fp_line (start -8.89 44.76) (end -8.89 40.95) (layer "F.SilkS") (width 0.12) (tstamp 85bf6e56-8886-4686-ace8-87c94adac4b2)) + (fp_line (start 8.89 44.76) (end 6.35 44.76) (layer "F.SilkS") (width 0.12) (tstamp 860efbfc-5129-4497-b2f1-51f00b7183ab)) + (fp_line (start -4 39.46) (end 4 39.46) (layer "F.SilkS") (width 0.12) (tstamp 873012c2-68ff-4d84-a018-94d12bda73eb)) + (fp_line (start 2.54 -4.008) (end 7.62 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 8aa4ecc3-581e-4f3b-aa6d-860be3af98af)) + (fp_line (start 2.54 -1.976) (end 2.54 -4.008) (layer "F.SilkS") (width 0.12) (tstamp 8df61dce-e142-468b-8981-c3d50d04ffb9)) + (fp_line (start -12 45.46) (end 12 45.46) (layer "F.SilkS") (width 0.12) (tstamp 94132710-b734-427b-aa0d-7311caa223d1)) + (fp_line (start 8.89 0.31) (end -8.89 0.31) (layer "F.SilkS") (width 0.12) (tstamp 97d78fd1-b6c1-4735-b9b2-5010029aed16)) + (fp_line (start -8.89 0.31) (end -8.89 -4.77) (layer "F.SilkS") (width 0.12) (tstamp ae84efc2-a855-400e-ad01-a42f6f0a13dc)) + (fp_line (start -4 39.46) (end -4 45.46) (layer "F.SilkS") (width 0.12) (tstamp bbde6aee-b9d2-408e-b6ef-fd08bd34e837)) + (fp_line (start 6.35 44.76) (end 6.35 40.95) (layer "F.SilkS") (width 0.12) (tstamp befa6e15-48f2-426b-a894-e0c40f980dbc)) + (fp_line (start 0 -1.976) (end 2.54 -1.976) (layer "F.SilkS") (width 0.12) (tstamp c3d353f6-565b-41ab-b6fe-87e8b056029f)) + (fp_line (start 8.89 40.95) (end 8.89 44.76) (layer "F.SilkS") (width 0.12) (tstamp da3a3350-a502-4bd7-ae8e-2ec0bdc7c427)) + (fp_line (start 8.89 -4.77) (end 8.89 0.31) (layer "F.SilkS") (width 0.12) (tstamp e327c216-4848-4e91-b599-b6cb8da92094)) + (fp_line (start 7.5 18.96) (end -7.5 18.96) (layer "F.SilkS") (width 0.12) (tstamp ee9b804b-2ed3-4b70-99e7-f75248f2e72e)) + (fp_line (start 6.35 40.95) (end 8.89 40.95) (layer "F.SilkS") (width 0.12) (tstamp f7858565-be73-49c3-ace0-988d3afcb7c0)) + (fp_line (start -6.35 40.95) (end -6.35 44.76) (layer "F.SilkS") (width 0.12) (tstamp f8a6b1e3-e7ea-4f0c-b7c5-d47a0807401c)) + (fp_arc (start -12 45.46) (mid -13.414214 44.874214) (end -14 43.46) (layer "F.SilkS") (width 0.12) (tstamp 2be4aed9-f626-4ee1-8c24-b266817431c4)) + (fp_arc (start -14 -4.04) (mid -13.414214 -5.454214) (end -12 -6.04) (layer "F.SilkS") (width 0.12) (tstamp 5a3a19c6-f013-4f00-91cf-27bfb606d861)) + (fp_arc (start 14 43.46) (mid 13.414214 44.874214) (end 12 45.46) (layer "F.SilkS") (width 0.12) (tstamp d4f0d39f-3e54-461b-b7d7-bd2e4192fbec)) + (fp_arc (start 12 -6.04) (mid 13.414214 -5.454214) (end 14 -4.04) (layer "F.SilkS") (width 0.12) (tstamp f5e71ea1-4ddf-4550-a521-94f277f00176)) + (fp_circle (center -5.08 16.82) (end -4.68 16.82) (layer "F.SilkS") (width 0.8) (fill none) (tstamp 06162d83-64af-4068-916e-b25c59c52e16)) + (fp_circle (center -11.7 -4.04) (end -10.2 -4.04) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 13db865c-d3e1-4c4c-b2c8-03ec27d2a476)) + (fp_circle (center -11.7 43.46) (end -10.2 43.46) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 49ddbfcb-5033-450b-aebb-cd881370cf8c)) + (fp_circle (center 7.62 42.855) (end 7.92 42.855) (layer "F.SilkS") (width 1) (fill none) (tstamp 4b63d022-9be6-47db-8c5a-4ed181feeeed)) + (fp_circle (center -7.62 42.855) (end -7.32 42.855) (layer "F.SilkS") (width 1) (fill none) (tstamp 55ab295a-8073-4f0f-b544-54933ff9dc4b)) + (fp_circle (center 11.7 43.46) (end 13.2 43.46) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 70c40435-71e7-44d7-97a5-b31ab97d374e)) + (fp_circle (center 11.7 -4.04) (end 13.2 -4.04) (layer "F.SilkS") (width 0.12) (fill none) (tstamp e18a9a4a-8efe-4e72-bac3-eb45d495c707)) + (pad "1" thru_hole custom (at -12.7 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 17 "unconnected-(U2-Pad1)") (pinfunction "EN") (pintype "input+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.712) + (xy -0.712 0.712) + (xy -0.712 -0.712) + (xy 0.712 -0.712) + ) (width 0.1) (fill yes)) + ) (tstamp 72b21849-d263-4e77-aa30-42adc768c6a6)) + (pad "2" thru_hole custom (at -12.7 2.54) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 16 "unconnected-(U2-Pad2)") (pinfunction "SENSOR_VP") (pintype "input+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 9a56c6ec-8697-40e2-a311-24df057d1b07)) + (pad "3" thru_hole custom (at -12.7 5.08) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 15 "unconnected-(U2-Pad3)") (pinfunction "SENSOR_VN") (pintype "input+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp ec0a0fad-9fce-4075-a83a-48bf77e2e775)) + (pad "4" thru_hole custom (at -12.7 7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 14 "unconnected-(U2-Pad4)") (pinfunction "IO34") (pintype "input+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp ef9f0bf2-40dc-426c-98ba-4dad36cf4f58)) + (pad "5" thru_hole custom (at -12.7 10.16) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 13 "unconnected-(U2-Pad5)") (pinfunction "IO35") (pintype "input+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 831b91af-152f-4dac-8216-e4d3cd84da04)) + (pad "6" thru_hole custom (at -12.7 12.7) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 23 "Net-(EXT1-Pad4)") (pinfunction "IO32") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 6cdbc4cf-07f9-41e1-ac7a-a0194a4eb499)) + (pad "7" thru_hole custom (at -12.7 15.24) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 22 "Net-(EXT1-Pad3)") (pinfunction "IO33") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 86d7455f-0e66-46aa-b74f-f5ed67066145)) + (pad "8" thru_hole custom (at -12.7 17.78) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 30 "PWM4") (pinfunction "IO25") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 10208d77-d7a8-48ba-b257-dae9c4e95592)) + (pad "9" thru_hole custom (at -12.7 20.32) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 31 "Net-(EXT1-Pad6)") (pinfunction "IO26") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 6c897f6a-c71b-4eec-bcd0-b277382a60c4)) + (pad "10" thru_hole custom (at -12.7 22.86) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 24 "Net-(EXT1-Pad5)") (pinfunction "IO27") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 97dfcb76-a7aa-430b-bde3-d19cff7dbadb)) + (pad "11" thru_hole custom (at -12.7 25.4) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 12 "unconnected-(U2-Pad11)") (pinfunction "IO14") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 363147e8-9686-468c-9053-a4f5b8476880)) + (pad "12" thru_hole custom (at -12.7 27.94) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 11 "unconnected-(U2-Pad12)") (pinfunction "IO12") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp f293ef99-67dd-4ae7-9217-b8fe307218f3)) + (pad "13" thru_hole custom (at -12.7 30.48) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 10 "unconnected-(U2-Pad13)") (pinfunction "IO13") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 6055d2b8-2a4b-4007-9bde-a179cc43ac1b)) + (pad "14" thru_hole custom (at -12.7 33.02) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "GND") (pintype "power_in") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp ede7533b-1a63-4992-9e79-e3768598e300)) + (pad "15" thru_hole custom (at -12.7 35.56) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 18 "+5V") (pinfunction "VIN") (pintype "power_in") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 9934453a-982e-40f0-87c8-4a9b94d7332e)) + (pad "16" thru_hole custom (at 12.7 35.56) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 3 "+3V3") (pinfunction "3V3") (pintype "power_in") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp d2f43000-1a67-4c99-a1aa-e566da50c4f5)) + (pad "17" thru_hole custom (at 12.7 33.02) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "GND") (pintype "power_in") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp c3b2c2d2-b868-41e5-9684-ce516e88badc)) + (pad "18" thru_hole custom (at 12.7 30.48) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 4 "unconnected-(U2-Pad18)") (pinfunction "IO15") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp c07e54a1-a040-4fbb-9767-b2c85970fc82)) + (pad "19" thru_hole custom (at 12.7 27.94) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 5 "unconnected-(U2-Pad19)") (pinfunction "IO2") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 8e16ff71-2f5e-4313-b92d-d60d2a2ddf16)) + (pad "20" thru_hole custom (at 12.7 25.4) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 6 "unconnected-(U2-Pad20)") (pinfunction "IO4") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 0021957c-bc12-4e01-8adc-03f8c92a12c4)) + (pad "21" thru_hole custom (at 12.7 22.86) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 20 "TACH1") (pinfunction "IO16") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 189d5cb8-01ad-4be8-80d5-b7c4de217274)) + (pad "22" thru_hole custom (at 12.7 20.32) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 21 "PWM1") (pinfunction "IO17") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 2be98b8a-c231-4722-9ba2-fcc436755c69)) + (pad "23" thru_hole custom (at 12.7 17.78) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 9 "unconnected-(U2-Pad23)") (pinfunction "IO5") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 83fbda32-90bb-45b1-8709-1414715cde3e)) + (pad "24" thru_hole custom (at 12.7 15.24) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 25 "TACH2") (pinfunction "IO18") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 6a1af4e0-83e8-4033-ba78-a704ddb65b71)) + (pad "25" thru_hole custom (at 12.7 12.7) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 26 "PWM2") (pinfunction "IO19") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp d9b17476-bbe7-4c39-b983-77bf7b2ab870)) + (pad "26" thru_hole custom (at 12.7 10.16) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 27 "TACH3") (pinfunction "IO21") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp fee189e7-b5b1-4b46-9fa8-7abcc9253612)) + (pad "27" thru_hole custom (at 12.7 7.62) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 8 "unconnected-(U2-Pad27)") (pinfunction "RXD0/IO3") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 15686774-9135-4261-b26e-e9364402fac0)) + (pad "28" thru_hole custom (at 12.7 5.08) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 7 "unconnected-(U2-Pad28)") (pinfunction "TXD0/IO1") (pintype "bidirectional+no_connect") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 8df298d8-69f7-47ef-9c3c-a9fa9b89dc0a)) + (pad "29" thru_hole custom (at 12.7 2.54) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 28 "PWM3") (pinfunction "IO22") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp 74b4635c-d97b-40f2-b458-97f978a1710d)) + (pad "30" thru_hole custom (at 12.7 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask) + (net 29 "TACH4") (pinfunction "IO23") (pintype "bidirectional") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.712 0.294921) + (xy 0.294921 0.712) + (xy -0.294921 0.712) + (xy -0.712 0.294921) + (xy -0.712 -0.294921) + (xy -0.294921 -0.712) + (xy 0.294921 -0.712) + (xy 0.712 -0.294921) + ) (width 0.1) (fill yes)) + ) (tstamp c9352946-7dfa-491a-8f6d-4cfe753ff87c)) + (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P-B.wrl" + (offset (xyz 7.5 -43 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P-B.wrl" + (offset (xyz -7.5 -43 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x15_P2.54mm_Vertical.wrl" + (offset (xyz -12.7 0 2.5)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 180 0)) + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x15_P2.54mm_Vertical.wrl" + (offset (xyz 12.7 0 2.5)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 180 0)) + ) + (model "${VL_PACKAGES3D}/esp32_devkit_v1_doit.3dshapes/esp32_devkit_v1_doit.step" + (offset (xyz -12.7 0 2.5)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Molex_47346-0001.wrl" + (offset (xyz 0 -42 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_1206_3216Metric.wrl" + (offset (xyz -6 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_1206_3216Metric.wrl" + (offset (xyz 6 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) + (model "${KISYS3DMOD}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-2012-15_AVX-P.wrl" + (offset (xyz -6.5 -27.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" + (offset (xyz -6 -33 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -180)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz -7 -38.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 8.5 -38.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 5.5 -38.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz -0.5 -27.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset (xyz 6 -27.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -180)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 9 -27.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz -3.5 -27.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz -0.5 -38.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_0603_1608Metric.wrl" + (offset (xyz -3 -38.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz -3 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz -1.5 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 1.5 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 3 -23 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 90)) + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl" + (offset (xyz 7 -33.5 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 8.5 -22 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 8.5 -24 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz -8.5 -22 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz -8.5 -24 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + (model "${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl" + (offset (xyz 0 -10 4)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19A430) (tstamp 0701808b-b22e-4147-b567-c31541be265c) + (at 150 70 -90) + (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x06 2.54mm single row") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/e55ee16a-5a82-47a7-959a-bfb0fe0a58cc") + (attr through_hole) + (fp_text reference "EXT1" (at 0 -2.77 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 045d4db0-15cd-451f-b52c-0a3577cf182b) + ) + (fp_text value "Extension Header 1" (at 0 15.47 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0684a291-bf49-494d-bf18-576418eae2e8) + ) + (fp_text user "${REFERENCE}" (at 0 6.35) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp eef813f8-9c60-46e4-bfff-58929c72696b) + ) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 160b6029-630d-45d5-a8d5-187d0ddc2235)) + (fp_line (start -1.33 14.03) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp 40587c50-f0fa-4491-aa98-db3cd3cbc1a2)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 7a5dca85-5107-4c66-a13e-cc4360544782)) + (fp_line (start -1.33 1.27) (end -1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp b077adb1-212c-42ad-af76-3976c43ce2fe)) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp d41d9b41-7e23-4990-90bc-5538417aadbb)) + (fp_line (start 1.33 1.27) (end 1.33 14.03) (layer "F.SilkS") (width 0.12) (tstamp d478bd63-ba4f-4195-b2ee-334d6409b32f)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 5662b0ea-f5e7-4361-af10-f4ea60412c6d)) + (fp_line (start 1.75 -1.8) (end 1.75 14.45) (layer "F.CrtYd") (width 0.05) (tstamp 9e801c74-502c-4a86-8e22-5e28cd08111c)) + (fp_line (start -1.8 14.45) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp f7e5b7ec-fc3b-451c-9633-33bc7e7c831f)) + (fp_line (start 1.75 14.45) (end -1.8 14.45) (layer "F.CrtYd") (width 0.05) (tstamp f8b0421b-ce82-480f-99bf-72dc4c0fe2a1)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 1f2577a2-79f1-492b-96c0-71c9a79fb638)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 591d2faa-fcc5-47d7-abee-4e1371e445a6)) + (fp_line (start -1.27 13.97) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp a1fb9b4c-ea02-4bc0-add2-94729b9fd48a)) + (fp_line (start 1.27 13.97) (end -1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp b699f1fb-7a6f-4e63-b768-deeef8c8431d)) + (fp_line (start 1.27 -0.635) (end 1.27 13.97) (layer "F.Fab") (width 0.1) (tstamp fff9ac2e-e2cb-4fb3-abf4-c7b38fe19bbe)) + (pad "1" thru_hole custom (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.8) + (xy -0.8 0.8) + (xy -0.8 -0.8) + (xy 0.8 -0.8) + ) (width 0.1) (fill yes)) + ) (tstamp 4e29734a-ca7b-44da-a642-35760e3af132)) + (pad "2" thru_hole custom (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 "+3V3") (pinfunction "Pin_2") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp f0fd454e-c8b2-4ea5-ba7a-c3600b2928ef)) + (pad "3" thru_hole custom (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 22 "Net-(EXT1-Pad3)") (pinfunction "Pin_3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp 0ecd6386-10fd-4364-ad06-1c850f303380)) + (pad "4" thru_hole custom (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 23 "Net-(EXT1-Pad4)") (pinfunction "Pin_4") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp f6fdad81-d3c6-4462-8e65-d8544005a8ec)) + (pad "5" thru_hole custom (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 24 "Net-(EXT1-Pad5)") (pinfunction "Pin_5") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp bcc6bfe8-4e6c-430a-af23-384585f55cd1)) + (pad "6" thru_hole custom (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 31 "Net-(EXT1-Pad6)") (pinfunction "Pin_6") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp 2328584d-5268-4b7b-bc86-93a047b9dea9)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 1059ee30-34a3-4e60-a92f-602ae9fb793d) + (at 181.444888 106) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/5349d21f-ae15-4449-ab4e-609f6a24ed2e") + (attr through_hole) + (fp_text reference "C1" (at 1 -3.75) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 34c89256-2e2e-45fc-8e45-e2f75ef04e9d) + ) + (fp_text value "C_Polarized_Small" (at 1 3.75) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a738ebe5-bfb6-4a38-abbb-ba22bf1f389d) + ) + (fp_text user "${REFERENCE}" (at 1 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 998cdafd-15f2-45d5-b51c-94bd5afd7e53) + ) + (fp_line (start 1.04 -2.58) (end 1.04 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0138a190-2aff-4760-8de6-16d176acdd00)) + (fp_line (start 2.881 -1.785) (end 2.881 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 026a8ee6-2b7c-4364-bea7-8074ddf71151)) + (fp_line (start 2.761 -1.901) (end 2.761 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 03928347-2e0e-4ff6-8828-bc9576d46a53)) + (fp_line (start 1.2 -2.573) (end 1.2 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 04465d1c-cf16-43cb-b6a5-1570e790c10b)) + (fp_line (start 2.721 1.04) (end 2.721 1.937) (layer "F.SilkS") (width 0.12) (tstamp 0b254cfc-0d9f-4c97-8d09-c0cfe1ce801c)) + (fp_line (start 2.921 -1.743) (end 2.921 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 14f0b4d0-8aea-4d44-acd6-4d675abff585)) + (fp_line (start 3.281 -1.251) (end 3.281 1.251) (layer "F.SilkS") (width 0.12) (tstamp 15d5f275-1ac0-4793-aed9-53cded652804)) + (fp_line (start 2.441 -2.149) (end 2.441 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 164a580f-04e7-42e3-a5a5-9845690428b4)) + (fp_line (start 3.601 -0.284) (end 3.601 0.284) (layer "F.SilkS") (width 0.12) (tstamp 16a09e3b-7be1-436a-a6f1-fa8942150ea5)) + (fp_line (start 2.201 1.04) (end 2.201 2.29) (layer "F.SilkS") (width 0.12) (tstamp 1966a64b-0a5d-4031-a705-f861e02243e7)) + (fp_line (start 2.601 1.04) (end 2.601 2.035) (layer "F.SilkS") (width 0.12) (tstamp 1970c678-a9c3-463d-bc6e-3642229f1eb6)) + (fp_line (start 1.24 -2.569) (end 1.24 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 19de2a15-16dc-4f61-bca2-321203d36f58)) + (fp_line (start 1.761 -2.468) (end 1.761 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 1a8fb2cc-6f5e-4e7e-9159-44e6204ea305)) + (fp_line (start 2.321 -2.224) (end 2.321 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 1c573574-10b6-41b5-ae55-4a85969c6889)) + (fp_line (start 2.521 1.04) (end 2.521 2.095) (layer "F.SilkS") (width 0.12) (tstamp 1e12ff61-a379-4fc3-81a8-d6c3d612411a)) + (fp_line (start 1 1.04) (end 1 2.58) (layer "F.SilkS") (width 0.12) (tstamp 207714a6-f49b-42c2-85e1-6828d0d895c9)) + (fp_line (start 3.201 -1.383) (end 3.201 1.383) (layer "F.SilkS") (width 0.12) (tstamp 23425777-9101-4810-8740-f86d72f20fea)) + (fp_line (start 2.721 -1.937) (end 2.721 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2da2ac0b-a3db-4e89-a27b-e4d3bc1f96e7)) + (fp_line (start -1.554775 -1.725) (end -1.554775 -1.225) (layer "F.SilkS") (width 0.12) (tstamp 2e54c906-fc85-4ee8-9fab-575c16c19b3e)) + (fp_line (start 2.641 1.04) (end 2.641 2.004) (layer "F.SilkS") (width 0.12) (tstamp 2e86d50e-1802-4ed5-a22b-198b5d294623)) + (fp_line (start 1.801 -2.455) (end 1.801 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2f079120-278f-4a48-8d65-52cce2941b14)) + (fp_line (start 2.801 1.04) (end 2.801 1.864) (layer "F.SilkS") (width 0.12) (tstamp 2f263a52-b72e-4c28-af53-47ef26a2065b)) + (fp_line (start 2.081 1.04) (end 2.081 2.348) (layer "F.SilkS") (width 0.12) (tstamp 327aa1a7-25fe-4be6-8a15-d97782dd4eec)) + (fp_line (start 3.441 -0.915) (end 3.441 0.915) (layer "F.SilkS") (width 0.12) (tstamp 3d4f7a58-1c14-4ba0-a2e5-03ffd69244c1)) + (fp_line (start 2.081 -2.348) (end 2.081 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3e1532bf-781f-471c-8fe6-2bdc43394d2b)) + (fp_line (start 1.64 1.04) (end 1.64 2.501) (layer "F.SilkS") (width 0.12) (tstamp 3ebbf65f-f9b7-413b-a86c-4396bf26312a)) + (fp_line (start 1.44 -2.543) (end 1.44 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 407739af-80a3-4955-884e-6decc59e8119)) + (fp_line (start 2.121 -2.329) (end 2.121 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 41d51985-d7f1-4068-bdaf-2b0e6ee5d2a5)) + (fp_line (start 1.4 1.04) (end 1.4 2.55) (layer "F.SilkS") (width 0.12) (tstamp 41e4b550-b017-4ee3-b438-e019a7b2c1fb)) + (fp_line (start 3.121 -1.5) (end 3.121 1.5) (layer "F.SilkS") (width 0.12) (tstamp 4261c569-667c-4d80-a660-4f7983197f92)) + (fp_line (start 3.161 -1.443) (end 3.161 1.443) (layer "F.SilkS") (width 0.12) (tstamp 445a7531-db09-43e5-98c9-12c2b4a460ac)) + (fp_line (start 2.321 1.04) (end 2.321 2.224) (layer "F.SilkS") (width 0.12) (tstamp 494fd830-11ec-47c4-aefe-acb45d62c219)) + (fp_line (start 3.041 -1.605) (end 3.041 1.605) (layer "F.SilkS") (width 0.12) (tstamp 4f835492-5c8f-4114-a8df-5aab5ea76e03)) + (fp_line (start 2.761 1.04) (end 2.761 1.901) (layer "F.SilkS") (width 0.12) (tstamp 505a6475-6ab4-4c94-84d9-d04f1616932a)) + (fp_line (start 1.761 1.04) (end 1.761 2.468) (layer "F.SilkS") (width 0.12) (tstamp 506f6f92-f331-40d0-9387-48c8603c64b1)) + (fp_line (start 2.401 1.04) (end 2.401 2.175) (layer "F.SilkS") (width 0.12) (tstamp 5353cacc-5e3b-4ee3-a8ae-7a43829df679)) + (fp_line (start 1.721 -2.48) (end 1.721 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 545bec21-f82e-4c85-a81b-1714cd15defc)) + (fp_line (start 1.68 -2.491) (end 1.68 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 55dce0dc-5b2a-4a0e-bd04-e38a8fa33a78)) + (fp_line (start 1.841 -2.442) (end 1.841 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 565e738c-fa48-448f-840c-0f5d8d0bc51c)) + (fp_line (start 2.921 1.04) (end 2.921 1.743) (layer "F.SilkS") (width 0.12) (tstamp 57d2cec7-d544-43db-b3aa-27a090a2ffd1)) + (fp_line (start 3.081 -1.554) (end 3.081 1.554) (layer "F.SilkS") (width 0.12) (tstamp 590a4ace-48fb-4f4a-888d-cb64d1d49ec8)) + (fp_line (start 2.121 1.04) (end 2.121 2.329) (layer "F.SilkS") (width 0.12) (tstamp 5c41b4dc-8926-4410-93c7-43e12f8dc154)) + (fp_line (start 3.481 -0.805) (end 3.481 0.805) (layer "F.SilkS") (width 0.12) (tstamp 5dc772ba-7495-4fd4-9546-2b63e7f78136)) + (fp_line (start 2.641 -2.004) (end 2.641 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 5e6cbec3-dcb2-4cb2-b8f5-bfd74863e9b6)) + (fp_line (start 3.401 -1.011) (end 3.401 1.011) (layer "F.SilkS") (width 0.12) (tstamp 604c718a-4c4e-4ddb-9872-b10314f39bc0)) + (fp_line (start 1.881 1.04) (end 1.881 2.428) (layer "F.SilkS") (width 0.12) (tstamp 6200acc7-0293-4e74-938b-c6a63e6f469b)) + (fp_line (start 2.881 1.04) (end 2.881 1.785) (layer "F.SilkS") (width 0.12) (tstamp 6ab14622-6f03-4c24-b5d4-28433b10dd40)) + (fp_line (start 1.56 -2.52) (end 1.56 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 716c766e-12ee-427b-b301-989d1f4b413f)) + (fp_line (start 1.68 1.04) (end 1.68 2.491) (layer "F.SilkS") (width 0.12) (tstamp 74ad1173-7134-40d0-8d2d-fc8a233d985e)) + (fp_line (start 1.36 -2.556) (end 1.36 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 75fb2c3a-e486-423a-935f-1fb07328359e)) + (fp_line (start 1.921 1.04) (end 1.921 2.414) (layer "F.SilkS") (width 0.12) (tstamp 765ae0a5-2ec2-4745-b999-cc9073a87900)) + (fp_line (start 3.241 -1.319) (end 3.241 1.319) (layer "F.SilkS") (width 0.12) (tstamp 767bbff8-1901-4a1f-a903-421882d03271)) + (fp_line (start 2.001 1.04) (end 2.001 2.382) (layer "F.SilkS") (width 0.12) (tstamp 7837aa72-4013-469b-9a97-3da3b0afa27e)) + (fp_line (start 2.001 -2.382) (end 2.001 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7eee1846-3827-445c-a72d-8fb8475b0045)) + (fp_line (start 1.721 1.04) (end 1.721 2.48) (layer "F.SilkS") (width 0.12) (tstamp 8590c963-1388-41c0-9321-214c3ab5de43)) + (fp_line (start 1.24 1.04) (end 1.24 2.569) (layer "F.SilkS") (width 0.12) (tstamp 85c710fb-6eee-4661-a5eb-da5345fdf28d)) + (fp_line (start 1.28 1.04) (end 1.28 2.565) (layer "F.SilkS") (width 0.12) (tstamp 8aadb536-0912-41b6-8947-16dafe2b9123)) + (fp_line (start 1.961 -2.398) (end 1.961 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8d6a49cd-4fbf-4de8-9aa7-639df2885868)) + (fp_line (start 2.681 -1.971) (end 2.681 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8e3ebaeb-46e3-4d82-9340-c7f330c37873)) + (fp_line (start 2.521 -2.095) (end 2.521 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8e41b78f-040e-425a-8842-aa0b2ba8a21c)) + (fp_line (start -1.804775 -1.475) (end -1.304775 -1.475) (layer "F.SilkS") (width 0.12) (tstamp 8eb20b01-af0e-45b4-8967-5c8ddd4483f6)) + (fp_line (start 1.4 -2.55) (end 1.4 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 916752e5-e237-4cfc-ac4a-168eb861c685)) + (fp_line (start 1.52 -2.528) (end 1.52 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 93e27ad1-2e03-4d14-8e68-8c3d561216b3)) + (fp_line (start 1.801 1.04) (end 1.801 2.455) (layer "F.SilkS") (width 0.12) (tstamp 95d20e97-7550-4311-9f3d-19562fcd84f0)) + (fp_line (start 3.361 -1.098) (end 3.361 1.098) (layer "F.SilkS") (width 0.12) (tstamp 9698bfcb-09b9-4bca-9e94-fb4536f1a741)) + (fp_line (start 2.401 -2.175) (end 2.401 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9700280a-2c4b-4dee-b18b-c8cdfd2e8bd0)) + (fp_line (start 2.801 -1.864) (end 2.801 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9893ff6b-1d69-45a9-9a4e-9432ebcf9d56)) + (fp_line (start 2.361 -2.2) (end 2.361 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9916f88f-86b3-463d-9689-6baf68b6ae7a)) + (fp_line (start 1.08 -2.579) (end 1.08 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9bd72d67-d096-409c-bd5c-e7870f05b8d1)) + (fp_line (start 2.481 1.04) (end 2.481 2.122) (layer "F.SilkS") (width 0.12) (tstamp 9e10aacf-4853-4be1-a29f-aa19e34d01b1)) + (fp_line (start 2.561 -2.065) (end 2.561 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9fbec321-0341-459b-b142-8d4227dcfc85)) + (fp_line (start 1.44 1.04) (end 1.44 2.543) (layer "F.SilkS") (width 0.12) (tstamp a007a8f2-689a-4b44-af98-83b6b4a90426)) + (fp_line (start 1.52 1.04) (end 1.52 2.528) (layer "F.SilkS") (width 0.12) (tstamp a3484484-a270-41e3-bad9-1296fd164a7a)) + (fp_line (start 2.841 -1.826) (end 2.841 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a406eab3-f9d8-4221-aba4-4e904cbcf2ea)) + (fp_line (start 2.241 1.04) (end 2.241 2.268) (layer "F.SilkS") (width 0.12) (tstamp a448bc32-8285-4a5d-bf33-290a90ac15e6)) + (fp_line (start 1.56 1.04) (end 1.56 2.52) (layer "F.SilkS") (width 0.12) (tstamp a480ae90-3163-41d5-b67b-cbe32425faf7)) + (fp_line (start 1.04 1.04) (end 1.04 2.58) (layer "F.SilkS") (width 0.12) (tstamp a8a87ad3-dbe6-4913-ac7e-95618d505756)) + (fp_line (start 1.28 -2.565) (end 1.28 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a922fed0-981b-43ba-9f73-d806bafb9655)) + (fp_line (start 2.041 1.04) (end 2.041 2.365) (layer "F.SilkS") (width 0.12) (tstamp abbe3144-daa7-40bc-b2d1-bd8f866537f5)) + (fp_line (start 3.321 -1.178) (end 3.321 1.178) (layer "F.SilkS") (width 0.12) (tstamp aca347b8-4846-4ef3-a3ac-4214b95eb178)) + (fp_line (start 1.08 1.04) (end 1.08 2.579) (layer "F.SilkS") (width 0.12) (tstamp ad5705eb-63b0-42c0-b64f-4411defcdf1d)) + (fp_line (start 1.2 1.04) (end 1.2 2.573) (layer "F.SilkS") (width 0.12) (tstamp b25b6606-ab51-4ed4-b7fb-aff450fe29b5)) + (fp_line (start 1.12 -2.578) (end 1.12 -1.04) (layer "F.SilkS") (width 0.12) (tstamp b4713f72-11ba-4141-ab70-100aea1fdb1a)) + (fp_line (start 2.041 -2.365) (end 2.041 -1.04) (layer "F.SilkS") (width 0.12) (tstamp b8d22cf8-1853-4ee5-a67a-535680d25da2)) + (fp_line (start 3.001 -1.653) (end 3.001 -1.04) (layer "F.SilkS") (width 0.12) (tstamp bbd6777b-68bf-4f4c-ad39-3a14d6997e65)) + (fp_line (start 2.281 1.04) (end 2.281 2.247) (layer "F.SilkS") (width 0.12) (tstamp bcf95883-8fd8-4a70-95c9-8969ff28ade9)) + (fp_line (start 2.161 -2.31) (end 2.161 -1.04) (layer "F.SilkS") (width 0.12) (tstamp bf2e83d7-969c-4277-ab4f-fab7a5411522)) + (fp_line (start 3.001 1.04) (end 3.001 1.653) (layer "F.SilkS") (width 0.12) (tstamp c13c8aab-3734-4a53-a0b6-c9ca16e10550)) + (fp_line (start 2.201 -2.29) (end 2.201 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c4894863-3a4e-4637-87c3-d70d8f55da75)) + (fp_line (start 2.281 -2.247) (end 2.281 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c629b3b1-86ea-432e-a463-02fc1cc29c4c)) + (fp_line (start 1 -2.58) (end 1 -1.04) (layer "F.SilkS") (width 0.12) (tstamp cb5b452b-261d-4197-a019-4c8a74dda4db)) + (fp_line (start 1.48 -2.536) (end 1.48 -1.04) (layer "F.SilkS") (width 0.12) (tstamp cf8cae9f-58c1-438d-a87e-23bd08316d4b)) + (fp_line (start 2.241 -2.268) (end 2.241 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d060135e-4b32-4403-ae1a-9301174376e1)) + (fp_line (start 2.961 1.04) (end 2.961 1.699) (layer "F.SilkS") (width 0.12) (tstamp d0f68f1a-917c-4c89-810d-b6315603eafe)) + (fp_line (start 1.16 -2.576) (end 1.16 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d0f78e98-c9cd-4d35-8935-471ce0440206)) + (fp_line (start 1.961 1.04) (end 1.961 2.398) (layer "F.SilkS") (width 0.12) (tstamp d6264d8f-b8b1-4864-90a6-f2c7c34a3882)) + (fp_line (start 1.841 1.04) (end 1.841 2.442) (layer "F.SilkS") (width 0.12) (tstamp d648e6c0-465e-4a18-8af5-ae15cfd2377a)) + (fp_line (start 2.601 -2.035) (end 2.601 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d722b447-934f-4d0b-9ba0-8088d1b95d93)) + (fp_line (start 2.161 1.04) (end 2.161 2.31) (layer "F.SilkS") (width 0.12) (tstamp d783cfad-2e4f-476d-9b65-289ff2aeafc0)) + (fp_line (start 2.561 1.04) (end 2.561 2.065) (layer "F.SilkS") (width 0.12) (tstamp d7f30f9e-6856-494c-b88f-f80807717b84)) + (fp_line (start 1.64 -2.501) (end 1.64 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d92a8ce8-6f59-4a44-a607-fea536b1eb64)) + (fp_line (start 2.681 1.04) (end 2.681 1.971) (layer "F.SilkS") (width 0.12) (tstamp dabc43f5-3a94-4b28-b43b-9a14462feb34)) + (fp_line (start 1.12 1.04) (end 1.12 2.578) (layer "F.SilkS") (width 0.12) (tstamp db921148-7ed0-4504-951e-e9d5018184b3)) + (fp_line (start 2.841 1.04) (end 2.841 1.826) (layer "F.SilkS") (width 0.12) (tstamp df89d1c5-9339-46fa-9662-09fbdd9823e7)) + (fp_line (start 3.561 -0.518) (end 3.561 0.518) (layer "F.SilkS") (width 0.12) (tstamp e0ce465d-e728-4eb5-922d-05a3dcba7b95)) + (fp_line (start 1.6 -2.511) (end 1.6 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e2367812-3f5f-4efd-bf2b-9c9b0dbd368e)) + (fp_line (start 1.48 1.04) (end 1.48 2.536) (layer "F.SilkS") (width 0.12) (tstamp e48d1969-c035-422b-9e5d-846ec3913901)) + (fp_line (start 1.32 1.04) (end 1.32 2.561) (layer "F.SilkS") (width 0.12) (tstamp e51e5768-e1af-448e-8d73-2a64bafc6c39)) + (fp_line (start 2.361 1.04) (end 2.361 2.2) (layer "F.SilkS") (width 0.12) (tstamp ec867a12-4e82-4770-b6b2-70f27e051ca1)) + (fp_line (start 2.961 -1.699) (end 2.961 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f0f027f2-e017-4b90-872c-a926031cc601)) + (fp_line (start 1.32 -2.561) (end 1.32 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f270d8a6-e08f-4b2d-a610-059adebe89be)) + (fp_line (start 1.881 -2.428) (end 1.881 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f7dc1e09-a0e1-4e6d-9e54-0975b557c666)) + (fp_line (start 1.36 1.04) (end 1.36 2.556) (layer "F.SilkS") (width 0.12) (tstamp f85acb57-ceaf-4701-afed-262e01bc5f08)) + (fp_line (start 1.921 -2.414) (end 1.921 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f8cc4c2c-1ee0-4ed6-8e75-c04b5cd967d7)) + (fp_line (start 2.441 1.04) (end 2.441 2.149) (layer "F.SilkS") (width 0.12) (tstamp fb0b2b87-5171-4e94-81ea-3d60cd9b4c13)) + (fp_line (start 1.16 1.04) (end 1.16 2.576) (layer "F.SilkS") (width 0.12) (tstamp fc81bd1c-92d1-41c6-9677-bf2de5297140)) + (fp_line (start 2.481 -2.122) (end 2.481 -1.04) (layer "F.SilkS") (width 0.12) (tstamp fced33fc-c253-4bc7-bf72-7ac84953f6b5)) + (fp_line (start 1.6 1.04) (end 1.6 2.511) (layer "F.SilkS") (width 0.12) (tstamp fe6e7bf3-5b31-4093-9ebc-47cfdbc95be4)) + (fp_line (start 3.521 -0.677) (end 3.521 0.677) (layer "F.SilkS") (width 0.12) (tstamp ff2cda6f-8bc0-4059-ad82-7b8c4beaa6be)) + (fp_circle (center 1 0) (end 3.62 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 9cfd8687-c3b2-473f-8ec0-e32e1bd493fc)) + (fp_circle (center 1 0) (end 3.75 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 97f9851c-9411-4101-824c-80051de19c74)) + (fp_line (start -1.133605 -1.0875) (end -0.633605 -1.0875) (layer "F.Fab") (width 0.1) (tstamp 3f0a01b7-2810-46fd-893e-5abb315007ea)) + (fp_line (start -0.883605 -1.3375) (end -0.883605 -0.8375) (layer "F.Fab") (width 0.1) (tstamp 6dc4ee29-9574-4038-a646-3491c933ab9f)) + (fp_circle (center 1 0) (end 3.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 70f5c3d3-4adc-47ed-b946-52d46610829d)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "VCC") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.75) + (xy -0.75 0.75) + (xy -0.75 -0.75) + (xy 0.75 -0.75) + ) (width 0.1) (fill yes)) + ) (tstamp ea837cf8-e10a-4e7e-bf72-94d3943af18f)) + (pad "2" thru_hole custom (at 2 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "GND") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 119e3d0e-0300-42d9-a28e-d103c3515907)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 1f115926-ad5d-4fe2-99d1-52d8312df789) + (at 173.5 89) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/be2b1dbb-1a4c-4899-a4e4-1dcc083e6b75") + (attr through_hole) + (fp_text reference "R2" (at 5.08 -2.37) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9de331f3-bddb-4284-857d-4f2815b0a179) + ) + (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 00b26306-08ac-434f-b178-44b4b93680b2) + ) + (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1b5a06a4-bced-4dff-9acc-4fe87db91195) + ) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 290cc11d-9d35-43c1-a34c-529aeb916ad3)) + (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 5d2faad5-c5ee-4b66-a10b-486e6b8a764c)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5f8d6b03-1cd7-4134-83d6-0c78885f8f84)) + (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 8b6bf982-b414-41a6-929a-f067d4b2b0cb)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp de44416c-41f5-4fc7-b8af-d61d0a3273a4)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp f9618b57-90f6-4db2-98c3-219c6a5e2175)) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b7d33d70-d58a-4d06-8a56-7241c14d7f0d)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp bed78a28-0104-40e1-9796-ba399ee02a1d)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp d0e6f250-c56d-4b8b-80d1-4b70793367bb)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d8bdcebe-8b6d-4b88-ac21-254ac2db91db)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 4cd42e37-890f-4051-83e3-ce15f84c52aa)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 73b0c00c-ffbc-4e7a-94dd-d132e3b3aa74)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 7ae75bcd-ce69-4062-91d5-068ff6423bcf)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp aad97139-33fc-4faf-85e4-036c6d756164)) + (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp ac4c403f-35e0-44e0-b4dd-4759c2a1d3e1)) + (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp e6283ca2-b554-4709-9c59-37cf7090c007)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "+3V3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 6264a4f3-beba-48b9-b1e2-10e66f78d858)) + (pad "2" thru_hole custom (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 25 "TACH2") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 971a9980-832e-4c08-aba9-1a39c72ff8ad)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19A420) (tstamp 22f60cfe-a80c-4cb3-9bc6-157cf2af0aae) + (at 149.75 62.475 90) + (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x02 2.54mm single row") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/162ba9c6-461a-425c-b093-463deae505c8") + (attr through_hole) + (fp_text reference "EXT2" (at 0 -2.77 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0cb90083-039a-4054-962e-182cfecadb38) + ) + (fp_text value "Extension Header 2" (at -3.025 0 180) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 49bbfca3-7ab3-4469-a0b9-362dfec19a5d) + ) + (fp_text user "${REFERENCE}" (at 0 1.27) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6ae3f58e-e448-4419-8c00-95ff10d65060) + ) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 04523f05-0e53-48e4-9676-0cdfb92d15a9)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 167098f9-f2c3-4f8f-8f3a-dc496ed216fb)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp 2695dd25-b5df-445a-8e14-fbecd8617a11)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 97b21d63-3e9c-49f9-90c7-3f3b5522afbc)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp aac8b342-cbb1-40a8-bb47-b9cf3b080435)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp c538d9a0-4589-45a3-aefa-d627d57f3020)) + (fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 33f3a650-19e5-45bf-a154-14b1bb1f1697)) + (fp_line (start 1.75 4.3) (end -1.8 4.3) (layer "F.CrtYd") (width 0.05) (tstamp 3c9be5cf-7328-4fc8-b74e-e2f208bee4ef)) + (fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer "F.CrtYd") (width 0.05) (tstamp 8c55f8d9-b9e3-4002-926b-d63845fb068f)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp f2e2cbb9-ad74-41ab-9150-343b21789fb9)) + (fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp 009bbc04-465b-4e30-aa30-994fe9a102aa)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp 00ea36b7-d0bb-4036-872c-7c595f2135ad)) + (fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 0fb8c299-2645-4de1-9a73-c62b988a0d21)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 321221f3-afb5-4e4a-8306-c152efda0821)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 611aebfd-43dd-40bc-b6bd-bc864533ca96)) + (pad "1" thru_hole custom (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.8) + (xy -0.8 0.8) + (xy -0.8 -0.8) + (xy 0.8 -0.8) + ) (width 0.1) (fill yes)) + ) (tstamp ac530ab7-496a-47ec-a3f7-92379240ff48)) + (pad "2" thru_hole custom (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 18 "+5V") (pinfunction "Pin_2") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp f9da9b4c-befe-4f07-9806-64d68849fe69)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Custom:CUI_PJ-202BH" (layer "F.Cu") + (tedit 62403AD5) (tstamp 31ae0944-06c3-447e-9fc5-7454c3c78171) + (at 193 115) + (property "MANUFACTURER" "CUI INC") + (property "PART_REV" "1.02") + (property "STANDARD" "Manufacturer recommendations") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/a53a0b3f-2cb9-4cdf-afcc-1d44806230ee") + (attr through_hole) + (fp_text reference "DC1" (at -4.019285 -6.772205) (layer "F.SilkS") + (effects (font (size 1.001063 1.001063) (thickness 0.15))) + (tstamp aaf2874e-c8fd-4312-96c2-7cb496499475) + ) + (fp_text value "PJ-202BH" (at 0.43078 5.78545) (layer "F.Fab") + (effects (font (size 1.001811 1.001811) (thickness 0.15))) + (tstamp e453b01d-b756-473a-9f79-69575c4be1b0) + ) + (fp_line (start -7.2 -2.55) (end -7.2 -4.5) (layer "F.SilkS") (width 0.127) (tstamp 526b5f75-14ea-47c8-9740-710179ccaba9)) + (fp_line (start -7.2 4.5) (end -7.2 2.65) (layer "F.SilkS") (width 0.127) (tstamp 5b4fc90c-e01e-47a4-bd51-5734fc5c25ca)) + (fp_line (start -7.2 -4.5) (end -6.05 -4.5) (layer "F.SilkS") (width 0.127) (tstamp a5f63367-403d-46a9-9715-9d75ae351838)) + (fp_line (start 7.2 4.5) (end -7.2 4.5) (layer "F.SilkS") (width 0.127) (tstamp bd1db456-5616-4353-9cfa-30305f7a6426)) + (fp_line (start 7.2 -4.5) (end 7.2 4.5) (layer "F.SilkS") (width 0.127) (tstamp cd9ff4ee-9530-4932-8880-c5a4726c92c2)) + (fp_line (start -0.95 -4.5) (end 7.2 -4.5) (layer "F.SilkS") (width 0.127) (tstamp d6e169c2-764d-4dc2-94aa-ece36ba38a27)) + (fp_circle (center -8.5 0) (end -8.3 0) (layer "F.SilkS") (width 0.4) (fill none) (tstamp 16590355-83af-4051-a22e-ff25aafb64c0)) + (fp_line (start -0.95 -6.1) (end -0.95 -4.75) (layer "F.CrtYd") (width 0.05) (tstamp 1a462dc2-f6a2-4fde-907e-1f80263c70b5)) + (fp_line (start -6.05 -4.75) (end -6.05 -6.1) (layer "F.CrtYd") (width 0.05) (tstamp 51a7f910-8109-41c4-9803-b1096b774908)) + (fp_line (start -0.95 -4.75) (end 7.5 -4.75) (layer "F.CrtYd") (width 0.05) (tstamp 726fa8c1-f3e5-4dbd-bad3-0c8cace0a53b)) + (fp_line (start -8.05 -2.25) (end -8.05 2.35) (layer "F.CrtYd") (width 0.05) (tstamp 877c6d97-e417-4c35-8b1d-651a8430a235)) + (fp_line (start -7.45 -4.75) (end -6.05 -4.75) (layer "F.CrtYd") (width 0.05) (tstamp 97c7700c-e65f-4664-b7b9-cca129a7295d)) + (fp_line (start -7.45 -2.25) (end -8.05 -2.25) (layer "F.CrtYd") (width 0.05) (tstamp 97cbbd49-71d6-4f82-a3ef-f196a389452e)) + (fp_line (start -8.05 2.35) (end -7.45 2.35) (layer "F.CrtYd") (width 0.05) (tstamp a9fb17d3-3552-4ce2-803f-4c5d87371e52)) + (fp_line (start -7.45 4.75) (end -7.45 2.35) (layer "F.CrtYd") (width 0.05) (tstamp c55bfdb7-3243-4aad-87eb-2c91145be5b0)) + (fp_line (start 7.5 -4.75) (end 7.5 4.75) (layer "F.CrtYd") (width 0.05) (tstamp cf35275b-cb04-4f31-9c74-6e5efc7c3ba1)) + (fp_line (start -7.45 -2.25) (end -7.45 -4.75) (layer "F.CrtYd") (width 0.05) (tstamp ec2a779b-050a-454d-8114-25cff6554e49)) + (fp_line (start 7.5 4.75) (end -7.45 4.75) (layer "F.CrtYd") (width 0.05) (tstamp f2381c95-c47b-4a96-bcd0-530881c393ec)) + (fp_line (start -6.05 -6.1) (end -0.95 -6.1) (layer "F.CrtYd") (width 0.05) (tstamp fa47a5b2-c6f2-493f-b0f7-13e87b6ebbe1)) + (fp_line (start -7.2 -4.5) (end 7.2 -4.5) (layer "F.Fab") (width 0.127) (tstamp 2cee64e2-a0fc-48d4-bb03-994f85e33b95)) + (fp_line (start -7.2 4.5) (end -7.2 -4.5) (layer "F.Fab") (width 0.127) (tstamp 5c2873f8-abaa-4eda-9ae7-f42a6ae8914f)) + (fp_line (start 7.2 4.5) (end -7.2 4.5) (layer "F.Fab") (width 0.127) (tstamp c92d214c-ddd2-4cb6-bf63-ac087dd58e9d)) + (fp_line (start 7.2 -4.5) (end 7.2 4.5) (layer "F.Fab") (width 0.127) (tstamp fef13fe9-212b-4f21-b356-28fd7f7a8603)) + (pad "1" thru_hole custom (at -6.5 0) (size 1.000002 3.500002) (drill oval 1 3.5) (layers *.Cu *.Mask) + (net 2 "VCC") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 1.2 1.961523) + (xy 0.711523 2.45) + (xy -0.711523 2.45) + (xy -1.2 1.961523) + (xy -1.2 -1.961523) + (xy -0.711523 -2.45) + (xy 0.711523 -2.45) + (xy 1.2 -1.961523) + ) (width 0.1) (fill yes)) + ) (tstamp 0206cff3-d49c-4c42-a232-0ad07f11571e)) + (pad "2" thru_hole custom (at -0.5 0) (size 1.000002 3.000002) (drill oval 1 3) (layers *.Cu *.Mask) + (net 1 "GND") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 1.075 1.7633) + (xy 0.6383 2.2) + (xy -0.6383 2.2) + (xy -1.075 1.7633) + (xy -1.075 -1.7633) + (xy -0.6383 -2.2) + (xy 0.6383 -2.2) + (xy 1.075 -1.7633) + ) (width 0.1) (fill yes)) + ) (tstamp 84f7fbb1-5646-4c7d-a5fc-2580eee7c810)) + (pad "3" thru_hole custom (at -3.5 -4.7) (size 3.000002 1.000002) (drill oval 3 1) (layers *.Cu *.Mask) + (net 19 "unconnected-(DC1-Pad3)") (pintype "passive+no_connect") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 2.2 0.6383) + (xy 1.7633 1.075) + (xy -1.7633 1.075) + (xy -2.2 0.6383) + (xy -2.2 -0.6383) + (xy -1.7633 -1.075) + (xy 1.7633 -1.075) + (xy 2.2 -0.6383) + ) (width 0.1) (fill yes)) + ) (tstamp bc4a55b0-29b7-41e8-b6cf-0b9150ac5b83)) + (model "C:/Users/Hypfer/kicad6_libs/3dmodels/CUI_DEVICES_PJ-202BH.step" + (offset (xyz 7 0 6.5)) + (scale (xyz 1 1 1)) + (rotate (xyz -90 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 36f6fae2-ca47-41dd-8601-53a8ec115e5a) + (at 173.5 98) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/8165a1d5-5fa2-47cf-b4db-7aa9d8ae3cf9") + (attr through_hole) + (fp_text reference "R1" (at 5.08 -2.37) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp df2ac5db-bf18-4ec8-94c7-65ef49222894) + ) + (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp de47598f-1414-4fc2-9696-226556c9bbc8) + ) + (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 88c88066-8daf-48b5-9ae2-1d5c2c734a96) + ) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 0453e7e2-4996-4570-a864-90b2aee33fe2)) + (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp 2e9b79c2-76f0-43ac-9e5b-dc4dcb6e8836)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3469ace8-aa75-49ae-81b6-6967aee27be4)) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 5ff46451-8ae3-4866-9897-df1a4345f6e7)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 82efd888-5151-45d9-a285-d2422e9eb7d5)) + (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 8637374a-1129-4c2a-84ff-0bfac842dcfc)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 172a65b6-c10f-482d-9b2e-d7043e931e41)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3d671b87-1c0b-4519-a56f-4f2a1d1879b2)) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 501889e9-6223-42cf-a923-6ae1fa1802df)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp cb1f574e-bf6a-4ed5-989e-0af3a4baa25f)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 1e271037-b6ec-4f06-8264-f501b2acf769)) + (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp 37316902-8ecb-47cc-9c07-b24aebc685c8)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 51c8be47-cd2b-4ddb-b06b-16c51b84f4d4)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 6e321201-409f-40ba-a760-2517236aaf23)) + (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 7714c5db-473f-4296-9b7f-2a828f204574)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 79e6db34-8887-4994-93f9-81053af47496)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "+3V3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 43258777-2471-481b-ac55-ee08387731a6)) + (pad "2" thru_hole custom (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 20 "TACH1") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp e97d8175-a0d9-4689-b6bf-0763090a5211)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" locked (layer "F.Cu") + (tedit 5A19A420) (tstamp 57586b2f-fee9-48b1-9a5b-ab3c42b5cb1e) + (at 165.25 62.5 90) + (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x02 2.54mm single row") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/8a8a5428-c781-4394-b90f-fb2fda985a19") + (attr through_hole) + (fp_text reference "EXT3" (at 0 -2.77 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 752c1cfe-2ae9-4ae4-893e-9767aecce65e) + ) + (fp_text value "Extension Header 3" (at -3 0 180) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0f6e56ad-4890-4c93-b21d-0c1c8a961a91) + ) + (fp_text user "${REFERENCE}" (at 0 1.27) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3a9c9ce4-0a2d-4558-b5d1-ab12b92fe756) + ) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp 7022dff9-ae38-46e4-a200-36b6bf174aca)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 886f0bb2-fedc-4e15-bf45-d06b4e311363)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp 93147fcd-024c-4d2f-bd21-5e3fa1457d56)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp a5664db8-3810-49a8-9e21-5291cdca2305)) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp dafa407c-4821-4885-8c7e-554506ea4560)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp efa78581-2d68-4be9-9a2f-6e1d30787132)) + (fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer "F.CrtYd") (width 0.05) (tstamp 077226fb-1ebb-4d5d-a649-a8ecae3fb848)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 20ae85a0-97e7-4c9b-9f62-9b1b891e7d63)) + (fp_line (start 1.75 4.3) (end -1.8 4.3) (layer "F.CrtYd") (width 0.05) (tstamp 3076b0f6-3b15-4eee-861e-b6955be460f2)) + (fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 3a26af4c-268a-4621-bded-34da038c9859)) + (fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp 13b0c4ea-014e-491a-bf49-208ce3e9ffff)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 94af385b-79eb-40d7-b85a-d9adbc4d3a8c)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp ccc92e27-c345-4c76-9677-8aceaab1875f)) + (fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp db486a82-0ca0-46e0-a300-db0374b1f268)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp ebb5a71f-71d3-4414-806c-4bb657df605c)) + (pad "1" thru_hole custom locked (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.8) + (xy -0.8 0.8) + (xy -0.8 -0.8) + (xy 0.8 -0.8) + ) (width 0.1) (fill yes)) + ) (tstamp 1ef961f1-78ed-4edb-857e-c8c2aa61ebee)) + (pad "2" thru_hole custom locked (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 "+3V3") (pinfunction "Pin_2") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp e48289d8-df1d-4385-b574-73b483f5f0af)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") + (tedit 56D1B4CB) (tstamp 61af7c1d-5c10-4479-9313-1dab9ade65b1) + (at 134.5 61.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5e80e7e5-d30b-4e1c-9717-dbe96799f74f) + ) + (fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fa335402-94d4-486b-b01a-c49a82e1c71e) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6178ee63-0e49-45c8-af8a-df90d7e20b34) + ) + (fp_circle (center 0 0) (end 3.2 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 68b6f830-bcbc-4037-a750-ae0b66f7b169)) + (fp_circle (center 0 0) (end 3.45 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d5657895-fff1-4c71-b51e-b4e9374b25ca)) + (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp aeddbb8b-9946-4962-9260-407dd8b5d86d)) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") + (tedit 56D1B4CB) (tstamp 62e22ee3-651b-40b6-a690-af8066ff3408) + (at 197.5 61.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5ae37a2f-3615-4254-a057-faeb6417f2ed) + ) + (fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ce227cf9-f2a3-434d-9cef-da7f2bf4ec33) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp adfb825e-65ed-474e-8c8a-a9385710fecf) + ) + (fp_circle (center 0 0) (end 3.2 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 0a3065f9-9aaf-465a-b053-9c7e5424ffd2)) + (fp_circle (center 0 0) (end 3.45 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 4a46fce3-903b-421f-a83b-b56654525610)) + (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp e9248c12-3b75-496c-aa47-365419bd24ec)) + ) + + (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19DE55) (tstamp 74c76c51-2fef-4caf-a355-9baeff1dc5a5) + (at 196 90.5 180) + (descr "4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf") + (tags "pin header 4-pin CPU fan") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/7dcc9a7e-736a-495d-bc51-2e113618f519") + (attr through_hole) + (fp_text reference "FAN2" (at -2.9 0 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 44e694f9-c68f-4b75-9ab3-4ba90fb4f565) + ) + (fp_text value "Fan_4pin" (at 4.05 4.35) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 158cd580-6f76-44a5-8598-0ea28345a6d4) + ) + (fp_text user "${REFERENCE}" (at 1.85 -1.75) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5427c170-f1b3-4ec6-8e4d-0c14a4bcfbce) + ) + (fp_line (start 0 2.29) (end 5.08 2.29) (layer "F.SilkS") (width 0.12) (tstamp 32049d21-52d8-4abe-a007-eaa73f979dc8)) + (fp_line (start 5.08 2.29) (end 5.08 3.3) (layer "F.SilkS") (width 0.12) (tstamp 3714a299-3744-4279-95c2-bcca69fd7360)) + (fp_line (start -1.35 3.4) (end -1.35 -2.6) (layer "F.SilkS") (width 0.12) (tstamp 3b0a5ca8-5e22-47b1-aade-e5a10f168b0e)) + (fp_line (start 0 3.3) (end 0 2.29) (layer "F.SilkS") (width 0.12) (tstamp 5a28f541-ffd9-49c6-92c6-8144c3f510d8)) + (fp_line (start 8.95 3.4) (end -1.35 3.4) (layer "F.SilkS") (width 0.12) (tstamp 60ac38cc-474d-4d3d-ab3c-fee5ea28dd3e)) + (fp_line (start 8.95 -2.55) (end 8.95 3.4) (layer "F.SilkS") (width 0.12) (tstamp 80919748-0e54-41ac-b637-bbb4d97ade22)) + (fp_line (start 5.75 -2.55) (end 8.95 -2.55) (layer "F.SilkS") (width 0.12) (tstamp ca7037b4-f579-4922-a293-d71489c08069)) + (fp_line (start -1.35 -2.6) (end 4.4 -2.6) (layer "F.SilkS") (width 0.12) (tstamp f534b819-94dd-470b-88dc-94bb497552cf)) + (fp_line (start 9.35 -3.2) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp 670d33f3-f10e-4f9f-b236-0243149b8c0b)) + (fp_line (start -1.75 3.8) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp 6a8d5c88-444a-4741-9b33-4262a5bd91c2)) + (fp_line (start 9.35 -3.2) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 8a81650e-e177-41c4-871b-bcd561a6cbe8)) + (fp_line (start -1.75 3.8) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 980f9629-8c10-4f34-9fc5-0e0280acc9ac)) + (fp_line (start -1.25 3.3) (end -1.25 -2.5) (layer "F.Fab") (width 0.1) (tstamp 18e24e27-9c32-4d1b-82f1-7a7f3a266263)) + (fp_line (start -1.25 -2.5) (end 4.4 -2.5) (layer "F.Fab") (width 0.1) (tstamp 18fb951e-7820-4794-9cf5-2ba2411fb8a3)) + (fp_line (start 5.1 2.3) (end 0 2.3) (layer "F.Fab") (width 0.1) (tstamp 5745e732-28b0-4a45-8e95-761ff918ec13)) + (fp_line (start 5.75 -2.5) (end 8.85 -2.5) (layer "F.Fab") (width 0.1) (tstamp 64767784-8a21-4591-afdd-ea3f98dfed31)) + (fp_line (start 5.1 3.3) (end 5.1 2.3) (layer "F.Fab") (width 0.1) (tstamp 67d0f274-068f-4022-ae82-a9770247050c)) + (fp_line (start 8.85 3.3) (end -1.2 3.3) (layer "F.Fab") (width 0.1) (tstamp 89cbc133-b756-4728-a6ed-2cd93d715558)) + (fp_line (start -1.2 3.3) (end -1.25 3.3) (layer "F.Fab") (width 0.1) (tstamp a56110c8-1381-4330-8ee1-fd5d6061cd46)) + (fp_line (start 8.85 -2.5) (end 8.85 3.3) (layer "F.Fab") (width 0.1) (tstamp c56a96ec-3f05-4dd0-9fb4-22af71ebb20d)) + (fp_line (start 0 2.3) (end 0 3.3) (layer "F.Fab") (width 0.1) (tstamp dfc06c47-6fc4-498b-ba0e-234bace0b9cf)) + (pad "" np_thru_hole circle (at 5.08 -2.16 270) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask) (tstamp 356d8ec7-4cdc-4ca8-a8e7-c6be1d5a9b59)) + (pad "1" thru_hole custom (at 0 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "-") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.815) + (xy -0.965 0.815) + (xy -0.965 -0.815) + (xy 0.965 -0.815) + ) (width 0.1) (fill yes)) + ) (tstamp 4fa0c735-1b06-4abe-b20f-b888cda6c0bc)) + (pad "2" thru_hole custom (at 2.54 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "+") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 639ffcfe-b6ad-43c1-b6c5-5c9a2ed460ae)) + (pad "3" thru_hole custom (at 5.08 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 25 "TACH2") (pinfunction "Tacho") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 35e63a14-7479-4a34-8cba-68365c87c4bd)) + (pad "4" thru_hole custom (at 7.62 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 26 "PWM2") (pinfunction "PWM") (pintype "input") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 7ff9b626-ca7d-4dcf-98a9-52ac2d210c1c)) + (model "${KICAD6_3DMODEL_DIR}/Connector.3dshapes/FanPinHeader_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19A420) (tstamp 96f3ef68-3f34-472b-93d6-b47369eef360) + (at 180.5 62.5 90) + (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x02 2.54mm single row") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/46ad184e-7041-4f73-ab8e-97b2958cd43d") + (attr through_hole) + (fp_text reference "EXT4" (at 0 -2.77 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fb074ec4-d98f-4a0d-aff0-65938bc01ef4) + ) + (fp_text value "Extension Header 4" (at -3 0 180) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 464503d1-40cd-41ab-839b-a32eb76343b5) + ) + (fp_text user "${REFERENCE}" (at 0 1.27) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a4fa057b-d2c6-4b9d-9a85-110f59a28622) + ) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 22d2a7fc-9aeb-43e5-ade1-b10e98f11ac1)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 2c4ed25a-c2fb-4425-8501-66e821d5323d)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp 9d75eb3d-c908-4f78-95c8-35074d794db7)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp b564add5-fdcf-43d7-addf-ac8a41603bca)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer "F.SilkS") (width 0.12) (tstamp ef0c526f-5eda-4454-98e5-b6a24a297c02)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp fcb38cc7-8fcf-40a2-96bc-8ce816242df0)) + (fp_line (start 1.75 4.3) (end -1.8 4.3) (layer "F.CrtYd") (width 0.05) (tstamp 1dfbf058-f44b-494e-a7ac-ee808cb3e41d)) + (fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 3bc15ed0-437a-4b4e-ac3b-2e2f32ff7012)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 60fe2305-607c-4315-8d59-8c2084fcf589)) + (fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer "F.CrtYd") (width 0.05) (tstamp ac8ccda5-6a04-4c40-8c21-d1c10dd35262)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 44da7b57-ff48-4745-a6af-8696214d4ba7)) + (fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 6dcc48d1-3107-4247-83b9-56fc754bba16)) + (fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp a998f57c-4988-4a97-8c89-d23b0b9d7ac0)) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp e923ffdf-9c98-4055-8ebc-6f8f1d1e1a22)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer "F.Fab") (width 0.1) (tstamp fbf2632f-3bad-41ef-b03a-017e0843fad0)) + (pad "1" thru_hole custom (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.8) + (xy -0.8 0.8) + (xy -0.8 -0.8) + (xy 0.8 -0.8) + ) (width 0.1) (fill yes)) + ) (tstamp 888e7fea-f605-4629-9469-ea6a87dbfbce)) + (pad "2" thru_hole custom (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "Pin_2") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.8 0.331371) + (xy 0.331371 0.8) + (xy -0.331371 0.8) + (xy -0.8 0.331371) + (xy -0.8 -0.331371) + (xy -0.331371 -0.8) + (xy 0.331371 -0.8) + (xy 0.8 -0.331371) + ) (width 0.1) (fill yes)) + ) (tstamp 75f25dd7-c204-4718-9f40-d5950eada0ee)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19DE55) (tstamp a40ea5cd-ffee-473a-975e-79ce35477383) + (at 196 70 180) + (descr "4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf") + (tags "pin header 4-pin CPU fan") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/35ceb9d0-ae85-43d6-ab5d-6e85e4b7352c") + (attr through_hole) + (fp_text reference "FAN4" (at -2.7 0 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 719165b8-4f39-4f0f-8529-cd785cda94ce) + ) + (fp_text value "Fan_4pin" (at 4.05 4.35) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8160a6c8-97ae-436e-8fea-a704ee269493) + ) + (fp_text user "${REFERENCE}" (at 1.85 -1.75) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b070166d-09e3-4836-bfc7-163ca834e18b) + ) + (fp_line (start 5.08 2.29) (end 5.08 3.3) (layer "F.SilkS") (width 0.12) (tstamp 3ef5a6a8-5df1-42ad-8e5d-b2cd56369e54)) + (fp_line (start -1.35 -2.6) (end 4.4 -2.6) (layer "F.SilkS") (width 0.12) (tstamp 4b8db76b-4a1d-4be1-925e-5bf48b05ea67)) + (fp_line (start 8.95 -2.55) (end 8.95 3.4) (layer "F.SilkS") (width 0.12) (tstamp 9d790d0c-f0a6-41bc-ad61-7a0795580196)) + (fp_line (start 0 2.29) (end 5.08 2.29) (layer "F.SilkS") (width 0.12) (tstamp ae47b428-0edf-45a4-882c-b7a4cb2eafbd)) + (fp_line (start 5.75 -2.55) (end 8.95 -2.55) (layer "F.SilkS") (width 0.12) (tstamp b3fca460-c1a2-4528-9032-317d1c2230b8)) + (fp_line (start 0 3.3) (end 0 2.29) (layer "F.SilkS") (width 0.12) (tstamp bbdc32eb-219a-4315-8194-a5e5841b3e71)) + (fp_line (start 8.95 3.4) (end -1.35 3.4) (layer "F.SilkS") (width 0.12) (tstamp f2d5acf5-b06d-4c4c-ad55-86dce949e96a)) + (fp_line (start -1.35 3.4) (end -1.35 -2.6) (layer "F.SilkS") (width 0.12) (tstamp f5640d35-db97-4e11-870c-65c2e3126a39)) + (fp_line (start -1.75 3.8) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 00485999-4840-43ab-a359-901880c39243)) + (fp_line (start 9.35 -3.2) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 4f32c969-ea89-4480-94f5-7961157751c0)) + (fp_line (start -1.75 3.8) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp 6b5f3939-7479-4ace-a709-577aa1c8a548)) + (fp_line (start 9.35 -3.2) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp cd87f3dd-64e3-4ba7-a61b-2d7fd0315804)) + (fp_line (start 5.75 -2.5) (end 8.85 -2.5) (layer "F.Fab") (width 0.1) (tstamp 07f517bc-66cb-4e26-97c5-51deada55ff5)) + (fp_line (start 5.1 3.3) (end 5.1 2.3) (layer "F.Fab") (width 0.1) (tstamp 12d53283-0221-4156-af26-b4aad38b64b3)) + (fp_line (start 8.85 -2.5) (end 8.85 3.3) (layer "F.Fab") (width 0.1) (tstamp 2fcb39a1-1e78-4c46-86bc-b1c9377f0009)) + (fp_line (start -1.25 -2.5) (end 4.4 -2.5) (layer "F.Fab") (width 0.1) (tstamp 364e7940-12a9-41cd-9c89-7623fa515b12)) + (fp_line (start -1.2 3.3) (end -1.25 3.3) (layer "F.Fab") (width 0.1) (tstamp 4b5366f1-ffe1-4572-8e08-f03175e5c92b)) + (fp_line (start -1.25 3.3) (end -1.25 -2.5) (layer "F.Fab") (width 0.1) (tstamp 84cc5203-eb75-4c08-aed0-f046df68caa5)) + (fp_line (start 8.85 3.3) (end -1.2 3.3) (layer "F.Fab") (width 0.1) (tstamp c1f224e4-be14-4180-9e66-a18aca2ee2c2)) + (fp_line (start 0 2.3) (end 0 3.3) (layer "F.Fab") (width 0.1) (tstamp f679c0fd-afeb-4267-a913-066defa8847e)) + (fp_line (start 5.1 2.3) (end 0 2.3) (layer "F.Fab") (width 0.1) (tstamp ff40cf9f-3745-4d6b-bc7e-9a7552e92207)) + (pad "" np_thru_hole circle (at 5.08 -2.16 270) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask) (tstamp d4c72d48-1ff6-44cb-8abc-d65f89c730f4)) + (pad "1" thru_hole custom (at 0 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "-") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.815) + (xy -0.965 0.815) + (xy -0.965 -0.815) + (xy 0.965 -0.815) + ) (width 0.1) (fill yes)) + ) (tstamp 41b21f80-e52d-4fc0-a3bd-4e689edb8a04)) + (pad "2" thru_hole custom (at 2.54 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "+") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp c4764148-7b81-4498-9907-6bd78bbce203)) + (pad "3" thru_hole custom (at 5.08 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 29 "TACH4") (pinfunction "Tacho") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 0a218e7c-0b64-45a7-ba4a-d20597faf1f6)) + (pad "4" thru_hole custom (at 7.62 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 30 "PWM4") (pinfunction "PWM") (pintype "input") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp da47e9aa-001c-4ac2-a542-69135bb61af1)) + (model "${KICAD6_3DMODEL_DIR}/Connector.3dshapes/FanPinHeader_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_THT:TO-220-3_Vertical" (layer "F.Cu") + (tedit 5AC8BA0D) (tstamp a63ffc1b-7c9a-45c1-96c6-cf1f4490f5a1) + (at 176.5 117.5 180) + (descr "TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf") + (tags "TO-220-3 Vertical RM 2.54mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/6e1731cd-1a49-49d5-824d-2fef7870dbf1") + (attr through_hole) + (fp_text reference "U1" (at 2.54 -4.27) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d2d3bee8-fd78-4a4e-ade7-2ca272211093) + ) + (fp_text value "LM7805_TO220" (at 2.54 2.5) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp af019476-c529-401b-92d4-db2cb2dfc74b) + ) + (fp_text user "${REFERENCE}" (at 2.54 -4.27) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c599f923-a7fc-4f83-a6f1-6599adaa3de1) + ) + (fp_line (start 7.66 -3.27) (end 7.66 1.371) (layer "F.SilkS") (width 0.12) (tstamp 0e24e7a2-feb1-4da5-9bb1-90398e345718)) + (fp_line (start -2.58 1.371) (end 7.66 1.371) (layer "F.SilkS") (width 0.12) (tstamp 483e12d0-70c7-4d3b-8adf-1510734a4df3)) + (fp_line (start -2.58 -3.27) (end 7.66 -3.27) (layer "F.SilkS") (width 0.12) (tstamp 81060743-c7cd-4990-a2ff-54e6ad2c4dc1)) + (fp_line (start -2.58 -1.76) (end 7.66 -1.76) (layer "F.SilkS") (width 0.12) (tstamp 83ec37ea-860d-4ce0-afd7-2b160b1a0ac6)) + (fp_line (start 0.69 -3.27) (end 0.69 -1.76) (layer "F.SilkS") (width 0.12) (tstamp a1e8a4cb-2102-4dda-8ada-35613214760a)) + (fp_line (start -2.58 -3.27) (end -2.58 1.371) (layer "F.SilkS") (width 0.12) (tstamp a837c09f-5a95-4d0c-a47b-8053026e96ce)) + (fp_line (start 4.391 -3.27) (end 4.391 -1.76) (layer "F.SilkS") (width 0.12) (tstamp cf9ec1d0-dad4-4465-8cf5-2a03edbd00e5)) + (fp_line (start -2.71 -3.4) (end -2.71 1.51) (layer "F.CrtYd") (width 0.05) (tstamp 95fb7da2-afac-473e-afd3-cb9fd7a453e4)) + (fp_line (start 7.79 1.51) (end 7.79 -3.4) (layer "F.CrtYd") (width 0.05) (tstamp ace58fe9-db00-4cb4-9892-e75547bca301)) + (fp_line (start 7.79 -3.4) (end -2.71 -3.4) (layer "F.CrtYd") (width 0.05) (tstamp dc9e4103-d6f4-4cb5-8593-fc56b49f423c)) + (fp_line (start -2.71 1.51) (end 7.79 1.51) (layer "F.CrtYd") (width 0.05) (tstamp f2f3ba62-bec8-423e-87f7-82cb3b4ed7b9)) + (fp_line (start 7.54 1.25) (end 7.54 -3.15) (layer "F.Fab") (width 0.1) (tstamp 36edcab3-e2fc-4d7b-bdf3-d468d8232043)) + (fp_line (start -2.46 1.25) (end 7.54 1.25) (layer "F.Fab") (width 0.1) (tstamp 424df489-5cd2-4aec-b740-a4960bc7da88)) + (fp_line (start -2.46 -1.88) (end 7.54 -1.88) (layer "F.Fab") (width 0.1) (tstamp 59516c6b-ba47-4f05-a6ee-42f32f25df64)) + (fp_line (start -2.46 -3.15) (end -2.46 1.25) (layer "F.Fab") (width 0.1) (tstamp 7680a5fd-2649-404e-a897-5a259e274a71)) + (fp_line (start 4.39 -3.15) (end 4.39 -1.88) (layer "F.Fab") (width 0.1) (tstamp 91293714-dc5c-4715-87b6-8443b1d89311)) + (fp_line (start 7.54 -3.15) (end -2.46 -3.15) (layer "F.Fab") (width 0.1) (tstamp c9922e88-fd9e-42bb-8d05-6f4ed5bcb54a)) + (fp_line (start 0.69 -3.15) (end 0.69 -1.88) (layer "F.Fab") (width 0.1) (tstamp e348ccc5-f338-4b0a-98c7-af50315c33a0)) + (pad "1" thru_hole custom (at 0 0 180) (size 1.100002 1.100002) (drill 1.1) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "VI") (pintype "power_in") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.9025 0.95) + (xy -0.9025 0.95) + (xy -0.9025 -0.95) + (xy 0.9025 -0.95) + ) (width 0.1) (fill yes)) + ) (tstamp 89b1ff92-e420-4841-af6c-23c7bad40c7b)) + (pad "2" thru_hole custom (at 2.54 0 180) (size 1.100002 1.100002) (drill 1.1) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "GND") (pintype "power_in") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.9025 0.421328) + (xy 0.373828 0.95) + (xy -0.373828 0.95) + (xy -0.9025 0.421328) + (xy -0.9025 -0.421328) + (xy -0.373828 -0.95) + (xy 0.373828 -0.95) + (xy 0.9025 -0.421328) + ) (width 0.1) (fill yes)) + ) (tstamp 6bb2c117-982a-4afc-b007-f2193959f57b)) + (pad "3" thru_hole custom (at 5.08 0 180) (size 1.100002 1.100002) (drill 1.1) (layers *.Cu *.Mask) + (net 32 "Net-(C2-Pad1)") (pinfunction "VO") (pintype "power_out") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.9025 0.421328) + (xy 0.373828 0.95) + (xy -0.373828 0.95) + (xy -0.9025 0.421328) + (xy -0.9025 -0.421328) + (xy -0.373828 -0.95) + (xy 0.373828 -0.95) + (xy 0.9025 -0.421328) + ) (width 0.1) (fill yes)) + ) (tstamp c8ec42d7-9af1-4f1e-88fc-e6c2ac97c224)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-220-3_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp a6d39125-64da-4c45-854b-3c863ffca40b) + (at 173.5 80) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/f43ce07e-b1d6-4954-a2e3-2fe53053b6ac") + (attr through_hole) + (fp_text reference "R3" (at 5.08 -2.37) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a15cbe93-3a1f-4628-96b9-1729dacdeeba) + ) + (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cc67da69-7a98-4c6e-a33a-5dc1c0c4d18d) + ) + (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 44055a71-cc32-4408-9e97-cea929592064) + ) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 8f1cb82a-4f55-43b6-9ce8-7e36b14117d0)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 96bf828c-e856-4d94-b102-5d027258d7a6)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 9b57577d-ed02-48e7-bb37-40e9229c0f43)) + (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp 9cc597f4-52b3-4db6-87d5-83d56ff98153)) + (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp ac550f13-9601-4ea5-92e2-25283d25fb79)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp bdf2cd3e-0023-4ca0-83bf-7f069208682e)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3292f946-e679-4869-a7b8-5a043377bf12)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 69c27521-93bd-481f-bd85-e129fb13c018)) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 6a2297a7-902c-4e89-904f-a1d2d774dfc0)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8b284782-a780-4495-af15-6880b82d87fd)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 0ccac34c-fe43-4ff2-98e1-62344ca7a925)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp 338f6f08-cb80-4bf7-b25b-273886971338)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp 45e8c3c4-d1f0-4e63-a62d-a849d80b34e6)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp 60a64f4e-10e7-4342-b2bc-b5a864d408d2)) + (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 81e95f19-06f3-433f-9d91-61ce23e1fe09)) + (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp e57c79a2-42f4-4c4c-8050-3c368da8c318)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "+3V3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 56210632-d25a-484f-83d6-759a994666aa)) + (pad "2" thru_hole custom (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 27 "TACH3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 2c9379d9-2b02-4c84-ab71-2713740117c8)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") + (tedit 56D1B4CB) (tstamp a78de220-c4e5-4363-8168-6b06de79eb67) + (at 134.5 124.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a89decf9-41b8-49c9-8ca4-8c7185ada803) + ) + (fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp aea3e96f-4c04-4637-a255-9c47627295f7) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6bd89fe2-379d-4820-8f9e-fd6cf47b9239) + ) + (fp_circle (center 0 0) (end 3.2 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 49c6535c-4b72-48b7-a94b-105162af915c)) + (fp_circle (center 0 0) (end 3.45 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 39c27816-2d01-4a72-8e25-12984a42fef1)) + (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp cc64ac73-a71f-4d9f-9e9e-be3817461130)) + ) + + (footprint "Custom:center_positive_small" (layer "F.Cu") + (tedit 0) (tstamp b507c50a-cfa7-4c59-a215-165b482e24a9) + (at 197 109.1) + (attr through_hole) + (fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3))) + (tstamp 271b4072-4ed8-4102-aa9c-07a96564ab16) + ) + (fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3))) + (tstamp 565c2e30-c68d-4b0b-ac9e-0aee2c10bdc4) + ) + (fp_poly (pts + (xy 2.460625 -0.079375) + (xy 2.778125 -0.079375) + (xy 2.778125 0.079375) + (xy 2.460625 0.079375) + (xy 2.460625 0.396875) + (xy 2.301875 0.396875) + (xy 2.301875 0.079375) + (xy 1.984375 0.079375) + (xy 1.984375 -0.079375) + (xy 2.301875 -0.079375) + (xy 2.301875 -0.396875) + (xy 2.460625 -0.396875) + (xy 2.460625 -0.079375) + ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 8016f72f-ed88-4551-9c9f-799be7483c51)) + (fp_poly (pts + (xy 2.432713 -0.791684) + (xy 2.521777 -0.781838) + (xy 2.607745 -0.76303) + (xy 2.638303 -0.753836) + (xy 2.719069 -0.722152) + (xy 2.79598 -0.681149) + (xy 2.868078 -0.631662) + (xy 2.934402 -0.574525) + (xy 2.993995 -0.510574) + (xy 3.045898 -0.440643) + (xy 3.089152 -0.365568) + (xy 3.092928 -0.357886) + (xy 3.127735 -0.273954) + (xy 3.152886 -0.186412) + (xy 3.168242 -0.096287) + (xy 3.17366 -0.004605) + (xy 3.169 0.087607) + (xy 3.161557 0.141314) + (xy 3.141083 0.230655) + (xy 3.111451 0.315223) + (xy 3.073179 0.394532) + (xy 3.026784 0.468099) + (xy 2.972783 0.535441) + (xy 2.911694 0.596072) + (xy 2.844034 0.649511) + (xy 2.770319 0.695271) + (xy 2.691068 0.732871) + (xy 2.606798 0.761824) + (xy 2.518025 0.781649) + (xy 2.470093 0.788207) + (xy 2.434761 0.791006) + (xy 2.394997 0.792525) + (xy 2.354985 0.792716) + (xy 2.31891 0.791526) + (xy 2.301875 0.790228) + (xy 2.213131 0.77633) + (xy 2.125395 0.752567) + (xy 2.040507 0.719595) + (xy 1.960308 0.678066) + (xy 1.926265 0.656778) + (xy 1.892241 0.631767) + (xy 1.855117 0.600261) + (xy 1.817429 0.564727) + (xy 1.781709 0.527628) + (xy 1.750493 0.491429) + (xy 1.733894 0.469658) + (xy 1.690568 0.401235) + (xy 1.653768 0.327065) + (xy 1.624616 0.249811) + (xy 1.604232 0.172139) + (xy 1.600598 0.152739) + (xy 1.596607 0.12968) + (xy 1.593044 0.109474) + (xy 1.590448 0.095174) + (xy 1.5897 0.091281) + (xy 1.587298 0.079374) + (xy 0.97478 0.079375) + (xy 0.362263 0.079375) + (xy 0.350153 0.118386) + (xy 0.329017 0.170893) + (xy 0.299333 0.218728) + (xy 0.261759 0.261856) + (xy 0.222833 0.29647) + (xy 0.182929 0.322847) + (xy 0.138767 0.34308) + (xy 0.128646 0.346744) + (xy 0.068012 0.362704) + (xy 0.007584 0.368865) + (xy -0.051667 0.365683) + (xy -0.108774 0.353613) + (xy -0.162766 0.333111) + (xy -0.212676 0.30463) + (xy -0.257532 0.268627) + (xy -0.296367 0.225556) + (xy -0.328212 0.175873) + (xy -0.35171 0.121185) + (xy -0.363555 0.073792) + (xy -0.369563 0.021646) + (xy -0.369538 -0.002967) + (xy 1.762788 -0.002967) + (xy 1.764059 0.050215) + (xy 1.769023 0.098649) + (xy 1.769707 0.10296) + (xy 1.787679 0.181596) + (xy 1.81452 0.255141) + (xy 1.849593 0.323156) + (xy 1.89226 0.385199) + (xy 1.941884 0.44083) + (xy 1.997827 0.48961) + (xy 2.059451 0.531098) + (xy 2.12612 0.564853) + (xy 2.197195 0.590435) + (xy 2.272038 0.607405) + (xy 2.350013 0.615321) + (xy 2.430482 0.613744) + (xy 2.496999 0.605214) + (xy 2.571939 0.58764) + (xy 2.640675 0.562238) + (xy 2.704523 0.528321) + (xy 2.764799 0.485196) + (xy 2.818171 0.436856) + (xy 2.870738 0.378164) + (xy 2.913497 0.316516) + (xy 2.947057 0.250735) + (xy 2.972029 0.179645) + (xy 2.987589 0.110602) + (xy 2.992724 0.067831) + (xy 2.994794 0.018947) + (xy 2.993928 -0.032605) + (xy 2.990258 -0.083378) + (xy 2.983912 -0.129925) + (xy 2.977366 -0.160408) + (xy 2.956355 -0.227752) + (xy 2.929771 -0.288588) + (xy 2.896011 -0.346109) + (xy 2.858308 -0.397506) + (xy 2.807451 -0.453015) + (xy 2.750475 -0.500593) + (xy 2.688329 -0.54019) + (xy 2.621958 -0.571755) + (xy 2.552311 -0.595237) + (xy 2.480333 -0.610585) + (xy 2.406972 -0.617749) + (xy 2.333174 -0.616678) + (xy 2.259887 -0.607321) + (xy 2.188058 -0.589627) + (xy 2.118633 -0.563546) + (xy 2.052559 -0.529027) + (xy 1.990784 -0.486018) + (xy 1.946038 -0.446395) + (xy 1.896647 -0.392679) + (xy 1.855931 -0.336581) + (xy 1.822808 -0.276202) + (xy 1.796197 -0.20964) + (xy 1.779691 -0.153849) + (xy 1.770748 -0.108715) + (xy 1.765066 -0.057182) + (xy 1.762788 -0.002967) + (xy -0.369538 -0.002967) + (xy -0.369509 -0.03103) + (xy -0.363168 -0.080018) + (xy -0.362565 -0.082828) + (xy -0.345752 -0.138092) + (xy -0.32083 -0.190376) + (xy -0.289035 -0.23762) + (xy -0.251602 -0.277767) + (xy -0.239136 -0.288378) + (xy -0.189 -0.321977) + (xy -0.133916 -0.346989) + (xy -0.075432 -0.363177) + (xy -0.015098 -0.370308) + (xy 0.045537 -0.368147) + (xy 0.104923 -0.356458) + (xy 0.137583 -0.345458) + (xy 0.188174 -0.320474) + (xy 0.234858 -0.287382) + (xy 0.276291 -0.247662) + (xy 0.311127 -0.202792) + (xy 0.338021 -0.154252) + (xy 0.354861 -0.10658) + (xy 0.361834 -0.079375) + (xy 1.587298 -0.079375) + (xy 1.589756 -0.091282) + (xy 1.591874 -0.103594) + (xy 1.594415 -0.121092) + (xy 1.595534 -0.129646) + (xy 1.598331 -0.146608) + (xy 1.603048 -0.169929) + (xy 1.608879 -0.195739) + (xy 1.611924 -0.208227) + (xy 1.638478 -0.292841) + (xy 1.674278 -0.37304) + (xy 1.718683 -0.448177) + (xy 1.771052 -0.517608) + (xy 1.830743 -0.580684) + (xy 1.897114 -0.636759) + (xy 1.969525 -0.685188) + (xy 2.047334 -0.725323) + (xy 2.129899 -0.756518) + (xy 2.166294 -0.766916) + (xy 2.253036 -0.784277) + (xy 2.342488 -0.792515) + (xy 2.432713 -0.791684) + ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp 98e42912-8e03-4303-b8bb-96e23d28c425)) + (fp_poly (pts + (xy -1.984375 0.079375) + (xy -2.778125 0.079375) + (xy -2.778125 -0.079375) + (xy -1.984375 -0.079375) + (xy -1.984375 0.079375) + ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp ae683880-b2ca-44b3-81d7-94a369eec095)) + (fp_poly (pts + (xy -2.346131 -0.791021) + (xy -2.296809 -0.788604) + (xy -2.252216 -0.784293) + (xy -2.217209 -0.77853) + (xy -2.147586 -0.761034) + (xy -2.083608 -0.739076) + (xy -2.020726 -0.711041) + (xy -2.005366 -0.703267) + (xy -1.928724 -0.657809) + (xy -1.858562 -0.604274) + (xy -1.795359 -0.543304) + (xy -1.739594 -0.47554) + (xy -1.691747 -0.401625) + (xy -1.652299 -0.322199) + (xy -1.621727 -0.237906) + (xy -1.603671 -0.165857) + (xy -1.599038 -0.1414) + (xy -1.595387 -0.119142) + (xy -1.593201 -0.102194) + (xy -1.592792 -0.095742) + (xy -1.592792 -0.079375) + (xy -0.789826 -0.079375) + (xy -0.786161 -0.11177) + (xy -0.774531 -0.177487) + (xy -0.754627 -0.246214) + (xy -0.727385 -0.315749) + (xy -0.69374 -0.383887) + (xy -0.654628 -0.448425) + (xy -0.626653 -0.487484) + (xy -0.570094 -0.552666) + (xy -0.505663 -0.611369) + (xy -0.434258 -0.663044) + (xy -0.356772 -0.707141) + (xy -0.274102 -0.743111) + (xy -0.187142 -0.770406) + (xy -0.152131 -0.778607) + (xy -0.113021 -0.784872) + (xy -0.066769 -0.789011) + (xy -0.016607 -0.790994) + (xy 0.034231 -0.790786) + (xy 0.082514 -0.788355) + (xy 0.125008 -0.783668) + (xy 0.137583 -0.781551) + (xy 0.224355 -0.760152) + (xy 0.308434 -0.729258) + (xy 0.388503 -0.689538) + (xy 0.463248 -0.64166) + (xy 0.531353 -0.586293) + (xy 0.542899 -0.575493) + (xy 0.567954 -0.550736) + (xy 0.591201 -0.526268) + (xy 0.611555 -0.503378) + (xy 0.627937 -0.483353) + (xy 0.639262 -0.46748) + (xy 0.64445 -0.457048) + (xy 0.644528 -0.454565) + (xy 0.639727 -0.449614) + (xy 0.627785 -0.439834) + (xy 0.610254 -0.426428) + (xy 0.588689 -0.410599) + (xy 0.576614 -0.401964) + (xy 0.510645 -0.355201) + (xy 0.492125 -0.377355) + (xy 0.438296 -0.436229) + (xy 0.3828 -0.485698) + (xy 0.324189 -0.526937) + (xy 0.27252 -0.555567) + (xy 0.199332 -0.586194) + (xy 0.124896 -0.606784) + (xy 0.049975 -0.61769) + (xy -0.024667 -0.619266) + (xy -0.098269 -0.611865) + (xy -0.170067 -0.595841) + (xy -0.239298 -0.571546) + (xy -0.3052 -0.539336) + (xy -0.367009 -0.499562) + (xy -0.423963 -0.45258) + (xy -0.475299 -0.398741) + (xy -0.520254 -0.338399) + (xy -0.558065 -0.271908) + (xy -0.587969 -0.199622) + (xy -0.602716 -0.150045) + (xy -0.617183 -0.072529) + (xy -0.62153 0.004561) + (xy -0.616216 0.080465) + (xy -0.6017 0.154423) + (xy -0.578439 0.225674) + (xy -0.546893 0.293459) + (xy -0.50752 0.357018) + (xy -0.460779 0.415591) + (xy -0.407128 0.468418) + (xy -0.347025 0.514739) + (xy -0.280929 0.553794) + (xy -0.209299 0.584823) + (xy -0.148121 0.603406) + (xy -0.114364 0.609861) + (xy -0.073529 0.614637) + (xy -0.029013 0.617579) + (xy 0.015789 0.618535) + (xy 0.057483 0.617352) + (xy 0.09061 0.614181) + (xy 0.152269 0.601226) + (xy 0.215924 0.580342) + (xy 0.278429 0.552851) + (xy 0.336636 0.520074) + (xy 0.370691 0.49655) + (xy 0.392201 0.479118) + (xy 0.416218 0.457667) + (xy 0.440608 0.434311) + (xy 0.463237 0.411164) + (xy 0.48197 0.390338) + (xy 0.494673 0.373948) + (xy 0.495019 0.373425) + (xy 0.502539 0.363843) + (xy 0.508151 0.359833) + (xy 0.508168 0.359833) + (xy 0.514134 0.36275) + (xy 0.526751 0.370629) + (xy 0.544148 0.38216) + (xy 0.564455 0.396034) + (xy 0.585803 0.410943) + (xy 0.606323 0.425576) + (xy 0.624144 0.438624) + (xy 0.637397 0.448778) + (xy 0.644212 0.45473) + (xy 0.644705 0.455444) + (xy 0.642439 0.462687) + (xy 0.633694 0.475932) + (xy 0.619607 0.493835) + (xy 0.60132 0.515051) + (xy 0.579971 0.538237) + (xy 0.556699 0.562048) + (xy 0.543082 0.575318) + (xy 0.474238 0.63417) + (xy 0.40035 0.683839) + (xy 0.321142 0.724466) + (xy 0.236339 0.756192) + (xy 0.147253 0.778842) + (xy 0.121017 0.783677) + (xy 0.096592 0.787047) + (xy 0.071061 0.78918) + (xy 0.041507 0.790298) + (xy 0.005011 0.790629) + (xy -0.005292 0.790615) + (xy -0.062834 0.789211) + (xy -0.113503 0.784986) + (xy -0.160758 0.777416) + (xy -0.208057 0.765971) + (xy -0.248709 0.753522) + (xy -0.285695 0.739579) + (xy -0.327688 0.720887) + (xy -0.371313 0.699163) + (xy -0.413197 0.67612) + (xy -0.449966 0.653473) + (xy -0.462654 0.64479) + (xy -0.502807 0.6134) + (xy -0.544697 0.575662) + (xy -0.585358 0.53454) + (xy -0.62182 0.492994) + (xy -0.644979 0.462844) + (xy -0.679953 0.408139) + (xy -0.711966 0.3472) + (xy -0.739852 0.282867) + (xy -0.762445 0.217981) + (xy -0.778579 0.15538) + (xy -0.784126 0.124007) + (xy -0.790579 0.079374) + (xy -1.190363 0.079381) + (xy -1.590146 0.079387) + (xy -1.599707 0.138912) + (xy -1.619178 0.227413) + (xy -1.64842 0.312028) + (xy -1.687178 0.392259) + (xy -1.735196 0.467606) + (xy -1.792219 0.537572) + (xy -1.817326 0.563774) + (xy -1.885654 0.624677) + (xy -1.959294 0.676442) + (xy -2.038049 0.718966) + (xy -2.121721 0.752147) + (xy -2.210114 0.775882) + (xy -2.23573 0.780829) + (xy -2.259085 0.784011) + (xy -2.289702 0.786815) + (xy -2.324818 0.789125) + (xy -2.361668 0.790824) + (xy -2.397486 0.791796) + (xy -2.429509 0.791924) + (xy -2.454971 0.791093) + (xy -2.463271 0.790405) + (xy -2.554462 0.775514) + (xy -2.642133 0.751096) + (xy -2.725608 0.717562) + (xy -2.804213 0.675323) + (xy -2.877272 0.624788) + (xy -2.94411 0.56637) + (xy -3.004051 0.500479) + (xy -3.054367 0.430751) + (xy -3.085715 0.375354) + (xy -3.114059 0.312527) + (xy -3.138214 0.245267) + (xy -3.156998 0.176569) + (xy -3.159769 0.164041) + (xy -3.165835 0.126441) + (xy -3.170028 0.081365) + (xy -3.172324 0.031759) + (xy -3.172511 0.006139) + (xy -2.999336 0.006139) + (xy -2.998404 0.03175) + (xy -2.989058 0.11491) + (xy -2.970517 0.192873) + (xy -2.942702 0.265818) + (xy -2.905535 0.333927) + (xy -2.858934 0.397379) + (xy -2.817915 0.441854) + (xy -2.758297 0.493593) + (xy -2.693007 0.536426) + (xy -2.622193 0.570292) + (xy -2.545997 0.595126) + (xy -2.464565 0.610865) + (xy -2.418292 0.615574) + (xy -2.403409 0.616778) + (xy -2.39357 0.617835) + (xy -2.391834 0.618155) + (xy -2.38581 0.618067) + (xy -2.371481 0.617159) + (xy -2.351078 0.615588) + (xy -2.330023 0.613796) + (xy -2.279651 0.608067) + (xy -2.235374 0.599965) + (xy -2.192803 0.588545) + (xy -2.157922 0.576712) + (xy -2.086448 0.545104) + (xy -2.020366 0.504724) + (xy -1.960361 0.456279) + (xy -1.907123 0.400477) + (xy -1.861339 0.338026) + (xy -1.823697 0.269633) + (xy -1.798361 0.206603) + (xy -1.777759 0.129995) + (xy -1.766834 0.051725) + (xy -1.765408 -0.027035) + (xy -1.7733 -0.105114) + (xy -1.790332 -0.181341) + (xy -1.816324 -0.254544) + (xy -1.851096 -0.323553) + (xy -1.888051 -0.378872) + (xy -1.938716 -0.437297) + (xy -1.996232 -0.488219) + (xy -2.059654 -0.531296) + (xy -2.128038 -0.566183) + (xy -2.200439 -0.592535) + (xy -2.275912 -0.610009) + (xy -2.353512 -0.61826) + (xy -2.432294 -0.616944) + (xy -2.510896 -0.605802) + (xy -2.588671 -0.58464) + (xy -2.661259 -0.554639) + (xy -2.728164 -0.516448) + (xy -2.78889 -0.470715) + (xy -2.842942 -0.418088) + (xy -2.889824 -0.359216) + (xy -2.92904 -0.294747) + (xy -2.960095 -0.225328) + (xy -2.982493 -0.151609) + (xy -2.995739 -0.074237) + (xy -2.999336 0.006139) + (xy -3.172511 0.006139) + (xy -3.172698 -0.019431) + (xy -3.171124 -0.069261) + (xy -3.167578 -0.114784) + (xy -3.162461 -0.150813) + (xy -3.140327 -0.240872) + (xy -3.108378 -0.327487) + (xy -3.066981 -0.409749) + (xy -3.040565 -0.452438) + (xy -3.017868 -0.483265) + (xy -2.988841 -0.517554) + (xy -2.955672 -0.553109) + (xy -2.920552 -0.587734) + (xy -2.885669 -0.619233) + (xy -2.853212 -0.645409) + (xy -2.836334 -0.657306) + (xy -2.75629 -0.703937) + (xy -2.672362 -0.74142) + (xy -2.585892 -0.769208) + (xy -2.532063 -0.781241) + (xy -2.493149 -0.786654) + (xy -2.447234 -0.790071) + (xy -2.39725 -0.791519) + (xy -2.346131 -0.791021) + ) (layer "F.SilkS") (width 0.01) (fill solid) (tstamp edc55fa6-af49-47c6-a465-b46fc49e4c53)) + ) + + (footprint "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal" (layer "F.Cu") + (tedit 5AE50CD5) (tstamp b81dfee1-a640-4f3f-9d50-8f16edf039b6) + (at 165.5 99.17 -90) + (descr "Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf") + (tags "Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/e4863576-089a-4931-9e71-3a3cfd4bc095") + (attr through_hole) + (fp_text reference "D1" (at 5.08 -2.47 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d2b2a0fb-ef5f-4895-93c7-ef2955a86bd7) + ) + (fp_text value "1N5817" (at 14.5 0.1 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 32648182-78d1-48bd-92e8-99a019338fe4) + ) + (fp_text user "K" (at 0 -2.1 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a2eca0c6-0180-41a9-ba6c-74c3cbd500fd) + ) + (fp_text user "${REFERENCE}" (at 5.47 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1b129e0e-6a99-498a-bbfa-1e9cdb10259f) + ) + (fp_text user "K" (at 0 -2.1 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7e3f02e6-08b0-4eba-ad24-218495a9d231) + ) + (fp_line (start 2.36 1.47) (end 7.8 1.47) (layer "F.SilkS") (width 0.12) (tstamp 032ce8f7-50b1-4b5b-8ab4-9b0ab129f543)) + (fp_line (start 1.34 0) (end 2.36 0) (layer "F.SilkS") (width 0.12) (tstamp 18fa4eac-44be-4c19-85bd-ae41ed4e9ca9)) + (fp_line (start 7.8 1.47) (end 7.8 -1.47) (layer "F.SilkS") (width 0.12) (tstamp 33c8b5d9-f488-4aa6-bc3f-f58a56be5f10)) + (fp_line (start 3.26 -1.47) (end 3.26 1.47) (layer "F.SilkS") (width 0.12) (tstamp 3e759481-bd1e-43d1-a516-704165a0cc70)) + (fp_line (start 3.14 -1.47) (end 3.14 1.47) (layer "F.SilkS") (width 0.12) (tstamp 6cf1f8a5-0115-4654-96fb-fd5a2b2f392e)) + (fp_line (start 7.8 -1.47) (end 2.36 -1.47) (layer "F.SilkS") (width 0.12) (tstamp 7406101f-106a-45d1-912f-650a7ccfd0e7)) + (fp_line (start 8.82 0) (end 7.8 0) (layer "F.SilkS") (width 0.12) (tstamp 9cf04930-92e2-4361-96fe-0e85f3c4b63b)) + (fp_line (start 3.38 -1.47) (end 3.38 1.47) (layer "F.SilkS") (width 0.12) (tstamp a0fbbaf8-8c31-444a-8589-c494a935cb8e)) + (fp_line (start 2.36 -1.47) (end 2.36 1.47) (layer "F.SilkS") (width 0.12) (tstamp b1000fa4-8405-4913-bb2a-3a576510c1f7)) + (fp_line (start 11.51 -1.6) (end -1.35 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 63644b3f-486a-46db-be27-481471e940f4)) + (fp_line (start 11.51 1.6) (end 11.51 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp b00f55cd-2fd0-4be3-95f5-ff701f60c355)) + (fp_line (start -1.35 1.6) (end 11.51 1.6) (layer "F.CrtYd") (width 0.05) (tstamp ba823e13-91c7-47a9-b198-7b27ae88618f)) + (fp_line (start -1.35 -1.6) (end -1.35 1.6) (layer "F.CrtYd") (width 0.05) (tstamp bd3d50e3-7ada-4dea-9ce2-d0c01a14134a)) + (fp_line (start 7.68 1.35) (end 7.68 -1.35) (layer "F.Fab") (width 0.1) (tstamp 069bdd9d-f380-4c58-987e-4887748031e8)) + (fp_line (start 0 0) (end 2.48 0) (layer "F.Fab") (width 0.1) (tstamp 0c990048-7035-4646-8b07-f79fbfddff62)) + (fp_line (start 2.48 -1.35) (end 2.48 1.35) (layer "F.Fab") (width 0.1) (tstamp 1e0670b1-a793-48f4-9da3-84fa0c929ebd)) + (fp_line (start 10.16 0) (end 7.68 0) (layer "F.Fab") (width 0.1) (tstamp 4caa68da-1d74-422f-8bbe-3c28c9ea4b69)) + (fp_line (start 3.16 -1.35) (end 3.16 1.35) (layer "F.Fab") (width 0.1) (tstamp 4cc8f330-0552-463d-8506-7fc2c95c4de2)) + (fp_line (start 3.36 -1.35) (end 3.36 1.35) (layer "F.Fab") (width 0.1) (tstamp 6e8e2ce6-25e4-45c5-9bc7-02a69f9cfe4b)) + (fp_line (start 2.48 1.35) (end 7.68 1.35) (layer "F.Fab") (width 0.1) (tstamp 7a89709d-a8cb-4a64-a3a3-ed263fad27d0)) + (fp_line (start 3.26 -1.35) (end 3.26 1.35) (layer "F.Fab") (width 0.1) (tstamp b33915f1-896a-4971-bf05-1a91d75ab3fc)) + (fp_line (start 7.68 -1.35) (end 2.48 -1.35) (layer "F.Fab") (width 0.1) (tstamp b51e6374-6b7d-472e-92f2-9dae266de01e)) + (pad "1" thru_hole custom (at 0 0 270) (size 2.2 2.2) (drill 1.1) (layers *.Cu *.Mask) + (net 18 "+5V") (pinfunction "K") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 1.05 1.05) + (xy -1.05 1.05) + (xy -1.05 -1.05) + (xy 1.05 -1.05) + ) (width 0.1) (fill yes)) + ) (tstamp 687f3fb3-88e1-4140-99d0-932bef1b418f)) + (pad "2" thru_hole custom (at 10.16 0 270) (size 2.2 2.2) (drill 1.1) (layers *.Cu *.Mask) + (net 32 "Net-(C2-Pad1)") (pinfunction "A") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 1.05 0.434925) + (xy 0.434925 1.05) + (xy -0.434925 1.05) + (xy -1.05 0.434925) + (xy -1.05 -0.434925) + (xy -0.434925 -1.05) + (xy 0.434925 -1.05) + (xy 1.05 -0.434925) + ) (width 0.1) (fill yes)) + ) (tstamp b76342d5-1e15-4862-b1f2-61ba5d5402c4)) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-41_SOD81_P10.16mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19DE55) (tstamp ba7075fe-eaad-416a-b3ad-472022fc7e9d) + (at 196 79.5 180) + (descr "4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf") + (tags "pin header 4-pin CPU fan") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/cbefbed6-84be-4650-9e13-ef895954f948") + (attr through_hole) + (fp_text reference "FAN3" (at -2.9 0 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8f371e6b-c58d-46a1-9389-3ef1b3126e5d) + ) + (fp_text value "Fan_4pin" (at 4.05 4.35) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ef0acec4-baae-47e8-8703-e197ca48fc73) + ) + (fp_text user "${REFERENCE}" (at 1.85 -1.75) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 87a775ab-923d-405c-945d-ce2ed211b541) + ) + (fp_line (start 5.75 -2.55) (end 8.95 -2.55) (layer "F.SilkS") (width 0.12) (tstamp 37bc0fd8-f0f4-40b9-9580-38306e97adcb)) + (fp_line (start -1.35 -2.6) (end 4.4 -2.6) (layer "F.SilkS") (width 0.12) (tstamp 626d19b6-e3e9-4cbb-a5b1-55a35dea10e3)) + (fp_line (start 8.95 3.4) (end -1.35 3.4) (layer "F.SilkS") (width 0.12) (tstamp 705c5689-60f5-441d-90e8-c0e2fb844d05)) + (fp_line (start 0 3.3) (end 0 2.29) (layer "F.SilkS") (width 0.12) (tstamp 75bb504e-2076-488d-ac66-af75d246983a)) + (fp_line (start 8.95 -2.55) (end 8.95 3.4) (layer "F.SilkS") (width 0.12) (tstamp 785bacf6-e712-4f89-98fe-b9b5e64dcaa6)) + (fp_line (start 5.08 2.29) (end 5.08 3.3) (layer "F.SilkS") (width 0.12) (tstamp 917978b6-8ac5-4b32-8c2e-878cf60a2a23)) + (fp_line (start 0 2.29) (end 5.08 2.29) (layer "F.SilkS") (width 0.12) (tstamp a35fde4e-1b16-42d1-a082-e0074fe04701)) + (fp_line (start -1.35 3.4) (end -1.35 -2.6) (layer "F.SilkS") (width 0.12) (tstamp c4d22771-06b0-4f9d-80ac-180468cdd0c4)) + (fp_line (start 9.35 -3.2) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 22da3592-e155-4b87-b456-7c3f12f86e66)) + (fp_line (start -1.75 3.8) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp a57878bb-0a4e-439b-8314-9ca7ddd5a6f8)) + (fp_line (start -1.75 3.8) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp b3f41563-56d3-4348-aa2b-f05d7e4873aa)) + (fp_line (start 9.35 -3.2) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp b4a24027-ac10-4849-b9c2-801f3862aaa6)) + (fp_line (start 0 2.3) (end 0 3.3) (layer "F.Fab") (width 0.1) (tstamp 0ae15e39-4372-49ec-9260-0af0fdcbd93f)) + (fp_line (start 8.85 -2.5) (end 8.85 3.3) (layer "F.Fab") (width 0.1) (tstamp 33ccfaa3-feb0-4de3-ac1e-06cad90c4619)) + (fp_line (start 5.1 3.3) (end 5.1 2.3) (layer "F.Fab") (width 0.1) (tstamp 36d7f970-e3d9-467c-b4e6-db91b0101b17)) + (fp_line (start -1.2 3.3) (end -1.25 3.3) (layer "F.Fab") (width 0.1) (tstamp 3a82ace8-72d3-4a5e-b2e2-e15b250e6a44)) + (fp_line (start 5.75 -2.5) (end 8.85 -2.5) (layer "F.Fab") (width 0.1) (tstamp 7e4f98b4-fcd1-49f0-9413-2d1931220e59)) + (fp_line (start 8.85 3.3) (end -1.2 3.3) (layer "F.Fab") (width 0.1) (tstamp 97678fa6-550b-42ba-a7a7-ce1f749620cb)) + (fp_line (start -1.25 3.3) (end -1.25 -2.5) (layer "F.Fab") (width 0.1) (tstamp ace95bac-cfe4-4ffc-a822-1d760df674e7)) + (fp_line (start -1.25 -2.5) (end 4.4 -2.5) (layer "F.Fab") (width 0.1) (tstamp ce3a862d-781f-4fdc-a96b-db007fcb2d19)) + (fp_line (start 5.1 2.3) (end 0 2.3) (layer "F.Fab") (width 0.1) (tstamp e37c029d-6353-4b91-ad63-8e0fb3dd60aa)) + (pad "" np_thru_hole circle (at 5.08 -2.16 270) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask) (tstamp 10be5fc7-7406-469c-9ba4-a7cd68e5a0a8)) + (pad "1" thru_hole custom (at 0 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "-") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.815) + (xy -0.965 0.815) + (xy -0.965 -0.815) + (xy 0.965 -0.815) + ) (width 0.1) (fill yes)) + ) (tstamp fae82c90-05aa-46ae-a561-06e2a79407d6)) + (pad "2" thru_hole custom (at 2.54 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "+") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 3c55dcfd-67b2-40d8-a3a6-2abdd7728ea8)) + (pad "3" thru_hole custom (at 5.08 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 27 "TACH3") (pinfunction "Tacho") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 7a0dd5f0-a477-4a80-82b7-b6e44d74a9d4)) + (pad "4" thru_hole custom (at 7.62 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 28 "PWM3") (pinfunction "PWM") (pintype "input") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 08e65d5f-10c1-4443-9485-7e7431b533f8)) + (model "${KICAD6_3DMODEL_DIR}/Connector.3dshapes/FanPinHeader_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp c991ca93-a9a9-461b-b21d-9c76bd751d81) + (at 174.244888 106) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/f8154dc0-7051-472d-8644-59bbac7556eb") + (attr through_hole) + (fp_text reference "C2" (at 1 -3.75) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 66d2383b-ea9b-4c7a-95e6-2341236bea46) + ) + (fp_text value "C_Polarized_Small" (at 1 3.75) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 082e07d9-a6d4-4193-827f-bf7643d8e798) + ) + (fp_text user "${REFERENCE}" (at 1 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 73c9418b-8309-43f1-be7c-5f60e0d9814f) + ) + (fp_line (start 2.681 1.04) (end 2.681 1.971) (layer "F.SilkS") (width 0.12) (tstamp 027c5278-9964-4899-9323-4ad73e62157e)) + (fp_line (start 3.281 -1.251) (end 3.281 1.251) (layer "F.SilkS") (width 0.12) (tstamp 09a6eb3f-f228-45a6-8ac3-5b9f3c3908d1)) + (fp_line (start 2.921 1.04) (end 2.921 1.743) (layer "F.SilkS") (width 0.12) (tstamp 0b7f7f72-ebe9-4c28-ae73-79a20f758448)) + (fp_line (start 1.44 -2.543) (end 1.44 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0bcfe35c-5b10-411f-b270-c4253191002b)) + (fp_line (start 2.321 1.04) (end 2.321 2.224) (layer "F.SilkS") (width 0.12) (tstamp 0d010bf0-c540-4dc3-9fc7-b78c5a5efaa3)) + (fp_line (start 2.081 -2.348) (end 2.081 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0f3541ed-d38f-4d54-87aa-efe15ec860fa)) + (fp_line (start 3.401 -1.011) (end 3.401 1.011) (layer "F.SilkS") (width 0.12) (tstamp 12f3ec16-8cee-4c67-ade1-ef08891c1371)) + (fp_line (start 1.801 1.04) (end 1.801 2.455) (layer "F.SilkS") (width 0.12) (tstamp 13edf85d-e5b3-408c-9ca0-37b4fd7394a6)) + (fp_line (start 1.64 -2.501) (end 1.64 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 14f2774b-0d92-4ad5-b0af-56c49d553c01)) + (fp_line (start 1.68 1.04) (end 1.68 2.491) (layer "F.SilkS") (width 0.12) (tstamp 15a7ec1b-3ed2-4575-96d4-c9008a508223)) + (fp_line (start 2.841 1.04) (end 2.841 1.826) (layer "F.SilkS") (width 0.12) (tstamp 1ea93dbd-e216-4279-91ab-1f3aeffca428)) + (fp_line (start 3.441 -0.915) (end 3.441 0.915) (layer "F.SilkS") (width 0.12) (tstamp 2194fe1e-a0ad-4b81-af13-2beaff438585)) + (fp_line (start 2.041 1.04) (end 2.041 2.365) (layer "F.SilkS") (width 0.12) (tstamp 28812fda-e63a-4d05-8523-c525b1073492)) + (fp_line (start 2.161 1.04) (end 2.161 2.31) (layer "F.SilkS") (width 0.12) (tstamp 2bbd8ed9-2c07-4e5c-80bf-67044bab33fd)) + (fp_line (start 1.4 -2.55) (end 1.4 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2cbdf175-0833-4c7e-be2a-bd3b7d9a9790)) + (fp_line (start 1.08 1.04) (end 1.08 2.579) (layer "F.SilkS") (width 0.12) (tstamp 2ff3d181-abdb-4ab9-ac1d-28c7cd473b9d)) + (fp_line (start 2.001 -2.382) (end 2.001 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 302f71e7-221e-4108-92c1-cb6009e0ebe5)) + (fp_line (start 1.881 -2.428) (end 1.881 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3aabaa3f-58bd-4cb0-ab8f-31305b92f4cf)) + (fp_line (start 3.361 -1.098) (end 3.361 1.098) (layer "F.SilkS") (width 0.12) (tstamp 3ab9958d-36e0-43c3-aeff-29bd95ce6afc)) + (fp_line (start 1.28 -2.565) (end 1.28 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3d4f23ae-2f98-4eaf-9578-1c219a371340)) + (fp_line (start 2.201 -2.29) (end 2.201 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3fa67e89-ef15-4cf5-a49e-673d1f687149)) + (fp_line (start 1.24 -2.569) (end 1.24 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 40e67969-868c-44eb-8671-cd25f90fa4a9)) + (fp_line (start 1.12 -2.578) (end 1.12 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 41e31645-1579-4ae1-bf1b-45a06a54fadb)) + (fp_line (start -1.554775 -1.725) (end -1.554775 -1.225) (layer "F.SilkS") (width 0.12) (tstamp 4226277a-fbfc-42e8-b91f-c85b840b2120)) + (fp_line (start 2.841 -1.826) (end 2.841 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 4288864c-95f9-4060-ba3d-a43ed8f9bc55)) + (fp_line (start 1.36 1.04) (end 1.36 2.556) (layer "F.SilkS") (width 0.12) (tstamp 4384aeef-a6b9-466b-97c7-12cdbede1029)) + (fp_line (start 1.12 1.04) (end 1.12 2.578) (layer "F.SilkS") (width 0.12) (tstamp 4772295b-ee4b-419e-b011-f993aea76608)) + (fp_line (start 2.641 -2.004) (end 2.641 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 4b4e5f69-7606-4d7e-afa3-3a0a7b8e0211)) + (fp_line (start 1.44 1.04) (end 1.44 2.543) (layer "F.SilkS") (width 0.12) (tstamp 4b62cd88-53f8-4aac-875d-d270be981bd8)) + (fp_line (start 1.16 1.04) (end 1.16 2.576) (layer "F.SilkS") (width 0.12) (tstamp 4bf69ee2-8866-433f-8db7-41ccf0f14060)) + (fp_line (start 2.961 1.04) (end 2.961 1.699) (layer "F.SilkS") (width 0.12) (tstamp 4c162f40-f0e6-47bc-b677-ca34ddbed4cb)) + (fp_line (start 3.001 1.04) (end 3.001 1.653) (layer "F.SilkS") (width 0.12) (tstamp 4e841f08-0638-443a-9392-c1dd907d497f)) + (fp_line (start 1.841 1.04) (end 1.841 2.442) (layer "F.SilkS") (width 0.12) (tstamp 4f4b751d-4323-43d3-b6b1-ce0d095a67bf)) + (fp_line (start 1.52 1.04) (end 1.52 2.528) (layer "F.SilkS") (width 0.12) (tstamp 5299fce2-9658-4297-95bf-4c62e1b6537f)) + (fp_line (start 2.441 1.04) (end 2.441 2.149) (layer "F.SilkS") (width 0.12) (tstamp 534caec7-cf60-4f90-b1ed-42c9d445ef0f)) + (fp_line (start 1.68 -2.491) (end 1.68 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 535b76cd-fc12-4f09-acee-3d10d4fb3829)) + (fp_line (start 2.961 -1.699) (end 2.961 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 54d0f5a8-79c5-4a48-8c92-2f0616699803)) + (fp_line (start 2.801 1.04) (end 2.801 1.864) (layer "F.SilkS") (width 0.12) (tstamp 562eb921-7458-4b9d-b32e-3bb0250b3546)) + (fp_line (start 3.081 -1.554) (end 3.081 1.554) (layer "F.SilkS") (width 0.12) (tstamp 59264454-44c2-4547-95f9-a17677cd23cc)) + (fp_line (start 1.921 1.04) (end 1.921 2.414) (layer "F.SilkS") (width 0.12) (tstamp 5abdea40-3c1b-493d-9fa0-ab20c4e8ab52)) + (fp_line (start 1.48 1.04) (end 1.48 2.536) (layer "F.SilkS") (width 0.12) (tstamp 6100f512-5bff-47a8-9a01-4f7413f51b94)) + (fp_line (start 2.121 1.04) (end 2.121 2.329) (layer "F.SilkS") (width 0.12) (tstamp 61c9612c-7d82-4715-ae0a-c57ee9747f6e)) + (fp_line (start 3.041 -1.605) (end 3.041 1.605) (layer "F.SilkS") (width 0.12) (tstamp 63992aca-cb08-40b6-9d8d-137aa0850d11)) + (fp_line (start 1.961 -2.398) (end 1.961 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 649b062d-0f12-4a81-a144-a0819726a83c)) + (fp_line (start 2.161 -2.31) (end 2.161 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 651459ea-1caf-4f32-a605-5b3908bbaf10)) + (fp_line (start 1.28 1.04) (end 1.28 2.565) (layer "F.SilkS") (width 0.12) (tstamp 6560ff86-69d8-4bb9-899b-dfcd483dbf90)) + (fp_line (start 1 -2.58) (end 1 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 66ec23f4-aa5e-4527-b9fc-e0014a86f1f2)) + (fp_line (start 1.921 -2.414) (end 1.921 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 68c84129-667c-44a4-8770-a3fdd82e06a4)) + (fp_line (start 1.64 1.04) (end 1.64 2.501) (layer "F.SilkS") (width 0.12) (tstamp 6a48d53f-9333-4a7f-8040-8d99800207cc)) + (fp_line (start 2.881 1.04) (end 2.881 1.785) (layer "F.SilkS") (width 0.12) (tstamp 6e1c2432-c381-4dfc-a4b8-ffa5f9914324)) + (fp_line (start 1.36 -2.556) (end 1.36 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 71f1ce26-1236-43b6-93a1-53657bead9bb)) + (fp_line (start 1.721 1.04) (end 1.721 2.48) (layer "F.SilkS") (width 0.12) (tstamp 72770610-55fe-41b5-a6b9-912ed8109097)) + (fp_line (start 3.161 -1.443) (end 3.161 1.443) (layer "F.SilkS") (width 0.12) (tstamp 73aca0f5-d541-4633-9f83-5a514b7460a2)) + (fp_line (start 2.401 -2.175) (end 2.401 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 76a10c0b-6cb7-464f-9327-60d8d92cce59)) + (fp_line (start 1.721 -2.48) (end 1.721 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 76b6a070-7805-463e-bcc2-58303b190553)) + (fp_line (start 2.561 -2.065) (end 2.561 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 76cc92f1-4140-4c69-8d18-83d87ff72c14)) + (fp_line (start 2.441 -2.149) (end 2.441 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 782d7472-093c-4786-8448-81757cf4453b)) + (fp_line (start 3.521 -0.677) (end 3.521 0.677) (layer "F.SilkS") (width 0.12) (tstamp 7afa91b0-4da4-4ae7-97b0-690c6aefcf61)) + (fp_line (start 1.801 -2.455) (end 1.801 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7e030ac0-9661-4a2a-a3a2-3239a2492723)) + (fp_line (start 2.521 1.04) (end 2.521 2.095) (layer "F.SilkS") (width 0.12) (tstamp 7f790551-7668-4f95-b65d-12bb4b060b5a)) + (fp_line (start 1.6 1.04) (end 1.6 2.511) (layer "F.SilkS") (width 0.12) (tstamp 80083ea7-fb5b-4913-9634-2fb0af44c59d)) + (fp_line (start 1.2 -2.573) (end 1.2 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 83b574f8-40a9-4126-8c5f-985a6b1082fe)) + (fp_line (start 2.401 1.04) (end 2.401 2.175) (layer "F.SilkS") (width 0.12) (tstamp 87148dec-25db-4358-81a1-391bf84df585)) + (fp_line (start 2.081 1.04) (end 2.081 2.348) (layer "F.SilkS") (width 0.12) (tstamp 88a6a9a1-fa77-4856-bdab-c9723587977a)) + (fp_line (start 1.761 -2.468) (end 1.761 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 89451bb0-2827-42ed-9314-1dba0e030cd9)) + (fp_line (start 2.201 1.04) (end 2.201 2.29) (layer "F.SilkS") (width 0.12) (tstamp 89f22e14-21b9-4c2f-871b-d032fba76502)) + (fp_line (start 1.16 -2.576) (end 1.16 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8a779dd3-e6e6-47ec-ae21-52adf9bb8edb)) + (fp_line (start 1.2 1.04) (end 1.2 2.573) (layer "F.SilkS") (width 0.12) (tstamp 8e400427-b818-4749-b6ca-799ba99e10bc)) + (fp_line (start 2.281 -2.247) (end 2.281 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 90cab02d-267e-45bb-aa34-dd6639e766c6)) + (fp_line (start 2.041 -2.365) (end 2.041 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 91bab05a-eac7-4838-ac4d-d89e94de4f84)) + (fp_line (start 1.24 1.04) (end 1.24 2.569) (layer "F.SilkS") (width 0.12) (tstamp 9356c7da-eaf2-49e3-b164-0ed21ec277c6)) + (fp_line (start 1 1.04) (end 1 2.58) (layer "F.SilkS") (width 0.12) (tstamp 9842c2c8-2f1a-4975-b0ab-f14945d43c39)) + (fp_line (start 3.201 -1.383) (end 3.201 1.383) (layer "F.SilkS") (width 0.12) (tstamp 99479450-c0b6-4dc7-afcc-81968865aaf0)) + (fp_line (start 2.481 1.04) (end 2.481 2.122) (layer "F.SilkS") (width 0.12) (tstamp 9a4ea049-5838-4902-a95f-a455774ad93c)) + (fp_line (start 1.56 1.04) (end 1.56 2.52) (layer "F.SilkS") (width 0.12) (tstamp 9eeebb96-2e3a-4561-9940-6f0119433cb7)) + (fp_line (start 2.281 1.04) (end 2.281 2.247) (layer "F.SilkS") (width 0.12) (tstamp a1ce5d53-bcb8-4d84-9406-25a62b2a50c3)) + (fp_line (start 2.601 1.04) (end 2.601 2.035) (layer "F.SilkS") (width 0.12) (tstamp a29c532f-15f4-4ecf-be45-9cdd1daab458)) + (fp_line (start 1.52 -2.528) (end 1.52 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a5ce0e51-ed38-4097-b174-2653eb1d9774)) + (fp_line (start 2.001 1.04) (end 2.001 2.382) (layer "F.SilkS") (width 0.12) (tstamp a9506183-6747-4964-8194-957fd286b164)) + (fp_line (start 2.521 -2.095) (end 2.521 -1.04) (layer "F.SilkS") (width 0.12) (tstamp aa3770c8-6fee-4c0d-b7f3-51a45d65d295)) + (fp_line (start 2.361 -2.2) (end 2.361 -1.04) (layer "F.SilkS") (width 0.12) (tstamp aa5388ab-b6d5-41b0-9998-10dbe069abbc)) + (fp_line (start 1.04 -2.58) (end 1.04 -1.04) (layer "F.SilkS") (width 0.12) (tstamp aadcab49-e162-483d-be7a-703fbcc2546c)) + (fp_line (start 1.48 -2.536) (end 1.48 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ac28658e-9541-4b00-bd78-2397435aae91)) + (fp_line (start 1.961 1.04) (end 1.961 2.398) (layer "F.SilkS") (width 0.12) (tstamp b540575b-c951-42c5-9a88-98972d68d289)) + (fp_line (start 1.4 1.04) (end 1.4 2.55) (layer "F.SilkS") (width 0.12) (tstamp b85d1e78-503c-45f4-aedb-856177839254)) + (fp_line (start 3.001 -1.653) (end 3.001 -1.04) (layer "F.SilkS") (width 0.12) (tstamp bbbee08a-face-44f9-8067-ea4352ae3ac7)) + (fp_line (start 2.241 1.04) (end 2.241 2.268) (layer "F.SilkS") (width 0.12) (tstamp bfb7d9ea-2ddf-45d7-8113-359a43e04c48)) + (fp_line (start 1.56 -2.52) (end 1.56 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c2c08bc5-8605-4e22-b66e-415a36d14ba7)) + (fp_line (start 2.761 1.04) (end 2.761 1.901) (layer "F.SilkS") (width 0.12) (tstamp c2d69f85-ce98-4cb4-9091-93ade350b8b6)) + (fp_line (start 2.921 -1.743) (end 2.921 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c45c7f34-3a19-4091-836e-1dc332de8a2b)) + (fp_line (start 1.04 1.04) (end 1.04 2.58) (layer "F.SilkS") (width 0.12) (tstamp c7a615ef-676d-41e2-a8eb-2e8c27fb041d)) + (fp_line (start 2.241 -2.268) (end 2.241 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c85ab6d2-1ab8-46f0-aa28-25db3cd6dc38)) + (fp_line (start 3.481 -0.805) (end 3.481 0.805) (layer "F.SilkS") (width 0.12) (tstamp caa3d190-2507-42ed-82d9-f9743f59766d)) + (fp_line (start 2.881 -1.785) (end 2.881 -1.04) (layer "F.SilkS") (width 0.12) (tstamp cd9a3497-d90d-42d3-b564-d781ee795d62)) + (fp_line (start -1.804775 -1.475) (end -1.304775 -1.475) (layer "F.SilkS") (width 0.12) (tstamp d437dfd7-f462-4768-88e3-ec0950b924ec)) + (fp_line (start 2.601 -2.035) (end 2.601 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d64651db-ea3b-4653-99a3-3647b898b087)) + (fp_line (start 1.6 -2.511) (end 1.6 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d6889821-7908-4037-b3cb-9818aff539b6)) + (fp_line (start 1.881 1.04) (end 1.881 2.428) (layer "F.SilkS") (width 0.12) (tstamp d74f20d8-b412-4a0b-82c3-52ca5cf3506c)) + (fp_line (start 3.321 -1.178) (end 3.321 1.178) (layer "F.SilkS") (width 0.12) (tstamp d9f8136b-635e-4c12-85a2-4ef1f39a8406)) + (fp_line (start 2.481 -2.122) (end 2.481 -1.04) (layer "F.SilkS") (width 0.12) (tstamp de8f1a98-d085-4d14-a318-3c2d9112c31c)) + (fp_line (start 1.761 1.04) (end 1.761 2.468) (layer "F.SilkS") (width 0.12) (tstamp df6662bc-67e6-4598-9ab4-ee6c45c3b448)) + (fp_line (start 3.561 -0.518) (end 3.561 0.518) (layer "F.SilkS") (width 0.12) (tstamp e5395882-c343-4748-810d-9eca01fc5725)) + (fp_line (start 1.08 -2.579) (end 1.08 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e71c55ce-7bd0-42ed-9487-8c3c6ad2e2bb)) + (fp_line (start 1.841 -2.442) (end 1.841 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e72f4575-0dea-45fc-bbea-fd7e27a4d4ae)) + (fp_line (start 2.721 -1.937) (end 2.721 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e7d0f9c9-3cf6-4107-bcbd-3bed18cab61d)) + (fp_line (start 2.801 -1.864) (end 2.801 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e84d9e7b-6f69-478e-9fff-5939e74af1a2)) + (fp_line (start 1.32 1.04) (end 1.32 2.561) (layer "F.SilkS") (width 0.12) (tstamp e8ddd5b0-99fe-41c8-8463-cce2d5faa89f)) + (fp_line (start 2.321 -2.224) (end 2.321 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e935a8b6-55dc-4b48-a812-4231bd362648)) + (fp_line (start 1.32 -2.561) (end 1.32 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e9aa63cf-ff3d-4284-9ac3-f69a7d5e0d4d)) + (fp_line (start 3.121 -1.5) (end 3.121 1.5) (layer "F.SilkS") (width 0.12) (tstamp ea34bbd0-f419-43d8-b54e-e6f66bb54f61)) + (fp_line (start 2.641 1.04) (end 2.641 2.004) (layer "F.SilkS") (width 0.12) (tstamp eca19c23-aea3-42ff-8a05-31b55e5b1d56)) + (fp_line (start 3.601 -0.284) (end 3.601 0.284) (layer "F.SilkS") (width 0.12) (tstamp ecacf29e-afd4-483b-b1b5-40e4bb7b8ab2)) + (fp_line (start 3.241 -1.319) (end 3.241 1.319) (layer "F.SilkS") (width 0.12) (tstamp ed2d9555-87fe-4c9d-9ca6-459ec799ed9d)) + (fp_line (start 2.761 -1.901) (end 2.761 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ee22e0d1-e5f6-4931-a3e7-e07dd2a557b7)) + (fp_line (start 2.721 1.04) (end 2.721 1.937) (layer "F.SilkS") (width 0.12) (tstamp f2d6ab92-20a8-40a1-adfa-b435439fb92b)) + (fp_line (start 2.561 1.04) (end 2.561 2.065) (layer "F.SilkS") (width 0.12) (tstamp f9e04293-6ec5-4486-b9e9-2a4a8ca2cad3)) + (fp_line (start 2.121 -2.329) (end 2.121 -1.04) (layer "F.SilkS") (width 0.12) (tstamp fd4dd756-4abe-45f0-90cc-068b3b34a95a)) + (fp_line (start 2.361 1.04) (end 2.361 2.2) (layer "F.SilkS") (width 0.12) (tstamp fdbdc6f0-e71e-41d2-99ef-d0c5b26b0092)) + (fp_line (start 2.681 -1.971) (end 2.681 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ffd8d8f1-153a-4435-a9c3-86c23461a562)) + (fp_circle (center 1 0) (end 3.62 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 23338234-9a73-476d-acd2-8c17da107c4b)) + (fp_circle (center 1 0) (end 3.75 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp d7f4e599-99fa-467f-b886-7482beb570bf)) + (fp_line (start -1.133605 -1.0875) (end -0.633605 -1.0875) (layer "F.Fab") (width 0.1) (tstamp 02ca5a0b-61ab-4813-a499-92f0b98fa9f7)) + (fp_line (start -0.883605 -1.3375) (end -0.883605 -0.8375) (layer "F.Fab") (width 0.1) (tstamp 71060e00-cd43-42cd-9db8-f49893beddb5)) + (fp_circle (center 1 0) (end 3.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp f1354c96-3c79-4165-8b47-96babda65ec2)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 32 "Net-(C2-Pad1)") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.75) + (xy -0.75 0.75) + (xy -0.75 -0.75) + (xy 0.75 -0.75) + ) (width 0.1) (fill yes)) + ) (tstamp 2ac3f028-58d4-484c-b4d6-534364e6e448)) + (pad "2" thru_hole custom (at 2 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "GND") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp fdf388a4-c881-438b-b9e2-660046dd00e2)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") + (tedit 56D1B4CB) (tstamp e97b2020-529e-4b3c-9390-c73fcc8fc75e) + (at 197.5 124.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 87ce85c4-0654-44a9-9294-d8a733ae6a37) + ) + (fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 42ea6a0b-3437-4766-8ac7-f401802ad5e3) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp be1322f9-adeb-44b2-bfc9-2e84045c50c6) + ) + (fp_circle (center 0 0) (end 3.2 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 14c08002-abe8-462f-8fa9-a2dcc1f0ff96)) + (fp_circle (center 0 0) (end 3.45 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp ef7bcc88-1fa2-48e7-b846-3778c6646679)) + (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp 4102fd11-12a5-4f7e-aea5-ee36458f4512)) + ) + + (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu") + (tedit 5A19DE55) (tstamp f1ee9531-4fff-4d65-8467-6d9c9054ff51) + (at 196 100.3 180) + (descr "4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf") + (tags "pin header 4-pin CPU fan") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/7070c056-c363-4340-a0bc-95f3683ca0de") + (attr through_hole) + (fp_text reference "FAN1" (at -2.8 0 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1889d8a3-1217-40a3-9ef4-bf8e70d31cc1) + ) + (fp_text value "Fan_4pin" (at 4.05 4.35) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dea4eab9-4e5f-4b29-8463-9c223818f3c3) + ) + (fp_text user "${REFERENCE}" (at 1.85 -1.75) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f59ffe15-b543-4d4c-ae27-49bcfbb3cbda) + ) + (fp_line (start 8.95 3.4) (end -1.35 3.4) (layer "F.SilkS") (width 0.12) (tstamp 4f83e064-4f58-4f7b-bdf7-b1e094b7d261)) + (fp_line (start -1.35 -2.6) (end 4.4 -2.6) (layer "F.SilkS") (width 0.12) (tstamp 82cfda18-f1b7-4451-9460-246a24f201cc)) + (fp_line (start 0 2.29) (end 5.08 2.29) (layer "F.SilkS") (width 0.12) (tstamp 8ae1330b-97a4-483e-9a9f-6d4b001adde1)) + (fp_line (start 8.95 -2.55) (end 8.95 3.4) (layer "F.SilkS") (width 0.12) (tstamp 8b0dac15-0a2c-4095-b4dc-bdbd4d1e2ae2)) + (fp_line (start 5.75 -2.55) (end 8.95 -2.55) (layer "F.SilkS") (width 0.12) (tstamp a10a1d29-dc2d-477d-874d-9ce6abcb4b85)) + (fp_line (start 5.08 2.29) (end 5.08 3.3) (layer "F.SilkS") (width 0.12) (tstamp a39631e7-e22e-46a5-86b7-b8ef41d317ab)) + (fp_line (start -1.35 3.4) (end -1.35 -2.6) (layer "F.SilkS") (width 0.12) (tstamp e4ed7693-a26f-4c05-8571-8e100392e05e)) + (fp_line (start 0 3.3) (end 0 2.29) (layer "F.SilkS") (width 0.12) (tstamp f5396b4b-975f-4a89-a33a-dec22c17e5b0)) + (fp_line (start 9.35 -3.2) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp 7e0045a6-8e30-4e14-801f-43da98208aa1)) + (fp_line (start -1.75 3.8) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp 7e43ffcd-11fd-45a7-bb9e-39e7a53ff72b)) + (fp_line (start 9.35 -3.2) (end 9.35 3.8) (layer "F.CrtYd") (width 0.05) (tstamp b6c0b494-b642-464b-9804-d9b54e173dca)) + (fp_line (start -1.75 3.8) (end -1.75 -3.2) (layer "F.CrtYd") (width 0.05) (tstamp c18630b4-0024-4122-9247-70c450a8e671)) + (fp_line (start 5.1 3.3) (end 5.1 2.3) (layer "F.Fab") (width 0.1) (tstamp 008fd93c-d84c-44a4-9d9e-54de58e1561c)) + (fp_line (start 5.75 -2.5) (end 8.85 -2.5) (layer "F.Fab") (width 0.1) (tstamp 3f7bf20f-e8bf-4449-999d-b53a1d0b97a2)) + (fp_line (start 8.85 -2.5) (end 8.85 3.3) (layer "F.Fab") (width 0.1) (tstamp 59a74ed6-eed7-4bd5-9707-9aaed702f183)) + (fp_line (start -1.25 -2.5) (end 4.4 -2.5) (layer "F.Fab") (width 0.1) (tstamp 76acb509-89fc-404d-9a55-2f0c511a9c9e)) + (fp_line (start 0 2.3) (end 0 3.3) (layer "F.Fab") (width 0.1) (tstamp 89b6412e-dd02-4a78-be5d-9ca050fe4c31)) + (fp_line (start 5.1 2.3) (end 0 2.3) (layer "F.Fab") (width 0.1) (tstamp 8c7dc792-1e43-4b14-a9f8-814acd9fdf53)) + (fp_line (start 8.85 3.3) (end -1.2 3.3) (layer "F.Fab") (width 0.1) (tstamp b558b0f5-44d3-4ebe-88ab-76c105745d15)) + (fp_line (start -1.25 3.3) (end -1.25 -2.5) (layer "F.Fab") (width 0.1) (tstamp b58dfda3-de43-4a93-9be7-428ba4e8fb36)) + (fp_line (start -1.2 3.3) (end -1.25 3.3) (layer "F.Fab") (width 0.1) (tstamp f69522b5-6412-4c78-8ca3-5e7ac4fddfed)) + (pad "" np_thru_hole circle (at 5.08 -2.16 270) (size 1.1 1.1) (drill 1.1) (layers *.Cu *.Mask) (tstamp 3e16f297-d8c5-456f-80d6-364e0ca4c8be)) + (pad "1" thru_hole custom (at 0 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 1 "GND") (pinfunction "-") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.815) + (xy -0.965 0.815) + (xy -0.965 -0.815) + (xy 0.965 -0.815) + ) (width 0.1) (fill yes)) + ) (tstamp 89449e64-31b0-4b88-b4fa-716bdcc9ff14)) + (pad "2" thru_hole custom (at 2.54 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 2 "VCC") (pinfunction "+") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 47cde742-07b5-4a77-bf5a-7137b43b4e05)) + (pad "3" thru_hole custom (at 5.08 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 20 "TACH1") (pinfunction "Tacho") (pintype "passive") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 5fa6eb93-0b61-47ab-88b1-cf69ad402b51)) + (pad "4" thru_hole custom (at 7.62 0 270) (size 1.020002 1.020002) (drill 1.02) (layers *.Cu *.Mask) + (net 21 "PWM1") (pinfunction "PWM") (pintype "input") + (options (clearance convexhull) (anchor rect)) + (primitives + (gr_poly (pts + (xy 0.965 0.485995) + (xy 0.635995 0.815) + (xy -0.635995 0.815) + (xy -0.965 0.485995) + (xy -0.965 -0.485995) + (xy -0.635995 -0.815) + (xy 0.635995 -0.815) + (xy 0.965 -0.485995) + ) (width 0.1) (fill yes)) + ) (tstamp 6a01876a-bfde-478a-a46e-2dba21779e21)) + (model "${KICAD6_3DMODEL_DIR}/Connector.3dshapes/FanPinHeader_1x04_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp f784e08d-cd57-455e-b801-e9420bd7e16d) + (at 173.42 71) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Sheetfile" "FanCon.kicad_sch") + (property "Sheetname" "") + (path "/3be28922-6809-45d0-b56c-79808349a73d") + (attr through_hole) + (fp_text reference "R4" (at 5.08 -2.37) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 962375c8-ecd6-4989-b2d2-b04329f76c47) + ) + (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1ebaf735-7b38-461f-9441-e7c80a39d1de) + ) + (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0975f3b3-d111-4155-b5a6-4d0561c2bb94) + ) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer "F.SilkS") (width 0.12) (tstamp 19cfc6e6-10b8-4b73-80e8-3cee1894a204)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2a15ec25-8d90-4f78-a22c-7c113b33cb37)) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3fb5e54f-d6ec-4c16-b10a-464c517b079a)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer "F.SilkS") (width 0.12) (tstamp aff31c34-50d9-41ff-aa78-56d8d778bddf)) + (fp_line (start 1.04 0) (end 1.81 0) (layer "F.SilkS") (width 0.12) (tstamp ba6b9cd5-5c45-476b-9bfe-9781f1e02d2f)) + (fp_line (start 9.12 0) (end 8.35 0) (layer "F.SilkS") (width 0.12) (tstamp e216f629-d2c8-45b2-b4e6-9d3711daac86)) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 07687603-411f-4641-ab1e-05c82877338f)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 0d67e26f-f577-4b0a-8a25-61b21576fcee)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 246b6518-a9f3-457c-b7e5-257b33406ed9)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp c6b270af-3502-4e12-9577-267a1742a7bc)) + (fp_line (start 0 0) (end 1.93 0) (layer "F.Fab") (width 0.1) (tstamp 2d26a636-7904-4393-a64b-bfad956cef29)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer "F.Fab") (width 0.1) (tstamp 646d93b6-0b8c-4f56-b675-629b10be48e0)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer "F.Fab") (width 0.1) (tstamp adf77b75-bfa9-429c-a707-8750f37f3f54)) + (fp_line (start 10.16 0) (end 8.23 0) (layer "F.Fab") (width 0.1) (tstamp d21ce17b-66f9-4e26-b255-988da7628826)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer "F.Fab") (width 0.1) (tstamp d3a098e0-6b49-419c-a36a-b1eaac1e4852)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer "F.Fab") (width 0.1) (tstamp d4fd0491-ed03-4b21-8c82-4ecd5926ed53)) + (pad "1" thru_hole custom (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "+3V3") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp 3fa5c31a-0226-487a-b089-c41f5008bb2f)) + (pad "2" thru_hole custom (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 29 "TACH4") (pintype "passive") + (options (clearance convexhull) (anchor circle)) + (primitives + (gr_poly (pts + (xy 0.75 0.310661) + (xy 0.310661 0.75) + (xy -0.310661 0.75) + (xy -0.75 0.310661) + (xy -0.75 -0.310661) + (xy -0.310661 -0.75) + (xy 0.310661 -0.75) + (xy 0.75 -0.310661) + ) (width 0.1) (fill yes)) + ) (tstamp d9f5757e-9725-4f1d-a9ac-9d29bbe9547f)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Custom:Ket_25_flip" (layer "B.Cu") + (tedit 0) (tstamp f6bee219-67fb-464f-b724-02f155dc53f3) + (at 143.7 114.8 180) + (attr through_hole) + (fp_text reference "G***" (at 0 0) (layer "B.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror)) + (tstamp 83feb560-6113-4ddf-bad3-1d33a5e9d806) + ) + (fp_text value "LOGO" (at 0.75 0) (layer "B.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror)) + (tstamp 0be26580-caa9-461d-ad47-10a3b6efa3d9) + ) + (fp_poly (pts + (xy -8.604824 13.102751) + (xy -8.503437 13.0898) + (xy -8.39988 13.066055) + (xy -8.295519 13.031977) + (xy -8.191717 12.988029) + (xy -8.089839 12.934671) + (xy -7.991251 12.872365) + (xy -7.968179 12.856093) + (xy -7.92647 12.823537) + (xy -7.880201 12.783146) + (xy -7.831882 12.737458) + (xy -7.784026 12.689013) + (xy -7.739145 12.64035) + (xy -7.69975 12.594008) + (xy -7.669519 12.554196) + (xy -7.632458 12.505629) + (xy -7.590078 12.458599) + (xy -7.54033 12.411019) + (xy -7.481164 12.360801) + (xy -7.47395 12.354993) + (xy -7.371171 12.268393) + (xy -7.278657 12.181365) + (xy -7.203056 12.101771) + (xy -7.175439 12.070768) + (xy -7.149193 12.040559) + (xy -7.1236 12.010175) + (xy -7.097937 11.978648) + (xy -7.071485 11.945008) + (xy -7.043523 11.908286) + (xy -7.013331 11.867513) + (xy -6.980189 11.821719) + (xy -6.943377 11.769935) + (xy -6.902173 11.711193) + (xy -6.855858 11.644523) + (xy -6.803711 11.568955) + (xy -6.762755 11.509375) + (xy -6.699705 11.417795) + (xy -6.642909 11.335915) + (xy -6.59165 11.26282) + (xy -6.54521 11.197594) + (xy -6.502872 11.139321) + (xy -6.463919 11.087087) + (xy -6.427634 11.039976) + (xy -6.393298 10.997072) + (xy -6.360196 10.95746) + (xy -6.327609 10.920225) + (xy -6.29482 10.884451) + (xy -6.261111 10.849222) + (xy -6.225767 10.813624) + (xy -6.190533 10.779125) + (xy -6.134857 10.727136) + (xy -6.079084 10.67926) + (xy -6.020625 10.63352) + (xy -5.956893 10.587941) + (xy -5.885301 10.540543) + (xy -5.845175 10.515187) + (xy -5.787579 10.478933) + (xy -5.728258 10.440974) + (xy -5.668553 10.402213) + (xy -5.609806 10.363554) + (xy -5.553358 10.3259) + (xy -5.500551 10.290155) + (xy -5.452726 10.257221) + (xy -5.411224 10.228002) + (xy -5.377387 10.203401) + (xy -5.352556 10.184322) + (xy -5.3467 10.179504) + (xy -5.269619 10.119948) + (xy -5.192686 10.07128) + (xy -5.116642 10.033871) + (xy -5.042228 10.008089) + (xy -4.977241 9.995131) + (xy -4.952483 9.992867) + (xy -4.918619 9.99094) + (xy -4.879241 9.989495) + (xy -4.837941 9.988679) + (xy -4.815477 9.988551) + (xy -4.77622 9.988957) + (xy -4.738888 9.990349) + (xy -4.702205 9.992986) + (xy -4.664896 9.997127) + (xy -4.625685 10.003031) + (xy -4.583295 10.010958) + (xy -4.536452 10.021167) + (xy -4.483878 10.033918) + (xy -4.424298 10.049469) + (xy -4.356437 10.068079) + (xy -4.279017 10.090009) + (xy -4.191 10.115448) + (xy -4.103393 10.140876) + (xy -4.026625 10.16295) + (xy -3.959372 10.181964) + (xy -3.900308 10.198207) + (xy -3.848106 10.211972) + (xy -3.801442 10.223551) + (xy -3.75899 10.233234) + (xy -3.719424 10.241313) + (xy -3.681418 10.24808) + (xy -3.643647 10.253825) + (xy -3.604784 10.258842) + (xy -3.563504 10.26342) + (xy -3.518482 10.267852) + (xy -3.482975 10.271118) + (xy -3.442238 10.275055) + (xy -3.401217 10.279472) + (xy -3.363585 10.283942) + (xy -3.333015 10.28804) + (xy -3.32105 10.289895) + (xy -3.287384 10.294933) + (xy -3.250213 10.29959) + (xy -3.217372 10.302889) + (xy -3.216275 10.302978) + (xy -3.147064 10.312523) + (xy -3.07032 10.33038) + (xy -2.987538 10.35593) + (xy -2.900215 10.388553) + (xy -2.809848 10.427631) + (xy -2.717933 10.472546) + (xy -2.625967 10.522678) + (xy -2.535445 10.577409) + (xy -2.505116 10.597052) + (xy -2.458325 10.62857) + (xy -2.412372 10.660997) + (xy -2.366576 10.69496) + (xy -2.320259 10.731084) + (xy -2.27274 10.769992) + (xy -2.22334 10.812311) + (xy -2.171379 10.858665) + (xy -2.116177 10.909679) + (xy -2.057054 10.965978) + (xy -1.993331 11.028187) + (xy -1.924328 11.096931) + (xy -1.849365 11.172835) + (xy -1.767762 11.256524) + (xy -1.67884 11.348622) + (xy -1.612957 11.4173) + (xy -1.529814 11.503935) + (xy -1.454441 11.581959) + (xy -1.386042 11.65214) + (xy -1.323823 11.715245) + (xy -1.266988 11.772041) + (xy -1.214743 11.823296) + (xy -1.166293 11.869777) + (xy -1.120843 11.912252) + (xy -1.077599 11.951488) + (xy -1.035765 11.988251) + (xy -0.994547 12.023311) + (xy -0.95315 12.057433) + (xy -0.93345 12.073329) + (xy -0.834374 12.148055) + (xy -0.73336 12.215162) + (xy -0.631754 12.273955) + (xy -0.530907 12.323742) + (xy -0.432165 12.363829) + (xy -0.336877 12.393524) + (xy -0.289191 12.404617) + (xy -0.244867 12.411213) + (xy -0.195414 12.414578) + (xy -0.145224 12.414697) + (xy -0.098689 12.411554) + (xy -0.061524 12.405451) + (xy -0.005176 12.387111) + (xy 0.051495 12.359592) + (xy 0.103703 12.325339) + (xy 0.118576 12.313447) + (xy 0.169071 12.264729) + (xy 0.214424 12.207676) + (xy 0.254833 12.141779) + (xy 0.290495 12.066531) + (xy 0.321605 11.981425) + (xy 0.348362 11.885954) + (xy 0.370961 11.779611) + (xy 0.389599 11.661889) + (xy 0.398135 11.592982) + (xy 0.401278 11.557043) + (xy 0.403937 11.510362) + (xy 0.406104 11.454888) + (xy 0.40777 11.392569) + (xy 0.408926 11.325354) + (xy 0.409565 11.255193) + (xy 0.409677 11.184033) + (xy 0.409255 11.113824) + (xy 0.408289 11.046514) + (xy 0.406772 10.984054) + (xy 0.404694 10.92839) + (xy 0.402047 10.881472) + (xy 0.401285 10.8712) + (xy 0.387017 10.710465) + (xy 0.369399 10.546644) + (xy 0.348836 10.382668) + (xy 0.325729 10.221467) + (xy 0.300484 10.065972) + (xy 0.273502 9.919115) + (xy 0.263231 9.8679) + (xy 0.255552 9.831389) + (xy 0.248114 9.798309) + (xy 0.240342 9.766682) + (xy 0.231659 9.734532) + (xy 0.221491 9.699881) + (xy 0.209262 9.660751) + (xy 0.194395 9.615166) + (xy 0.176316 9.561147) + (xy 0.159408 9.511285) + (xy 0.102545 9.331283) + (xy 0.050878 9.141282) + (xy 0.004715 8.943004) + (xy -0.035636 8.73817) + (xy -0.069864 8.528504) + (xy -0.097661 8.315729) + (xy -0.118719 8.101566) + (xy -0.132728 7.887738) + (xy -0.133084 7.88035) + (xy -0.134309 7.849451) + (xy -0.135601 7.807509) + (xy -0.136926 7.756183) + (xy -0.138252 7.69713) + (xy -0.139543 7.632008) + (xy -0.140768 7.562475) + (xy -0.141892 7.490187) + (xy -0.142881 7.416803) + (xy -0.143438 7.369175) + (xy -0.144186 7.294356) + (xy -0.144718 7.224186) + (xy -0.145009 7.157519) + (xy -0.145033 7.093211) + (xy -0.144765 7.030115) + (xy -0.144178 6.967088) + (xy -0.143247 6.902983) + (xy -0.141948 6.836655) + (xy -0.140253 6.766959) + (xy -0.138138 6.692751) + (xy -0.135577 6.612883) + (xy -0.132545 6.526212) + (xy -0.129015 6.431592) + (xy -0.124963 6.327878) + (xy -0.120362 6.213925) + (xy -0.115188 6.088586) + (xy -0.114438 6.0706) + (xy -0.109587 5.953863) + (xy -0.105256 5.848585) + (xy -0.101411 5.75354) + (xy -0.098016 5.667501) + (xy -0.095033 5.589239) + (xy -0.092429 5.517527) + (xy -0.090165 5.451138) + (xy -0.088207 5.388844) + (xy -0.086519 5.329417) + (xy -0.085063 5.271631) + (xy -0.083806 5.214257) + (xy -0.082709 5.156069) + (xy -0.081738 5.095838) + (xy -0.080857 5.032337) + (xy -0.080029 4.964338) + (xy -0.079218 4.890615) + (xy -0.078876 4.85775) + (xy -0.074719 4.454525) + (xy -0.046599 4.359275) + (xy -0.0132 4.248137) + (xy 0.021019 4.138389) + (xy 0.056372 4.029249) + (xy 0.093172 3.919937) + (xy 0.131732 3.809672) + (xy 0.172364 3.697672) + (xy 0.215382 3.583158) + (xy 0.2611 3.465348) + (xy 0.309829 3.343461) + (xy 0.361883 3.216715) + (xy 0.417575 3.084331) + (xy 0.477218 2.945527) + (xy 0.541125 2.799522) + (xy 0.60961 2.645535) + (xy 0.682985 2.482786) + (xy 0.761563 2.310493) + (xy 0.845657 2.127875) + (xy 0.862109 2.092325) + (xy 0.919972 1.96745) + (xy 0.972949 1.853284) + (xy 1.02144 1.748992) + (xy 1.065851 1.653737) + (xy 1.106582 1.566683) + (xy 1.144038 1.486994) + (xy 1.17862 1.413834) + (xy 1.210732 1.346366) + (xy 1.240776 1.283755) + (xy 1.269155 1.225164) + (xy 1.296272 1.169758) + (xy 1.32253 1.116699) + (xy 1.348331 1.065152) + (xy 1.374078 1.01428) + (xy 1.400174 0.963248) + (xy 1.427023 0.91122) + (xy 1.455025 0.857358) + (xy 1.479975 0.809625) + (xy 1.566524 0.641938) + (xy 1.65638 0.463124) + (xy 1.749078 0.274182) + (xy 1.84415 0.076111) + (xy 1.941131 -0.130089) + (xy 2.039554 -0.343419) + (xy 2.138953 -0.56288) + (xy 2.238861 -0.787472) + (xy 2.338813 -1.016196) + (xy 2.419281 -1.203325) + (xy 2.451868 -1.279909) + (xy 2.485463 -1.359327) + (xy 2.519625 -1.440508) + (xy 2.553912 -1.522382) + (xy 2.587886 -1.603877) + (xy 2.621105 -1.683924) + (xy 2.653128 -1.761453) + (xy 2.683517 -1.835392) + (xy 2.71183 -1.904672) + (xy 2.737626 -1.968222) + (xy 2.760466 -2.024972) + (xy 2.779909 -2.073852) + (xy 2.795514 -2.113791) + (xy 2.806842 -2.143718) + (xy 2.811194 -2.155825) + (xy 2.815298 -2.169347) + (xy 2.822173 -2.194085) + (xy 2.831532 -2.228929) + (xy 2.843085 -2.272767) + (xy 2.856546 -2.324491) + (xy 2.871626 -2.382989) + (xy 2.888038 -2.447151) + (xy 2.905493 -2.515866) + (xy 2.923704 -2.588025) + (xy 2.937149 -2.6416) + (xy 2.958716 -2.727588) + (xy 2.982786 -2.823308) + (xy 3.008709 -2.926185) + (xy 3.035836 -3.03365) + (xy 3.063516 -3.14313) + (xy 3.091098 -3.252053) + (xy 3.117933 -3.357848) + (xy 3.14337 -3.457943) + (xy 3.166759 -3.549766) + (xy 3.168349 -3.556) + (xy 3.208781 -3.714846) + (xy 3.246124 -3.862372) + (xy 3.280599 -3.999517) + (xy 3.312427 -4.127219) + (xy 3.341831 -4.246418) + (xy 3.369032 -4.358055) + (xy 3.394252 -4.463067) + (xy 3.417713 -4.562396) + (xy 3.439636 -4.656981) + (xy 3.460243 -4.74776) + (xy 3.479757 -4.835674) + (xy 3.498398 -4.921662) + (xy 3.516388 -5.006664) + (xy 3.533949 -5.091618) + (xy 3.551304 -5.177465) + (xy 3.552764 -5.184775) + (xy 3.605035 -5.459325) + (xy 3.650309 -5.724648) + (xy 3.688776 -5.981988) + (xy 3.720627 -6.232589) + (xy 3.740267 -6.416675) + (xy 3.745331 -6.467146) + (xy 3.75011 -6.510896) + (xy 3.754999 -6.550224) + (xy 3.760393 -6.587429) + (xy 3.766686 -6.624808) + (xy 3.774275 -6.66466) + (xy 3.783552 -6.709284) + (xy 3.794915 -6.760978) + (xy 3.808756 -6.822039) + (xy 3.813358 -6.842125) + (xy 3.856436 -7.03648) + (xy 3.896653 -7.231957) + (xy 3.934135 -7.429524) + (xy 3.969006 -7.630147) + (xy 4.001392 -7.834791) + (xy 4.031418 -8.044423) + (xy 4.05921 -8.26001) + (xy 4.084892 -8.482518) + (xy 4.108589 -8.712913) + (xy 4.130428 -8.952162) + (xy 4.150533 -9.201231) + (xy 4.169029 -9.461086) + (xy 4.184463 -9.705975) + (xy 4.188444 -9.77502) + (xy 4.192639 -9.851912) + (xy 4.197066 -9.937075) + (xy 4.201747 -10.03093) + (xy 4.206699 -10.1339) + (xy 4.211942 -10.246407) + (xy 4.217496 -10.368874) + (xy 4.223379 -10.501724) + (xy 4.229612 -10.645378) + (xy 4.236212 -10.80026) + (xy 4.243201 -10.966793) + (xy 4.250596 -11.145397) + (xy 4.254198 -11.23315) + (xy 4.259089 -11.352358) + (xy 4.263529 -11.459604) + (xy 4.267571 -11.555615) + (xy 4.271267 -11.641117) + (xy 4.274673 -11.716838) + (xy 4.27784 -11.783505) + (xy 4.280823 -11.841845) + (xy 4.283676 -11.892586) + (xy 4.286451 -11.936454) + (xy 4.289202 -11.974178) + (xy 4.291983 -12.006483) + (xy 4.294846 -12.034098) + (xy 4.297847 -12.057749) + (xy 4.301038 -12.078164) + (xy 4.304472 -12.09607) + (xy 4.308203 -12.112193) + (xy 4.312285 -12.127263) + (xy 4.316771 -12.142004) + (xy 4.321715 -12.157146) + (xy 4.3223 -12.1589) + (xy 4.3547 -12.238683) + (xy 4.395975 -12.310091) + (xy 4.44648 -12.373455) + (xy 4.506566 -12.429107) + (xy 4.576587 -12.47738) + (xy 4.656896 -12.518605) + (xy 4.738449 -12.550018) + (xy 4.84556 -12.57994) + (xy 4.956146 -12.598944) + (xy 5.019547 -12.604943) + (xy 5.076027 -12.607906) + (xy 5.143825 -12.609853) + (xy 5.221602 -12.610809) + (xy 5.308019 -12.610794) + (xy 5.401737 -12.609834) + (xy 5.501417 -12.607949) + (xy 5.605719 -12.605164) + (xy 5.713305 -12.601502) + (xy 5.822836 -12.596984) + (xy 5.932971 -12.591634) + (xy 5.9944 -12.588284) + (xy 6.06027 -12.584925) + (xy 6.131445 -12.581977) + (xy 6.20626 -12.579459) + (xy 6.283054 -12.577391) + (xy 6.360164 -12.575793) + (xy 6.435929 -12.574686) + (xy 6.508686 -12.574089) + (xy 6.576772 -12.574022) + (xy 6.638526 -12.574505) + (xy 6.692284 -12.575559) + (xy 6.736386 -12.577203) + (xy 6.764209 -12.579009) + (xy 6.879154 -12.592192) + (xy 6.983826 -12.611382) + (xy 7.0612 -12.631284) + (xy 7.101035 -12.642899) + (xy 7.136739 -12.652934) + (xy 7.169617 -12.661527) + (xy 7.200971 -12.668819) + (xy 7.232105 -12.674948) + (xy 7.264324 -12.680056) + (xy 7.298931 -12.68428) + (xy 7.337231 -12.687762) + (xy 7.380526 -12.690641) + (xy 7.430121 -12.693057) + (xy 7.48732 -12.695149) + (xy 7.553426 -12.697057) + (xy 7.629744 -12.69892) + (xy 7.7089 -12.70069) + (xy 7.804922 -12.702527) + (xy 7.901324 -12.703866) + (xy 7.996958 -12.704719) + (xy 8.090679 -12.705099) + (xy 8.18134 -12.705015) + (xy 8.267795 -12.704481) + (xy 8.348899 -12.703508) + (xy 8.423504 -12.702108) + (xy 8.490466 -12.700291) + (xy 8.548636 -12.698071) + (xy 8.596871 -12.695458) + (xy 8.634023 -12.692465) + (xy 8.645698 -12.691141) + (xy 8.751977 -12.674269) + (xy 8.865618 -12.649993) + (xy 8.984168 -12.618964) + (xy 9.105173 -12.581835) + (xy 9.226179 -12.539259) + (xy 9.247903 -12.531017) + (xy 9.304228 -12.509683) + (xy 9.351913 -12.492348) + (xy 9.393994 -12.478016) + (xy 9.433509 -12.465694) + (xy 9.473496 -12.454389) + (xy 9.515475 -12.443487) + (xy 9.567003 -12.429631) + (xy 9.617542 -12.414017) + (xy 9.669075 -12.395863) + (xy 9.723587 -12.374388) + (xy 9.783061 -12.348808) + (xy 9.849483 -12.318342) + (xy 9.924835 -12.282207) + (xy 9.925641 -12.281814) + (xy 9.967066 -12.260992) + (xy 10.000287 -12.242577) + (xy 10.028908 -12.2243) + (xy 10.056533 -12.203887) + (xy 10.081216 -12.183756) + (xy 10.139555 -12.136105) + (xy 10.197298 -12.092009) + (xy 10.259118 -12.047974) + (xy 10.298749 -12.02104) + (xy 10.323448 -12.004271) + (xy 10.344671 -11.989099) + (xy 10.363894 -11.974112) + (xy 10.382592 -11.957897) + (xy 10.402241 -11.93904) + (xy 10.424315 -11.91613) + (xy 10.450289 -11.887753) + (xy 10.481639 -11.852496) + (xy 10.518043 -11.811) + (xy 10.585431 -11.735878) + (xy 10.661937 -11.654068) + (xy 10.74655 -11.566542) + (xy 10.838256 -11.47427) + (xy 10.936044 -11.378223) + (xy 11.0389 -11.279371) + (xy 11.145812 -11.178685) + (xy 11.255768 -11.077137) + (xy 11.367754 -10.975696) + (xy 11.480759 -10.875333) + (xy 11.59377 -10.777019) + (xy 11.6205 -10.754078) + (xy 11.671083 -10.710916) + (xy 11.713555 -10.675162) + (xy 11.749365 -10.645862) + (xy 11.779959 -10.622065) + (xy 11.806787 -10.602816) + (xy 11.831297 -10.587162) + (xy 11.854936 -10.574151) + (xy 11.879154 -10.562828) + (xy 11.905398 -10.552241) + (xy 11.935116 -10.541437) + (xy 11.953046 -10.535202) + (xy 12.036247 -10.510162) + (xy 12.11643 -10.493218) + (xy 12.191246 -10.484818) + (xy 12.222484 -10.483943) + (xy 12.289774 -10.488062) + (xy 12.34847 -10.500559) + (xy 12.399972 -10.521974) + (xy 12.445678 -10.552845) + (xy 12.476361 -10.581847) + (xy 12.513482 -10.628336) + (xy 12.543521 -10.681177) + (xy 12.566703 -10.741236) + (xy 12.583255 -10.80938) + (xy 12.593404 -10.886476) + (xy 12.597376 -10.973391) + (xy 12.596559 -11.04188) + (xy 12.589203 -11.159977) + (xy 12.57449 -11.284202) + (xy 12.55229 -11.415175) + (xy 12.522472 -11.553512) + (xy 12.484904 -11.69983) + (xy 12.439454 -11.854748) + (xy 12.392953 -11.998325) + (xy 12.358871 -12.096814) + (xy 12.323807 -12.192554) + (xy 12.286916 -12.287565) + (xy 12.247351 -12.383867) + (xy 12.204266 -12.483481) + (xy 12.156816 -12.588429) + (xy 12.104153 -12.700731) + (xy 12.063029 -12.786255) + (xy 12.040503 -12.833072) + (xy 12.019509 -12.877435) + (xy 12.000776 -12.917748) + (xy 11.985032 -12.952414) + (xy 11.973008 -12.979836) + (xy 11.965433 -12.998417) + (xy 11.96333 -13.004639) + (xy 11.956126 -13.026314) + (xy 11.945491 -13.052278) + (xy 11.937279 -13.069727) + (xy 11.918767 -13.1064) + (xy -10.977786 -13.1064) + (xy -11.041134 -13.009562) + (xy -11.07355 -12.959783) + (xy -11.100514 -12.917767) + (xy -11.123705 -12.88077) + (xy -11.144802 -12.846047) + (xy -11.165485 -12.810854) + (xy -11.187434 -12.772445) + (xy -11.201164 -12.748047) + (xy -11.219743 -12.715384) + (xy -11.238917 -12.6825) + (xy -11.256493 -12.653111) + (xy -11.270276 -12.63093) + (xy -11.270896 -12.629969) + (xy -11.289693 -12.598523) + (xy -11.312133 -12.556989) + (xy -11.337375 -12.507163) + (xy -11.364579 -12.45084) + (xy -11.392905 -12.389814) + (xy -11.421511 -12.32588) + (xy -11.449557 -12.260834) + (xy -11.476202 -12.19647) + (xy -11.489383 -12.163463) + (xy -11.497793 -12.143761) + (xy -11.510974 -12.114944) + (xy -11.527887 -12.079186) + (xy -11.54749 -12.038665) + (xy -11.568746 -11.995557) + (xy -11.586447 -11.960263) + (xy -11.621741 -11.889633) + (xy -11.654676 -11.821815) + (xy -11.685557 -11.755892) + (xy -11.71469 -11.690942) + (xy -11.742382 -11.626047) + (xy -11.768938 -11.560287) + (xy -11.794665 -11.492743) + (xy -11.819868 -11.422496) + (xy -11.844854 -11.348626) + (xy -11.869928 -11.270214) + (xy -11.895397 -11.18634) + (xy -11.921567 -11.096086) + (xy -11.948744 -10.998532) + (xy -11.977233 -10.892759) + (xy -12.007341 -10.777846) + (xy -12.039374 -10.652876) + (xy -12.073637 -10.516928) + (xy -12.093773 -10.436225) + (xy -12.123484 -10.316979) + (xy -12.150476 -10.209103) + (xy -12.17501 -10.111623) + (xy -12.197346 -10.023563) + (xy -12.217743 -9.943948) + (xy -12.236464 -9.871802) + (xy -12.253768 -9.806151) + (xy -12.269915 -9.74602) + (xy -12.285165 -9.690433) + (xy -12.29978 -9.638415) + (xy -12.314019 -9.588991) + (xy -12.328143 -9.541185) + (xy -12.342412 -9.494023) + (xy -12.357086 -9.44653) + (xy -12.363331 -9.426575) + (xy -12.373334 -9.391829) + (xy -12.38211 -9.356054) + (xy -12.388616 -9.323825) + (xy -12.391572 -9.30275) + (xy -12.39772 -9.258848) + (xy -12.40878 -9.205818) + (xy -12.424157 -9.145978) + (xy -12.443257 -9.081644) + (xy -12.464663 -9.017475) + (xy -12.475452 -8.985521) + (xy -12.48534 -8.953194) + (xy -12.494409 -8.919719) + (xy -12.502738 -8.884324) + (xy -12.510407 -8.846236) + (xy -12.517496 -8.804684) + (xy -12.524085 -8.758892) + (xy -12.530254 -8.70809) + (xy -12.536083 -8.651504) + (xy -12.541652 -8.588362) + (xy -12.54704 -8.517889) + (xy -12.552329 -8.439315) + (xy -12.557597 -8.351865) + (xy -12.562926 -8.254768) + (xy -12.568394 -8.14725) + (xy -12.574082 -8.028538) + (xy -12.579714 -7.90575) + (xy -12.582011 -7.846143) + (xy -12.584062 -7.775696) + (xy -12.585857 -7.696266) + (xy -12.587385 -7.609711) + (xy -12.588633 -7.517888) + (xy -12.589592 -7.422654) + (xy -12.590251 -7.325868) + (xy -12.590598 -7.229386) + (xy -12.590622 -7.135066) + (xy -12.590312 -7.044765) + (xy -12.589657 -6.960342) + (xy -12.588647 -6.883653) + (xy -12.58727 -6.816556) + (xy -12.58637 -6.784975) + (xy -12.573879 -6.474312) + (xy -12.556642 -6.174933) + (xy -12.534584 -5.886311) + (xy -12.507634 -5.607922) + (xy -12.475717 -5.33924) + (xy -12.438761 -5.07974) + (xy -12.396691 -4.828895) + (xy -12.349435 -4.58618) + (xy -12.296919 -4.35107) + (xy -12.23907 -4.12304) + (xy -12.191344 -3.953644) + (xy -12.115289 -3.701848) + (xy -12.036254 -3.453564) + (xy -11.953683 -3.207328) + (xy -11.867019 -2.961676) + (xy -11.775707 -2.715145) + (xy -11.679188 -2.466271) + (xy -11.576908 -2.213589) + (xy -11.46831 -1.955637) + (xy -11.352837 -1.690949) + (xy -11.229933 -1.418062) + (xy -11.215932 -1.387475) + (xy -11.186955 -1.324273) + (xy -11.162752 -1.271383) + (xy -11.142835 -1.227554) + (xy -11.126718 -1.191539) + (xy -11.113915 -1.162087) + (xy -11.103939 -1.13795) + (xy -11.096303 -1.11788) + (xy -11.090521 -1.100627) + (xy -11.086106 -1.084943) + (xy -11.082571 -1.069578) + (xy -11.079431 -1.053284) + (xy -11.076197 -1.034812) + (xy -11.074347 -1.024097) + (xy -11.062475 -0.959597) + (xy -11.049523 -0.897415) + (xy -11.035089 -0.836469) + (xy -11.018771 -0.775675) + (xy -11.000166 -0.71395) + (xy -10.978873 -0.650211) + (xy -10.954489 -0.583375) + (xy -10.926613 -0.512359) + (xy -10.894843 -0.436079) + (xy -10.858776 -0.353452) + (xy -10.818011 -0.263396) + (xy -10.772145 -0.164826) + (xy -10.720777 -0.056661) + (xy -10.696618 -0.00635) + (xy -10.651659 0.087356) + (xy -10.611898 0.17105) + (xy -10.576776 0.246042) + (xy -10.545731 0.313638) + (xy -10.518202 0.375147) + (xy -10.493629 0.431876) + (xy -10.47145 0.485133) + (xy -10.451105 0.536227) + (xy -10.432032 0.586464) + (xy -10.413672 0.637154) + (xy -10.395462 0.689603) + (xy -10.385471 0.719188) + (xy -10.369456 0.766872) + (xy -10.356438 0.804798) + (xy -10.345386 0.83525) + (xy -10.335267 0.860514) + (xy -10.32505 0.882875) + (xy -10.313703 0.904619) + (xy -10.300194 0.928031) + (xy -10.283491 0.955395) + (xy -10.266484 0.982713) + (xy -10.229622 1.042535) + (xy -10.195497 1.099681) + (xy -10.163563 1.155336) + (xy -10.133277 1.210682) + (xy -10.104094 1.266903) + (xy -10.075472 1.325184) + (xy -10.046864 1.386707) + (xy -10.017729 1.452655) + (xy -9.987521 1.524214) + (xy -9.955696 1.602565) + (xy -9.921711 1.688893) + (xy -9.885022 1.784381) + (xy -9.845084 1.890214) + (xy -9.826505 1.939925) + (xy -9.788854 2.040608) + (xy -9.754906 2.130639) + (xy -9.72411 2.211329) + (xy -9.695911 2.283993) + (xy -9.669759 2.349943) + (xy -9.6451 2.410493) + (xy -9.621382 2.466956) + (xy -9.598053 2.520644) + (xy -9.57456 2.572871) + (xy -9.550351 2.624949) + (xy -9.524874 2.678192) + (xy -9.497575 2.733913) + (xy -9.467903 2.793425) + (xy -9.464911 2.799382) + (xy -9.426152 2.877398) + (xy -9.393048 2.946225) + (xy -9.364916 3.007678) + (xy -9.341071 3.063573) + (xy -9.320829 3.115725) + (xy -9.303505 3.165949) + (xy -9.288415 3.216061) + (xy -9.274875 3.267876) + (xy -9.262199 3.323209) + (xy -9.255614 3.354505) + (xy -9.246776 3.398468) + (xy -9.239398 3.437842) + (xy -9.23335 3.474368) + (xy -9.228502 3.509788) + (xy -9.224722 3.545843) + (xy -9.22188 3.584274) + (xy -9.219847 3.626823) + (xy -9.21849 3.675229) + (xy -9.217679 3.731236) + (xy -9.217285 3.796584) + (xy -9.217177 3.86715) + (xy -9.217151 3.920025) + (xy -9.217157 3.966359) + (xy -9.217285 4.007417) + (xy -9.21762 4.044465) + (xy -9.21825 4.078765) + (xy -9.219262 4.111584) + (xy -9.220742 4.144186) + (xy -9.222779 4.177834) + (xy -9.225459 4.213794) + (xy -9.228869 4.253331) + (xy -9.233096 4.297708) + (xy -9.238228 4.348191) + (xy -9.244351 4.406044) + (xy -9.251552 4.472531) + (xy -9.259919 4.548918) + (xy -9.269538 4.636468) + (xy -9.271175 4.651375) + (xy -9.281846 4.749278) + (xy -9.291117 4.836137) + (xy -9.29911 4.913517) + (xy -9.305948 4.982983) + (xy -9.311751 5.046099) + (xy -9.316642 5.10443) + (xy -9.320743 5.159541) + (xy -9.324175 5.212997) + (xy -9.32706 5.266363) + (xy -9.329521 5.321202) + (xy -9.331678 5.379081) + (xy -9.333655 5.441564) + (xy -9.334218 5.461) + (xy -9.335938 5.520075) + (xy -9.337485 5.568189) + (xy -9.339005 5.60708) + (xy -9.340648 5.638483) + (xy -9.342559 5.664134) + (xy -9.344887 5.68577) + (xy -9.347778 5.705127) + (xy -9.351381 5.723941) + (xy -9.355843 5.743948) + (xy -9.359589 5.75973) + (xy -9.37809 5.843328) + (xy -9.392658 5.924719) + (xy -9.403525 6.00642) + (xy -9.407473 6.05155) + (xy -7.273188 6.05155) + (xy -7.272717 6.002241) + (xy -7.270366 5.961966) + (xy -7.265316 5.927105) + (xy -7.256748 5.894039) + (xy -7.243845 5.859146) + (xy -7.22579 5.818806) + (xy -7.215988 5.798369) + (xy -7.199506 5.7656) + (xy -7.18481 5.740003) + (xy -7.169147 5.717674) + (xy -7.149769 5.694708) + (xy -7.123923 5.667201) + (xy -7.122645 5.665879) + (xy -7.052449 5.599575) + (xy -6.979897 5.54397) + (xy -6.902342 5.497069) + (xy -6.890375 5.490796) + (xy -6.840469 5.466359) + (xy -6.79746 5.448383) + (xy -6.758033 5.435777) + (xy -6.718872 5.427453) + (xy -6.68403 5.422999) + (xy -6.640084 5.420055) + (xy -6.590661 5.418955) + (xy -6.538921 5.419573) + (xy -6.488024 5.421787) + (xy -6.44113 5.425471) + (xy -6.4014 5.430501) + (xy -6.378575 5.434992) + (xy -6.283729 5.462885) + (xy -6.196402 5.497972) + (xy -6.117163 5.539711) + (xy -6.046583 5.587565) + (xy -5.985231 5.640994) + (xy -5.933677 5.699459) + (xy -5.89249 5.76242) + (xy -5.862241 5.82934) + (xy -5.850487 5.873452) + (xy -3.371641 5.873452) + (xy -3.370948 5.792555) + (xy -3.359013 5.713821) + (xy -3.336488 5.640887) + (xy -3.31871 5.59871) + (xy -3.300698 5.563176) + (xy -3.280319 5.531152) + (xy -3.255438 5.499506) + (xy -3.223921 5.465102) + (xy -3.200965 5.441859) + (xy -3.149057 5.392753) + (xy -3.100223 5.352196) + (xy -3.051165 5.317753) + (xy -2.998584 5.286986) + (xy -2.974258 5.274374) + (xy -2.930132 5.253459) + (xy -2.889375 5.237228) + (xy -2.849439 5.225207) + (xy -2.807775 5.216922) + (xy -2.761837 5.211898) + (xy -2.709074 5.209661) + (xy -2.64694 5.209736) + (xy -2.6289 5.210077) + (xy -2.586394 5.211267) + (xy -2.552957 5.213038) + (xy -2.524961 5.215824) + (xy -2.498775 5.220058) + (xy -2.470772 5.226176) + (xy -2.448862 5.231627) + (xy -2.390635 5.249018) + (xy -2.329918 5.271508) + (xy -2.271466 5.297147) + (xy -2.220035 5.323985) + (xy -2.211718 5.328896) + (xy -2.141556 5.377363) + (xy -2.079647 5.432672) + (xy -2.027042 5.493588) + (xy -1.98479 5.558875) + (xy -1.953943 5.627297) + (xy -1.951114 5.635492) + (xy -1.944381 5.656717) + (xy -1.939701 5.675319) + (xy -1.936716 5.694423) + (xy -1.935067 5.717151) + (xy -1.934396 5.74663) + (xy -1.934331 5.781675) + (xy -1.935707 5.835707) + (xy -1.939347 5.896778) + (xy -1.944888 5.959503) + (xy -1.948545 5.992189) + (xy -1.956423 6.05303) + (xy -1.964025 6.102434) + (xy -1.971665 6.141651) + (xy -1.979654 6.17193) + (xy -1.988306 6.19452) + (xy -1.997935 6.210671) + (xy -2.005294 6.2187) + (xy -2.015109 6.226017) + (xy -2.024216 6.226259) + (xy -2.037579 6.220224) + (xy -2.04688 6.214151) + (xy -2.057028 6.204644) + (xy -2.068741 6.190629) + (xy -2.082741 6.17103) + (xy -2.099745 6.144774) + (xy -2.120475 6.110786) + (xy -2.14565 6.06799) + (xy -2.17599 6.015313) + (xy -2.182895 6.003227) + (xy -2.223141 5.933249) + (xy -2.258401 5.873253) + (xy -2.289546 5.821953) + (xy -2.31745 5.778062) + (xy -2.342983 5.740295) + (xy -2.36702 5.707365) + (xy -2.390431 5.677986) + (xy -2.41409 5.650874) + (xy -2.438869 5.62474) + (xy -2.441356 5.622219) + (xy -2.49632 5.572861) + (xy -2.551179 5.536165) + (xy -2.60618 5.512098) + (xy -2.661568 5.500627) + (xy -2.71759 5.501718) + (xy -2.774491 5.51534) + (xy -2.83252 5.541458) + (xy -2.8702 5.564607) + (xy -2.893859 5.582519) + (xy -2.920872 5.605999) + (xy -2.948838 5.632616) + (xy -2.975354 5.65994) + (xy -2.998018 5.685541) + (xy -3.014426 5.706988) + (xy -3.019824 5.715956) + (xy -3.030048 5.739447) + (xy -3.041919 5.772164) + (xy -3.054466 5.810909) + (xy -3.066716 5.852481) + (xy -3.077698 5.893682) + (xy -3.086441 5.93131) + (xy -3.088809 5.94313) + (xy -3.093777 5.976791) + (xy -3.097309 6.015025) + (xy -3.098662 6.049725) + (xy -3.098661 6.050664) + (xy -3.096631 6.09209) + (xy -3.090202 6.123328) + (xy -3.078509 6.146389) + (xy -3.060686 6.163284) + (xy -3.046716 6.171285) + (xy -3.028893 6.178503) + (xy -3.009951 6.182858) + (xy -2.988629 6.184087) + (xy -2.963665 6.181923) + (xy -2.933796 6.176102) + (xy -2.897762 6.16636) + (xy -2.8543 6.152431) + (xy -2.802149 6.134051) + (xy -2.740047 6.110954) + (xy -2.716335 6.10194) + (xy -2.657524 6.079758) + (xy -2.608874 6.062106) + (xy -2.568853 6.048557) + (xy -2.535926 6.038689) + (xy -2.508562 6.032076) + (xy -2.485227 6.028295) + (xy -2.464388 6.02692) + (xy -2.446945 6.027362) + (xy -2.413302 6.032402) + (xy -2.388419 6.043858) + (xy -2.369159 6.063694) + (xy -2.357438 6.08343) + (xy -2.347622 6.113559) + (xy -2.343379 6.153329) + (xy -2.344596 6.201026) + (xy -2.35116 6.254932) + (xy -2.362958 6.313335) + (xy -2.375664 6.360711) + (xy -2.387352 6.3931) + (xy -2.402306 6.419149) + (xy -2.422691 6.44109) + (xy -2.450671 6.461157) + (xy -2.488412 6.481581) + (xy -2.496862 6.485685) + (xy -2.550598 6.508965) + (xy -2.599952 6.524437) + (xy -2.649592 6.533206) + (xy -2.704186 6.536374) + (xy -2.71145 6.536431) + (xy -2.795209 6.530438) + (xy -2.876908 6.512042) + (xy -2.956121 6.481436) + (xy -3.032419 6.438812) + (xy -3.105374 6.384361) + (xy -3.157247 6.336274) + (xy -3.217433 6.267892) + (xy -3.268255 6.194389) + (xy -3.309399 6.11698) + (xy -3.340554 6.036878) + (xy -3.361405 5.955297) + (xy -3.371641 5.873452) + (xy -5.850487 5.873452) + (xy -5.843498 5.899678) + (xy -5.837769 5.946775) + (xy -5.836878 5.981339) + (xy -5.837985 6.023758) + (xy -5.840836 6.071913) + (xy -5.845171 6.12368) + (xy -5.850736 6.176941) + (xy -5.857273 6.229573) + (xy -5.864524 6.279456) + (xy -5.872235 6.324468) + (xy -5.880147 6.362488) + (xy -5.888003 6.391396) + (xy -5.893235 6.404873) + (xy -5.905524 6.425584) + (xy -5.917995 6.43493) + (xy -5.932942 6.434066) + (xy -5.942738 6.429821) + (xy -5.952683 6.422956) + (xy -5.964133 6.411435) + (xy -5.97775 6.394271) + (xy -5.994193 6.370478) + (xy -6.014123 6.339066) + (xy -6.038199 6.29905) + (xy -6.067081 6.249442) + (xy -6.089475 6.2103) + (xy -6.141555 6.120622) + (xy -6.189547 6.042017) + (xy -6.234076 5.973764) + (xy -6.275768 5.915143) + (xy -6.315247 5.865434) + (xy -6.35314 5.823917) + (xy -6.390071 5.789872) + (xy -6.426665 5.762577) + (xy -6.463548 5.741314) + (xy -6.501346 5.725361) + (xy -6.514182 5.721123) + (xy -6.567724 5.710141) + (xy -6.620976 5.71062) + (xy -6.674486 5.722752) + (xy -6.728804 5.746729) + (xy -6.784478 5.782742) + (xy -6.842056 5.830983) + (xy -6.850061 5.838496) + (xy -6.878973 5.866932) + (xy -6.901185 5.891821) + (xy -6.918441 5.916161) + (xy -6.932487 5.94295) + (xy -6.945067 5.975184) + (xy -6.957927 6.01586) + (xy -6.962538 6.031676) + (xy -6.980543 6.098708) + (xy -6.993171 6.156563) + (xy -7.000805 6.20738) + (xy -7.003828 6.253303) + (xy -7.003911 6.263389) + (xy -7.001738 6.304139) + (xy -6.994838 6.334854) + (xy -6.98226 6.357625) + (xy -6.963056 6.374543) + (xy -6.950171 6.381704) + (xy -6.933502 6.388417) + (xy -6.91552 6.39251) + (xy -6.895087 6.393721) + (xy -6.871065 6.391789) + (xy -6.842316 6.38645) + (xy -6.8077 6.377445) + (xy -6.76608 6.364509) + (xy -6.716317 6.347382) + (xy -6.657272 6.325802) + (xy -6.587807 6.299506) + (xy -6.580206 6.296593) + (xy -6.524291 6.275687) + (xy -6.478104 6.259754) + (xy -6.439888 6.248342) + (xy -6.407887 6.241002) + (xy -6.380346 6.237283) + (xy -6.355507 6.236734) + (xy -6.348328 6.23712) + (xy -6.312586 6.244198) + (xy -6.285062 6.260099) + (xy -6.265436 6.285263) + (xy -6.253389 6.320135) + (xy -6.248599 6.365155) + (xy -6.248484 6.375158) + (xy -6.250512 6.417857) + (xy -6.256048 6.46333) + (xy -6.264452 6.508947) + (xy -6.275086 6.552078) + (xy -6.287312 6.590091) + (xy -6.300492 6.620357) + (xy -6.312389 6.638512) + (xy -6.329195 6.652991) + (xy -6.355156 6.669832) + (xy -6.387325 6.687561) + (xy -6.422751 6.704701) + (xy -6.458486 6.719778) + (xy -6.491578 6.731315) + (xy -6.505575 6.735143) + (xy -6.542345 6.741405) + (xy -6.586653 6.744968) + (xy -6.633699 6.745772) + (xy -6.678685 6.743754) + (xy -6.716812 6.738853) + (xy -6.721475 6.737902) + (xy -6.805716 6.713299) + (xy -6.886264 6.677273) + (xy -6.962114 6.630815) + (xy -7.032257 6.574916) + (xy -7.095685 6.510567) + (xy -7.151392 6.438759) + (xy -7.19837 6.360482) + (xy -7.235611 6.276727) + (xy -7.256239 6.212062) + (xy -7.262945 6.185344) + (xy -7.267611 6.161593) + (xy -7.270605 6.137329) + (xy -7.272295 6.109072) + (xy -7.273048 6.073343) + (xy -7.273188 6.05155) + (xy -9.407473 6.05155) + (xy -9.410921 6.090949) + (xy -9.415076 6.180822) + (xy -9.416222 6.278556) + (xy -9.415086 6.365875) + (xy -9.413665 6.41733) + (xy -9.411628 6.466492) + (xy -9.408805 6.514324) + (xy -9.405022 6.561786) + (xy -9.40011 6.609838) + (xy -9.393896 6.659441) + (xy -9.386207 6.711556) + (xy -9.376874 6.767142) + (xy -9.365724 6.827161) + (xy -9.352584 6.892572) + (xy -9.337285 6.964337) + (xy -9.319653 7.043417) + (xy -9.299517 7.130771) + (xy -9.276707 7.22736) + (xy -9.251048 7.334144) + (xy -9.222371 7.452085) + (xy -9.217028 7.47395) + (xy -9.191247 7.579785) + (xy -9.168417 7.674446) + (xy -9.1483 7.759054) + (xy -9.130653 7.834727) + (xy -9.115239 7.902586) + (xy -9.101815 7.963749) + (xy -9.090144 8.019336) + (xy -9.079983 8.070466) + (xy -9.071094 8.118259) + (xy -9.063237 8.163834) + (xy -9.05617 8.20831) + (xy -9.049655 8.252807) + (xy -9.049002 8.257463) + (xy -9.033142 8.406291) + (xy -9.027048 8.554251) + (xy -9.029927 8.681449) + (xy -9.031334 8.707225) + (xy -9.032605 8.729801) + (xy -9.033865 8.750415) + (xy -9.03524 8.770307) + (xy -9.036855 8.790715) + (xy -9.038835 8.812877) + (xy -9.041305 8.838034) + (xy -9.044391 8.867422) + (xy -9.048216 8.902282) + (xy -9.052908 8.943851) + (xy -9.05859 8.99337) + (xy -9.065389 9.052075) + (xy -9.073429 9.121207) + (xy -9.080518 9.1821) + (xy -9.102633 9.375115) + (xy -9.122673 9.556701) + (xy -9.140716 9.727948) + (xy -9.156838 9.889946) + (xy -9.171114 10.043782) + (xy -9.183621 10.190547) + (xy -9.194434 10.331327) + (xy -9.20363 10.467214) + (xy -9.211286 10.599295) + (xy -9.217477 10.72866) + (xy -9.222278 10.856397) + (xy -9.225768 10.983595) + (xy -9.228021 11.111343) + (xy -9.229113 11.24073) + (xy -9.229248 11.30935) + (xy -9.229082 11.410837) + (xy -9.228573 11.501378) + (xy -9.22766 11.582724) + (xy -9.226282 11.656627) + (xy -9.224379 11.724838) + (xy -9.221889 11.789108) + (xy -9.218752 11.851189) + (xy -9.214907 11.91283) + (xy -9.210292 11.975784) + (xy -9.204848 12.041802) + (xy -9.203101 12.061825) + (xy -9.199229 12.116251) + (xy -9.196168 12.182656) + (xy -9.193912 12.261226) + (xy -9.192455 12.352149) + (xy -9.19189 12.42695) + (xy -9.191536 12.491988) + (xy -9.191074 12.545723) + (xy -9.190445 12.589551) + (xy -9.18959 12.624869) + (xy -9.18845 12.653074) + (xy -9.186965 12.675563) + (xy -9.185077 12.693732) + (xy -9.182726 12.708978) + (xy -9.179854 12.722698) + (xy -9.179284 12.725086) + (xy -9.154737 12.803745) + (xy -9.121403 12.873297) + (xy -9.079105 12.933965) + (xy -9.027669 12.985976) + (xy -8.966921 13.029553) + (xy -8.924925 13.05223) + (xy -8.881398 13.071633) + (xy -8.84101 13.085634) + (xy -8.799763 13.095171) + (xy -8.753663 13.101184) + (xy -8.702675 13.104447) + (xy -8.604824 13.102751) + ) (layer "B.SilkS") (width 0.01) (fill solid) (tstamp 0c6d6cbe-7349-47c7-937f-5cbe1c72c2c0)) + ) + + (gr_rect (start 131 58) (end 201 128) (layer "Edge.Cuts") (width 0.1) (fill none) (tstamp 272067bd-8c07-4b9e-8035-ebfa877cf50f)) + (gr_text "https://github.com/Hypfer/WiFiFanCon" (at 178.75 126) (layer "B.SilkS") (tstamp 7a857962-703b-4723-a36e-ab4c22e6b00f) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "GND" (at 149.75 60.3) (layer "F.SilkS") (tstamp 01558f3a-2dc4-4b55-b7fc-f1387c903c1b) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "TACH" (at 191 74) (layer "F.SilkS") (tstamp 0a29a96c-a066-4da1-b0c8-ec2b1fd94842) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 195.9 104.4) (layer "F.SilkS") (tstamp 0e61f62c-b839-402a-91bb-6cfa210f472e) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "IO33" (at 144.8 67.5) (layer "F.SilkS") (tstamp 143a5a44-b079-4eae-8649-327687abd4a6) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "10k" (at 178.6 89) (layer "F.SilkS") (tstamp 16d3b637-f82c-49e6-9380-83d0ea973f98) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "+12V" (at 198.2 120.6) (layer "F.SilkS") (tstamp 181d422c-0f2e-48c9-9af6-e71d39be488a) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "VCC" (at 176.6 115.5) (layer "F.SilkS") (tstamp 20d09919-16ab-4720-9032-5c587f35aac1) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "+5V" (at 171.5 115.5) (layer "F.SilkS") (tstamp 22390985-49c7-4eed-8020-ed04a0c05873) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "+3V3" (at 167.87 60.3) (layer "F.SilkS") (tstamp 2b3a5028-7857-469c-a44a-ddd0cef4b660) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "PWM" (at 188.3 104.4) (layer "F.SilkS") (tstamp 2e1cadd7-b8af-4f91-ad08-934af92a4a9c) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 193.4 83.6) (layer "F.SilkS") (tstamp 3014cae9-823c-45a7-86f3-cbb44043c16b) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "TACH" (at 190.9 83.6) (layer "F.SilkS") (tstamp 31f176d2-a4d1-4bef-b482-ef9eac0d2a7c) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 180.5 60.3) (layer "F.SilkS") (tstamp 366c448e-838a-4dda-bfce-7c686ac5aebc) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 193.4 104.4) (layer "F.SilkS") (tstamp 3a2689f7-b699-4474-a2ae-3971a87a7bb9) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 188.6 115 90) (layer "F.SilkS") (tstamp 3b45a8ba-3284-4e6d-bba7-0ce178cbd1f0) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 196 74) (layer "F.SilkS") (tstamp 405a8221-078f-463e-aa21-2a3910a3276f) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 193.5 74) (layer "F.SilkS") (tstamp 51dbae93-65c5-42ad-9ded-36994e08205b) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "PWM" (at 188.4 74) (layer "F.SilkS") (tstamp 5345f60a-401b-44c2-b45b-5601a1c4a4fe) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 195.9 94.6) (layer "F.SilkS") (tstamp 568a6eca-8f96-4ca2-b46c-0b831c49bec5) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 195.9 83.6) (layer "F.SilkS") (tstamp 599775d9-4975-40bc-aa83-8ba2316c5b7d) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "WiFiFanCon Revision 2022.04.0" (at 165.5 85 90) (layer "F.SilkS") (tstamp 5d9d789b-024d-4490-af22-5a7b011642d0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "GND" (at 150 67.5) (layer "F.SilkS") (tstamp 692c7051-02d4-4f15-9eb3-d28e141d3762) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "10k" (at 178.6 80) (layer "F.SilkS") (tstamp 74e0fdff-cc45-4f4f-8912-0c78e507bf08) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "GND" (at 165.3 60.3) (layer "F.SilkS") (tstamp 7eb6b9c6-0aae-42f9-8a3a-5f05c5f882d6) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 194.5 115 90) (layer "F.SilkS") (tstamp 832c787b-4246-4717-89eb-7415bfd84272) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "10k" (at 178.5 71) (layer "F.SilkS") (tstamp 89e7a44d-afa0-49c7-b88b-6c6c571709eb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "PWM" (at 188.3 83.6) (layer "F.SilkS") (tstamp 992e9c25-9c09-4a5b-b6ca-7b705081c16a) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "PWM" (at 188.3 94.6) (layer "F.SilkS") (tstamp 9a8f96f2-7428-4137-9f75-afba9dab083b) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "+5V" (at 152.32 60.3) (layer "F.SilkS") (tstamp 9f0d7a8d-16f7-49b3-b4e3-ba2e75d928cc) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 181.5 104.5) (layer "F.SilkS") (tstamp 9f283a73-cb17-46bc-9a75-6e4e13823706) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "10k" (at 178.5 98) (layer "F.SilkS") (tstamp 9fd2de02-f779-4c3d-8b8c-34440ac38f90) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "VCC" (at 193.4 94.6) (layer "F.SilkS") (tstamp a731989e-1331-4b66-822c-afd212df09e9) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "TACH" (at 190.9 94.6) (layer "F.SilkS") (tstamp c2718ee9-a458-4e18-9297-44279b13b175) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "IO32" (at 142.4 67.5) (layer "F.SilkS") (tstamp c70a1b70-1767-429a-adf2-90c58824a28a) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "TACH" (at 190.9 104.4) (layer "F.SilkS") (tstamp cce5aae8-f075-4bc6-8bdf-17ec473ac390) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "ESP32 DEVKIT DOIT" (at 148 102) (layer "F.SilkS") (tstamp d1ee93b5-4f0f-4353-a2fd-96c38164a901) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "IO26" (at 137.3 67.5) (layer "F.SilkS") (tstamp dbe7a4a5-102e-4160-9d1d-c9aa8ae5bc58) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "IO27" (at 139.9 67.5) (layer "F.SilkS") (tstamp dc0da1dd-f5a9-4cf7-aef6-0547ba3c81b0) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "GND" (at 174.1 115.5) (layer "F.SilkS") (tstamp e4eb7f2e-93d7-4c78-ab2f-ed0700191e15) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "VCC" (at 183.07 60.3) (layer "F.SilkS") (tstamp f591a7f3-75da-45b2-bf0a-277d8c31ef1c) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "+5V" (at 174.25 104.525) (layer "F.SilkS") (tstamp f87fb801-a238-4eb0-9e47-460f08d88510) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + (gr_text "+3V3" (at 147.3 67.5) (layer "F.SilkS") (tstamp fc254a1e-32ac-4ee8-ac6b-48cb50599ba3) + (effects (font (size 0.5 0.5) (thickness 0.125))) + ) + + (segment (start 179.04 115) (end 176.54 117.5) (width 1.5) (layer "F.Cu") (net 2) (tstamp 0e0b8577-a5cf-4e15-a770-e44e5ba5fbf9)) + (segment (start 198 106) (end 193.46 101.46) (width 1.5) (layer "F.Cu") (net 2) (tstamp 227ac4b1-9b05-4532-8b98-59967d2b942e)) + (segment (start 193.46 67.485) (end 193.46 70) (width 1.5) (layer "F.Cu") (net 2) (tstamp 2f3cca20-37c3-4fa5-863a-aee7a57a22f2)) + (segment (start 193.46 80) (end 193.46 70) (width 1.5) (layer "F.Cu") (net 2) (tstamp 3ed8301d-8e3a-4f5d-bff8-67e2b7c2e65f)) + (segment (start 198 118) (end 198 106) (width 1.5) (layer "F.Cu") (net 2) (tstamp 57b38903-a059-4432-a13e-078e35373265)) + (segment (start 181.444888 114.944888) (end 181.5 115) (width 1.5) (layer "F.Cu") (net 2) (tstamp 5862d5d4-0323-488a-a88d-eea5d0e5ba3e)) + (segment (start 193.46 101.46) (end 193.46 100) (width 1.5) (layer "F.Cu") (net 2) (tstamp 6d93061b-b421-48b8-9583-84d3f80d9d4a)) + (segment (start 188.475 62.5) (end 193.46 67.485) (width 1.5) (layer "F.Cu") (net 2) (tstamp 72a778f2-8d9a-4078-bdab-4bfa8bb1792e)) + (segment (start 181.444888 106) (end 181.444888 114.944888) (width 1.5) (layer "F.Cu") (net 2) (tstamp 76887987-5d2f-4040-8ebf-603bae967a51)) + (segment (start 187 119) (end 197 119) (width 1.5) (layer "F.Cu") (net 2) (tstamp 7f990b39-ecf5-47d3-932c-1b661e83e9f4)) + (segment (start 193.46 90) (end 193.46 80) (width 1.5) (layer "F.Cu") (net 2) (tstamp 9d55762b-be0a-44e7-a29e-58c98f9b59de)) + (segment (start 197 119) (end 198 118) (width 1.5) (layer "F.Cu") (net 2) (tstamp ac18dfbe-9362-4acc-91e8-fac48b6b8894)) + (segment (start 186.5 115) (end 186.5 118.5) (width 1.5) (layer "F.Cu") (net 2) (tstamp b278e418-b4a1-4d45-8466-8236c2240580)) + (segment (start 186.5 118.5) (end 187 119) (width 1.5) (layer "F.Cu") (net 2) (tstamp b5fcd993-2966-402e-a89c-8ab7a00f6c2d)) + (segment (start 186.5 115) (end 181.5 115) (width 1.5) (layer "F.Cu") (net 2) (tstamp c5328003-7aee-4519-a1d5-9a88f07e5e84)) + (segment (start 193.46 100) (end 193.46 90) (width 1.5) (layer "F.Cu") (net 2) (tstamp df92af2e-7872-41b3-8316-33923392cbf7)) + (segment (start 181.5 115) (end 179.04 115) (width 1.5) (layer "F.Cu") (net 2) (tstamp dfef2219-8778-4fb2-adf5-c3364bbfc557)) + (segment (start 183.04 62.5) (end 188.475 62.5) (width 1.5) (layer "F.Cu") (net 2) (tstamp f4c1d787-5656-414c-af07-09a936e9ebbb)) + (segment (start 169.74 80) (end 169.74 71) (width 0.75) (layer "F.Cu") (net 3) (tstamp 13d2cecd-8036-4ff6-ac35-a79999d605fc)) + (segment (start 167.79 62.5) (end 167.79 70.99) (width 0.75) (layer "F.Cu") (net 3) (tstamp 19fe16d0-431c-41d3-a1e0-39447188bc64)) + (segment (start 173.5 80) (end 169.74 80) (width 0.75) (layer "F.Cu") (net 3) (tstamp 33ae06f6-c85b-44d6-84cd-9a82f6512ba4)) + (segment (start 147.46 72.46) (end 147.46 70.025) (width 0.75) (layer "F.Cu") (net 3) (tstamp 454d007a-6680-47ba-8dc1-b65497acd231)) + (segment (start 163.15 116.85) (end 160.7 116.85) (width 0.75) (layer "F.Cu") (net 3) (tstamp 4e9a1005-90e4-406c-9577-627c47e1fa5a)) + (segment (start 173.5 98) (end 169.74 98) (width 0.75) (layer "F.Cu") (net 3) (tstamp 53b86381-e47c-4050-94fa-f46168cefa30)) + (segment (start 169.74 98) (end 169.74 89) (width 0.75) (layer "F.Cu") (net 3) (tstamp 59672a5a-e2e8-4c20-af9c-07e2db41c8ca)) + (segment (start 173.5 71) (end 169.74 71) (width 0.75) (layer "F.Cu") (net 3) (tstamp 66b652df-f214-4c2a-88e5-c7750869f360)) + (segment (start 148 73) (end 147.46 72.46) (width 0.75) (layer "F.Cu") (net 3) (tstamp 71f26aae-ab1e-4f4b-8323-70ba66d10931)) + (segment (start 167.79 70.99) (end 167.8 71) (width 0.75) (layer "F.Cu") (net 3) (tstamp 72e45668-0b11-46f0-b845-f9df92716ad0)) + (segment (start 167.8 71) (end 159 71) (width 0.75) (layer "F.Cu") (net 3) (tstamp 781e406d-480b-4240-a82d-a8c62c077b09)) + (segment (start 169.74 71) (end 167.8 71) (width 0.75) (layer "F.Cu") (net 3) (tstamp 95ba9e10-220e-40f6-9097-5f07a6082b3a)) + (segment (start 169.74 89) (end 169.74 80) (width 0.75) (layer "F.Cu") (net 3) (tstamp a32c01b9-0981-4432-bbc4-a6489c67af11)) + (segment (start 157 73) (end 148 73) (width 0.75) (layer "F.Cu") (net 3) (tstamp af4781b5-fbf7-4f94-98ab-d7dd552d4ef8)) + (segment (start 159 71) (end 157 73) (width 0.75) (layer "F.Cu") (net 3) (tstamp d1db3464-46ab-481f-8233-3102bd8605d4)) + (segment (start 173.5 89) (end 169.74 89) (width 0.75) (layer "F.Cu") (net 3) (tstamp e1d5e931-c9eb-4469-8faf-6520d14f549e)) + (segment (start 169.74 98) (end 169.74 110.26) (width 0.75) (layer "F.Cu") (net 3) (tstamp e7cc00b1-57cc-4403-b162-726c1c968efe)) + (segment (start 169.74 110.26) (end 163.15 116.85) (width 0.75) (layer "F.Cu") (net 3) (tstamp fa1003e2-fb09-4655-8a59-a2dcc50622ad)) + (segment (start 165.5 79) (end 159.75 73.25) (width 0.75) (layer "F.Cu") (net 18) (tstamp 1bc04f09-c31d-4d9f-b1f0-d727555a9554)) + (segment (start 163 114.5) (end 163 101.67) (width 0.75) (layer "F.Cu") (net 18) (tstamp 7fa7ce08-bbed-4bee-a703-c9ec6d114ea1)) + (segment (start 165.5 99.17) (end 165.5 79) (width 0.75) (layer "F.Cu") (net 18) (tstamp bc44d6a1-e089-465c-8871-49e57527bc9a)) + (segment (start 163 101.67) (end 165.5 99.17) (width 0.75) (layer "F.Cu") (net 18) (tstamp e92b0e47-f667-4181-a1bf-33d7565a2a3a)) + (via (at 163 114.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp 34fe2cc8-3fbd-4fe9-80fd-bfd685b5e136)) + (via (at 159.75 73.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp 8db2af74-1a85-426f-bc0e-b84559f9b624)) + (segment (start 139.7 121.25) (end 159.75 121.25) (width 0.75) (layer "B.Cu") (net 18) (tstamp 14f9c3a4-a86b-4eb3-96a4-da14b1fd1790)) + (segment (start 135.3 116.85) (end 139.7 121.25) (width 0.75) (layer "B.Cu") (net 18) (tstamp 2778d783-6019-4027-b6a1-850375732747)) + (segment (start 163 114.5) (end 163 118) (width 0.75) (layer "B.Cu") (net 18) (tstamp 4a250130-af4d-4ae2-823a-e5173c28bea0)) + (segment (start 159.75 69.935) (end 152.29 62.475) (width 0.75) (layer "B.Cu") (net 18) (tstamp e7287864-2c8a-4947-bb42-3305e38d0561)) + (segment (start 163 118) (end 159.75 121.25) (width 0.75) (layer "B.Cu") (net 18) (tstamp ed8ba64f-9804-4639-b588-e9ff9e67f01f)) + (segment (start 159.75 73.25) (end 159.75 69.935) (width 0.75) (layer "B.Cu") (net 18) (tstamp f4490352-827d-4975-b286-e978688f87a7)) + (segment (start 170 101) (end 184 101) (width 0.25) (layer "B.Cu") (net 20) (tstamp 2486ed98-61f3-425e-be8b-10d589a7bbc5)) + (segment (start 166.85 104.15) (end 170 101) (width 0.25) (layer "B.Cu") (net 20) (tstamp 4d8cfff7-cd44-4f07-ac26-d1c561a3f012)) + (segment (start 186 99) (end 186 98) (width 0.25) (layer "B.Cu") (net 20) (tstamp 50a2683e-a1d6-4821-8a37-f59d13dbc74d)) + (segment (start 188.92 98) (end 190.92 100) (width 0.25) (layer "B.Cu") (net 20) (tstamp 552d4e93-b3dd-4aac-a725-f96239339f6f)) + (segment (start 186 98) (end 188.92 98) (width 0.25) (layer "B.Cu") (net 20) (tstamp 5824111a-ff85-4acc-97df-9016bd01d8b2)) + (segment (start 160.7 104.15) (end 166.85 104.15) (width 0.25) (layer "B.Cu") (net 20) (tstamp 7c99f04a-2e01-42e7-bb7b-a348b97e7136)) + (segment (start 184 101) (end 186 99) (width 0.25) (layer "B.Cu") (net 20) (tstamp f249363a-a26d-4d4e-8e28-79d51fb733d7)) + (segment (start 186 98) (end 183.66 98) (width 0.25) (layer "B.Cu") (net 20) (tstamp fb514aa7-1ee1-42ce-a6bd-1fc351a3a4cb)) + (segment (start 188.38 100.3) (end 188.38 95.92) (width 0.25) (layer "F.Cu") (net 21) (tstamp 959f0989-468f-4342-bb75-13793619e195)) + (via (at 188.38 95.92) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 21) (tstamp d101abf1-d4ed-44dc-8dd9-609b10478804)) + (segment (start 160.7 101.61) (end 166.64 101.61) (width 0.25) (layer "B.Cu") (net 21) (tstamp 05641547-6b29-412b-93aa-3dab1a224e19)) + (segment (start 172.33 95.92) (end 173.17 95.92) (width 0.25) (layer "B.Cu") (net 21) (tstamp b1cbd622-c301-4c9c-961a-d66a9ef69dd1)) + (segment (start 188.38 95.92) (end 173.17 95.92) (width 0.25) (layer "B.Cu") (net 21) (tstamp da173b81-1d8e-48ac-a422-78f51613c4c0)) + (segment (start 166.64 101.61) (end 172.33 95.92) (width 0.25) (layer "B.Cu") (net 21) (tstamp fec8714d-7ebb-4f27-b382-7f346c3c4b73)) + (segment (start 135.3 96.53) (end 136.3 96.53) (width 0.25) (layer "B.Cu") (net 22) (tstamp 254e2946-020a-45fe-b40c-aeb25b95a6ba)) + (segment (start 144.92 87.91) (end 136.3 96.53) (width 0.25) (layer "B.Cu") (net 22) (tstamp 39ab1364-4b89-456d-af70-3d52afacf4e1)) + (segment (start 144.92 70.025) (end 144.92 87.91) (width 0.25) (layer "B.Cu") (net 22) (tstamp 9ec5a323-680e-444c-9133-5eaada78ee33)) + (segment (start 142.38 87.91) (end 136.3 93.99) (width 0.25) (layer "B.Cu") (net 23) (tstamp c14a8bd7-5e01-4efa-ba3d-a8c3f5a798d8)) + (segment (start 136.3 93.99) (end 135.3 93.99) (width 0.25) (layer "B.Cu") (net 23) (tstamp c271f239-f33f-406b-af5e-f15837413cfc)) + (segment (start 142.38 70.025) (end 142.38 87.91) (width 0.25) (layer "B.Cu") (net 23) (tstamp fee72774-5fd0-4eb2-a63e-f08ece0b6a4d)) + (segment (start 133 76.865) (end 139.84 70.025) (width 0.25) (layer "B.Cu") (net 24) (tstamp 57076786-cff1-417f-ad97-881005ed2826)) + (segment (start 135.3 104.15) (end 134.15 104.15) (width 0.25) (layer "B.Cu") (net 24) (tstamp db26cd4c-c8a5-45e5-8f52-26564d999241)) + (segment (start 133 103) (end 133 76.865) (width 0.25) (layer "B.Cu") (net 24) (tstamp dd91f693-06c5-428f-b7f1-9a6401358ac5)) + (segment (start 134.15 104.15) (end 133 103) (width 0.25) (layer "B.Cu") (net 24) (tstamp e087d141-15b0-45c7-820e-58421e605812)) + (segment (start 188.92 93) (end 190.92 91) (width 0.25) (layer "B.Cu") (net 25) (tstamp 0a6fcf9a-e098-4405-b749-e8f14b982ba6)) + (segment (start 183.66 91.66) (end 185 93) (width 0.25) (layer "B.Cu") (net 25) (tstamp 1b67185b-9ba6-45bb-ad51-fd16f90ed81c)) + (segment (start 168 93) (end 164.47 96.53) (width 0.25) (layer "B.Cu") (net 25) (tstamp 29fe7f9a-b6a3-4fce-b21d-e3e218945923)) + (segment (start 185 93) (end 168 93) (width 0.25) (layer "B.Cu") (net 25) (tstamp 573b3698-33bf-4514-bdd9-8069b6977e3c)) + (segment (start 183.66 89) (end 183.66 91.66) (width 0.25) (layer "B.Cu") (net 25) (tstamp 678e3b6d-e205-4ac4-a1f6-b1107e975f21)) + (segment (start 185 93) (end 188.92 93) (width 0.25) (layer "B.Cu") (net 25) (tstamp 69f5bdc4-99ff-44b2-8440-93ec19aba262)) + (segment (start 164.47 96.53) (end 160.7 96.53) (width 0.25) (layer "B.Cu") (net 25) (tstamp e1fd4757-2833-486c-bff4-fe755e3daa8d)) + (segment (start 169 86) (end 169 90) (width 0.25) (layer "B.Cu") (net 26) (tstamp 26ce34a4-adb4-4f73-b140-bc7053dfcf6e)) + (segment (start 188.38 88.38) (end 186 86) (width 0.25) (layer "B.Cu") (net 26) (tstamp 2ea26274-0ea8-4cf8-8fff-2b0fb29cbea2)) + (segment (start 188.38 91) (end 188.38 88.38) (width 0.25) (layer "B.Cu") (net 26) (tstamp 738a49d0-6478-4a2f-87d6-46dcbfb65e4a)) + (segment (start 165.01 93.99) (end 160.7 93.99) (width 0.25) (layer "B.Cu") (net 26) (tstamp 7514d9ab-28fd-4ebf-b0d3-475b5bfa893f)) + (segment (start 186 86) (end 169 86) (width 0.25) (layer "B.Cu") (net 26) (tstamp 75265228-21d4-459b-b681-6ed816820dd8)) + (segment (start 169 90) (end 165.01 93.99) (width 0.25) (layer "B.Cu") (net 26) (tstamp 9e03d60d-f4bd-4750-9148-3a9bcc906adf)) + (segment (start 185 85) (end 168 85) (width 0.25) (layer "B.Cu") (net 27) (tstamp 0e50af63-542e-409b-ba37-b7b56db518b8)) + (segment (start 186 84) (end 185 85) (width 0.25) (layer "B.Cu") (net 27) (tstamp 2ac1be23-00f5-4116-a2ef-aef3ed08bf1c)) + (segment (start 168 85) (end 167 86) (width 0.25) (layer "B.Cu") (net 27) (tstamp 2f849e44-63da-4601-bbb6-28feb7f40c32)) + (segment (start 189.995479 82.995479) (end 190 83) (width 0.25) (layer "B.Cu") (net 27) (tstamp 49ded2dd-60e7-4740-8c8a-c8e43f447a6e)) + (segment (start 190.92 80) (end 189.995479 80.924521) (width 0.25) (layer "B.Cu") (net 27) (tstamp 62ec1f1d-79a6-4456-9e85-57cd6d5d1ac2)) + (segment (start 189.995479 80.924521) (end 189.995479 82.995479) (width 0.25) (layer "B.Cu") (net 27) (tstamp 6b2eca58-5f9c-4f61-979e-224cf7bab937)) + (segment (start 183.66 81.66) (end 183.66 80) (width 0.25) (layer "B.Cu") (net 27) (tstamp 7adf48ee-50ab-4c85-be8d-deadb64adb95)) + (segment (start 190 83) (end 189 84) (width 0.25) (layer "B.Cu") (net 27) (tstamp 9b181e4f-bb5f-4dce-8d79-f6b09ed57e28)) + (segment (start 167 86) (end 167 89) (width 0.25) (layer "B.Cu") (net 27) (tstamp bd9392ef-afd2-445e-8c93-1394f65f6af1)) + (segment (start 164.55 91.45) (end 160.7 91.45) (width 0.25) (layer "B.Cu") (net 27) (tstamp c8ec7f70-7778-4e3a-a4cb-cef6594c0f81)) + (segment (start 186 84) (end 183.66 81.66) (width 0.25) (layer "B.Cu") (net 27) (tstamp cf524a0e-371c-426a-a254-814d1a411759)) + (segment (start 189 84) (end 186 84) (width 0.25) (layer "B.Cu") (net 27) (tstamp ef4b1dcb-5374-48b4-a3ac-a6724f34c451)) + (segment (start 167 89) (end 164.55 91.45) (width 0.25) (layer "B.Cu") (net 27) (tstamp f9b514c1-989c-413e-863a-78f465047a49)) + (segment (start 167.17 83.83) (end 160.7 83.83) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5f91cccb-9d54-4c28-a42f-fd627e2c7e9b)) + (segment (start 169 77) (end 169 82) (width 0.25) (layer "B.Cu") (net 28) (tstamp 657f924d-ef3c-4cd1-a4fd-6a5c7c78720e)) + (segment (start 185.38 77) (end 169 77) (width 0.25) (layer "B.Cu") (net 28) (tstamp 741c7719-9b8b-487f-81ac-8e4f9682f545)) + (segment (start 169 82) (end 167.17 83.83) (width 0.25) (layer "B.Cu") (net 28) (tstamp 873f8e99-b9fb-4c9f-9737-fc501c0bdfd4)) + (segment (start 188.38 80) (end 185.38 77) (width 0.25) (layer "B.Cu") (net 28) (tstamp b9db8088-4805-4b39-8175-237296af42f2)) + (segment (start 189 72) (end 187 74) (width 0.25) (layer "B.Cu") (net 29) (tstamp 29455ab3-adc1-438e-abbf-72d04a59eba7)) + (segment (start 164.71 81.29) (end 160.7 81.29) (width 0.25) (layer "B.Cu") (net 29) (tstamp 2d431a35-a0bf-4077-84ef-d9b989fe4e4d)) + (segment (start 187 74) (end 186.9 74) (width 0.25) (layer "B.Cu") (net 29) (tstamp 370a74a4-2326-4885-a4ac-842e6abc18fc)) + (segment (start 186.66 74) (end 186.9 74) (width 0.25) (layer "B.Cu") (net 29) (tstamp 4b6519fe-9397-4a2c-b61c-cecc613b2f34)) + (segment (start 166 80) (end 164.71 81.29) (width 0.25) (layer "B.Cu") (net 29) (tstamp 5620244d-34d6-45b6-80bd-49e4f84efb41)) + (segment (start 183.66 71) (end 186.66 74) (width 0.25) (layer "B.Cu") (net 29) (tstamp 5a930bef-3e04-4182-b67c-0e21f02af215)) + (segment (start 167 74) (end 166 75) (width 0.25) (layer "B.Cu") (net 29) (tstamp 78e6f19e-73d1-40b0-8121-63dac90069ab)) + (segment (start 166 75) (end 166 80) (width 0.25) (layer "B.Cu") (net 29) (tstamp cbf7496e-6124-45e2-9256-ae1ff1a66804)) + (segment (start 189 72) (end 190.92 70.08) (width 0.25) (layer "B.Cu") (net 29) (tstamp d802e509-48aa-4576-955a-2d7674b87192)) + (segment (start 186.9 74) (end 167 74) (width 0.25) (layer "B.Cu") (net 29) (tstamp fab14791-43dd-4a7f-b351-cbb946c0d092)) + (segment (start 190.92 70.08) (end 190.92 70) (width 0.25) (layer "B.Cu") (net 29) (tstamp fbdece86-00e6-4e36-bc7f-e80c02b33fad)) + (segment (start 188.38 69.38) (end 187 68) (width 0.25) (layer "B.Cu") (net 30) (tstamp 199f7c3e-4ad9-4e4a-8dae-8a5d5cde2e0f)) + (segment (start 169 68) (end 159 78) (width 0.25) (layer "B.Cu") (net 30) (tstamp 39ce4544-783a-49ac-abdc-e0c9795004cd)) + (segment (start 187 68) (end 169 68) (width 0.25) (layer "B.Cu") (net 30) (tstamp 5055d36a-3d37-4df8-b0e4-76358f957062)) + (segment (start 159 78) (end 159 95) (width 0.25) (layer "B.Cu") (net 30) (tstamp 5e02e4c3-325e-4f44-ad20-c3bb2d9af99c)) + (segment (start 159 95) (end 154.93 99.07) (width 0.25) (layer "B.Cu") (net 30) (tstamp 6544e53c-427b-4b2c-aa34-228ba413899d)) + (segment (start 188.38 70) (end 188.38 69.38) (width 0.25) (layer "B.Cu") (net 30) (tstamp b2b98c00-f24a-4e4e-8453-efa6c4cc66dc)) + (segment (start 154.93 99.07) (end 135.3 99.07) (width 0.25) (layer "B.Cu") (net 30) (tstamp c6a4bbee-7a08-4d3a-8c8b-750d23bcd4f9)) + (segment (start 133 101) (end 133 74.325) (width 0.25) (layer "F.Cu") (net 31) (tstamp 5433a8cd-435b-4626-b123-3ef128e1770d)) + (segment (start 135.3 101.61) (end 133.61 101.61) (width 0.25) (layer "F.Cu") (net 31) (tstamp 7fd15fd8-9889-4104-8b44-5a8497721711)) + (segment (start 133 74.325) (end 137.3 70.025) (width 0.25) (layer "F.Cu") (net 31) (tstamp 94aea790-5c36-4477-9ca3-fb040b99a906)) + (segment (start 133 101) (end 133.61 101.61) (width 0.25) (layer "F.Cu") (net 31) (tstamp c757e508-ebfc-4ce6-98b9-88bbc5469ca0)) + (segment (start 171.5 112.5) (end 174.344888 109.655112) (width 0.75) (layer "F.Cu") (net 32) (tstamp 1876d143-2824-4d58-aed6-30fb40920eb7)) + (segment (start 171.42 117.5) (end 171.5 117.5) (width 0.75) (layer "F.Cu") (net 32) (tstamp 28a80cc5-2fe3-4701-b86f-635f1365998e)) + (segment (start 171.5 117.5) (end 171.5 112.5) (width 0.75) (layer "F.Cu") (net 32) (tstamp 6e4756cc-f891-43af-942c-f6829a2c7d69)) + (segment (start 174.344888 109.655112) (end 174.344888 106) (width 0.75) (layer "F.Cu") (net 32) (tstamp d6e03d28-dc56-453f-92ae-98456952a6d6)) + (segment (start 171.42 112.92) (end 167.83 109.33) (width 0.75) (layer "B.Cu") (net 32) (tstamp 796b53e4-e5cd-4580-8174-46deb75c87c0)) + (segment (start 171.42 117.5) (end 171.42 112.92) (width 0.75) (layer "B.Cu") (net 32) (tstamp b7629ef8-a083-407d-ba3e-d260a2831f6a)) + (segment (start 167.83 109.33) (end 165.5 109.33) (width 0.75) (layer "B.Cu") (net 32) (tstamp f3ef5fd1-3c83-4148-8c14-b98874594fd4)) + + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 072ec95d-40fc-4dee-9b48-f8283f80555b) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 187.873294 101.315) + (xy 187.515 100.956706) + (xy 187.515 99.643294) + (xy 188.38 98.778294) + (xy 189.245 99.643294) + (xy 189.245 100.956706) + (xy 188.886706 101.315) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.414648 98.812942) + (xy 189.230648 99.628942) + (xy 189.245 99.66359) + (xy 189.245 100.93641) + (xy 189.230648 100.971058) + (xy 188.901058 101.300648) + (xy 188.86641 101.315) + (xy 187.89359 101.315) + (xy 187.858942 101.300648) + (xy 187.529352 100.971058) + (xy 187.515 100.93641) + (xy 187.515 99.66359) + (xy 187.529352 99.628942) + (xy 188.345352 98.812942) + (xy 188.38 98.79859) + ) + ) + ) + (zone (net 31) (net_name "Net-(EXT1-Pad6)") (layer "F.Cu") (tstamp 07492a99-d0fa-44ff-a362-583607088e79) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.45 70.85) + (xy 136.45 69.647918) + (xy 136.947918 69.15) + (xy 137.652082 69.15) + (xy 138.15 69.647918) + (xy 138.15 70.352082) + (xy 137.652082 70.85) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 137.666434 69.164352) + (xy 138.135648 69.633566) + (xy 138.15 69.668214) + (xy 138.15 70.331786) + (xy 138.135648 70.366434) + (xy 137.666434 70.835648) + (xy 137.631786 70.85) + (xy 136.499 70.85) + (xy 136.464352 70.835648) + (xy 136.45 70.801) + (xy 136.45 69.668214) + (xy 136.464352 69.633566) + (xy 136.933566 69.164352) + (xy 136.968214 69.15) + (xy 137.631786 69.15) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp 1030b53c-2f76-418f-8e25-8a598d45b9ab) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 116.85) + (xy 161.015631 117.612) + (xy 160.384369 117.612) + (xy 159.938 117.165631) + (xy 159.938 116.534369) + (xy 160.384369 116.088) + (xy 161.015631 116.088) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 161.029983 116.102352) + (xy 161.742983 116.815352) + (xy 161.757335 116.85) + (xy 161.742983 116.884648) + (xy 161.029983 117.597648) + (xy 160.995335 117.612) + (xy 160.404665 117.612) + (xy 160.370017 117.597648) + (xy 159.952352 117.179983) + (xy 159.938 117.145335) + (xy 159.938 116.554665) + (xy 159.952352 116.520017) + (xy 160.370017 116.102352) + (xy 160.404665 116.088) + (xy 160.995335 116.088) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 1c4320f6-96b5-4241-8385-5eecee3e8602) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp 1eeced55-91b9-4e25-8db7-6cdb61220771) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 174.3 98.331371) + (xy 173.831371 98.8) + (xy 173.168629 98.8) + (xy 172.368629 98) + (xy 173.168629 97.2) + (xy 173.831371 97.2) + (xy 174.3 97.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 173.845723 97.214352) + (xy 174.285648 97.654277) + (xy 174.3 97.688925) + (xy 174.3 98.311075) + (xy 174.285648 98.345723) + (xy 173.845723 98.785648) + (xy 173.811075 98.8) + (xy 173.188925 98.8) + (xy 173.154277 98.785648) + (xy 172.403277 98.034648) + (xy 172.388925 98) + (xy 172.403277 97.965352) + (xy 173.154277 97.214352) + (xy 173.188925 97.2) + (xy 173.811075 97.2) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "F.Cu") (tstamp 27ff8759-5aac-4c83-b9a1-3cea591ecfb7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 163.4 114.665686) + (xy 163.165686 114.9) + (xy 162.834314 114.9) + (xy 162.6 114.665686) + (xy 162.6 114.334314) + (xy 163 113.934314) + (xy 163.4 114.334314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 163.034648 113.968962) + (xy 163.385648 114.319962) + (xy 163.4 114.35461) + (xy 163.4 114.64539) + (xy 163.385648 114.680038) + (xy 163.180038 114.885648) + (xy 163.14539 114.9) + (xy 162.85461 114.9) + (xy 162.819962 114.885648) + (xy 162.614352 114.680038) + (xy 162.6 114.64539) + (xy 162.6 114.35461) + (xy 162.614352 114.319962) + (xy 162.965352 113.968962) + (xy 163 113.95461) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp 2ec40d73-bc48-47e3-8395-12964ae843d2) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 182.244888 106.331371) + (xy 181.444888 107.131371) + (xy 180.644888 106.331371) + (xy 180.644888 105.668629) + (xy 181.113517 105.2) + (xy 181.776259 105.2) + (xy 182.244888 105.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 181.790611 105.214352) + (xy 182.224994 105.648735) + (xy 182.239195 105.687227) + (xy 182.236525 105.721153) + (xy 182.236524 105.722105) + (xy 182.236524 105.722116) + (xy 182.236347 106.028331) + (xy 182.236347 106.028359) + (xy 182.236512 106.319423) + (xy 182.22216 106.354099) + (xy 181.479536 107.096723) + (xy 181.444888 107.111075) + (xy 181.41024 107.096723) + (xy 180.65924 106.345723) + (xy 180.644888 106.311075) + (xy 180.644888 105.688925) + (xy 180.65924 105.654277) + (xy 181.099165 105.214352) + (xy 181.133813 105.2) + (xy 181.755963 105.2) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 43ca1e2a-bc6c-481f-a296-938a65b65acf) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "F.Cu") (tstamp 475554d1-1630-4845-80d0-0c457c9d7ce3) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.062 117.612) + (xy 134.984369 117.612) + (xy 134.538 117.165631) + (xy 134.538 116.534369) + (xy 134.984369 116.088) + (xy 135.615631 116.088) + (xy 136.062 116.534369) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 135.629983 116.102352) + (xy 136.047648 116.520017) + (xy 136.062 116.554665) + (xy 136.062 117.563) + (xy 136.047648 117.597648) + (xy 136.013 117.612) + (xy 135.004665 117.612) + (xy 134.970017 117.597648) + (xy 134.552352 117.179983) + (xy 134.538 117.145335) + (xy 134.538 116.554665) + (xy 134.552352 116.520017) + (xy 134.970017 116.102352) + (xy 135.004665 116.088) + (xy 135.595335 116.088) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp 4f4cbfb3-6012-4be5-a652-ae24dc6158f8) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 193.46 81.021706) + (xy 192.595 80.156706) + (xy 192.595 78.843294) + (xy 193.46 77.978294) + (xy 194.325 78.843294) + (xy 194.325 80.156706) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 193.494648 78.012942) + (xy 194.310648 78.828942) + (xy 194.325 78.86359) + (xy 194.325 80.13641) + (xy 194.310648 80.171058) + (xy 193.494648 80.987058) + (xy 193.46 81.00141) + (xy 193.425352 80.987058) + (xy 192.609352 80.171058) + (xy 192.595 80.13641) + (xy 192.595 78.86359) + (xy 192.609352 78.828942) + (xy 193.425352 78.012942) + (xy 193.46 77.99859) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp 565f8f86-42d5-4f1e-9142-8d719c787d5c) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 193.46 92.021706) + (xy 192.595 91.156706) + (xy 192.595 89.843294) + (xy 193.46 88.978294) + (xy 194.325 89.843294) + (xy 194.325 91.156706) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 193.494648 89.012942) + (xy 194.310648 89.828942) + (xy 194.325 89.86359) + (xy 194.325 91.13641) + (xy 194.310648 91.171058) + (xy 193.494648 91.987058) + (xy 193.46 92.00141) + (xy 193.425352 91.987058) + (xy 192.609352 91.171058) + (xy 192.595 91.13641) + (xy 192.595 89.86359) + (xy 192.609352 89.828942) + (xy 193.425352 89.012942) + (xy 193.46 88.99859) + ) + ) + ) + (zone locked (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp 60be3dfc-0bb5-4d15-9049-5f693ca383b5) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 168.142082 61.65) + (xy 168.64 62.147918) + (xy 168.64 62.852082) + (xy 167.79 63.702082) + (xy 166.94 62.852082) + (xy 166.94 62.147918) + (xy 167.437918 61.65) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 168.156434 61.664352) + (xy 168.625648 62.133566) + (xy 168.64 62.168214) + (xy 168.64 62.831786) + (xy 168.625648 62.866434) + (xy 167.824648 63.667434) + (xy 167.79 63.681786) + (xy 167.755352 63.667434) + (xy 166.954352 62.866434) + (xy 166.94 62.831786) + (xy 166.94 62.168214) + (xy 166.954352 62.133566) + (xy 167.423566 61.664352) + (xy 167.458214 61.65) + (xy 168.121786 61.65) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 68df789b-75eb-4c44-92bb-64cefd789ca7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp 70086e4c-a784-4c4b-ba08-c891967fd8aa) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 174.22 71.331371) + (xy 173.751371 71.8) + (xy 173.088629 71.8) + (xy 172.288629 71) + (xy 173.088629 70.2) + (xy 173.751371 70.2) + (xy 174.22 70.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 173.765723 70.214352) + (xy 174.205648 70.654277) + (xy 174.22 70.688925) + (xy 174.22 71.311075) + (xy 174.205648 71.345723) + (xy 173.765723 71.785648) + (xy 173.731075 71.8) + (xy 173.108925 71.8) + (xy 173.074277 71.785648) + (xy 172.323277 71.034648) + (xy 172.308925 71) + (xy 172.323277 70.965352) + (xy 173.074277 70.214352) + (xy 173.108925 70.2) + (xy 173.731075 70.2) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 717182dd-1470-4964-838c-8c053e0c0f66) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 7c5e1030-7343-417d-bcb1-9d141079cb88) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 32) (net_name "Net-(C2-Pad1)") (layer "F.Cu") (tstamp 806ed10c-2778-424a-9662-42871011d92b) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 175.044888 106.331371) + (xy 174.244888 107.131371) + (xy 173.444888 106.331371) + (xy 173.444888 105.668629) + (xy 173.913517 105.2) + (xy 174.576259 105.2) + (xy 175.044888 105.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 174.590611 105.214352) + (xy 175.024994 105.648735) + (xy 175.039195 105.687227) + (xy 175.036525 105.721153) + (xy 175.036524 105.722105) + (xy 175.036524 105.722116) + (xy 175.036347 106.028331) + (xy 175.036347 106.028359) + (xy 175.036512 106.319423) + (xy 175.02216 106.354099) + (xy 174.279536 107.096723) + (xy 174.244888 107.111075) + (xy 174.21024 107.096723) + (xy 173.45924 106.345723) + (xy 173.444888 106.311075) + (xy 173.444888 105.688925) + (xy 173.45924 105.654277) + (xy 173.899165 105.214352) + (xy 173.933813 105.2) + (xy 174.555963 105.2) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp 83a4995d-5f0f-4e6b-9309-02b46a97a3a4) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 183.392082 61.65) + (xy 184.242082 62.5) + (xy 183.392082 63.35) + (xy 182.687918 63.35) + (xy 182.19 62.852082) + (xy 182.19 62.147918) + (xy 182.687918 61.65) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 183.406434 61.664352) + (xy 184.207434 62.465352) + (xy 184.221786 62.5) + (xy 184.207434 62.534648) + (xy 183.406434 63.335648) + (xy 183.371786 63.35) + (xy 182.708214 63.35) + (xy 182.673566 63.335648) + (xy 182.204352 62.866434) + (xy 182.19 62.831786) + (xy 182.19 62.168214) + (xy 182.204352 62.133566) + (xy 182.673566 61.664352) + (xy 182.708214 61.65) + (xy 183.371786 61.65) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp 862402d2-735f-4092-9fd8-35c69e96f9ed) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 174.3 80.331371) + (xy 173.831371 80.8) + (xy 173.168629 80.8) + (xy 172.368629 80) + (xy 173.168629 79.2) + (xy 173.831371 79.2) + (xy 174.3 79.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 173.845723 79.214352) + (xy 174.285648 79.654277) + (xy 174.3 79.688925) + (xy 174.3 80.311075) + (xy 174.285648 80.345723) + (xy 173.845723 80.785648) + (xy 173.811075 80.8) + (xy 173.188925 80.8) + (xy 173.154277 80.785648) + (xy 172.403277 80.034648) + (xy 172.388925 80) + (xy 172.403277 79.965352) + (xy 173.154277 79.214352) + (xy 173.188925 79.2) + (xy 173.811075 79.2) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp 91cefab8-df3b-4cb1-a832-5266fe151879) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 193.46 71.521706) + (xy 192.595 70.656706) + (xy 192.595 69.343294) + (xy 193.46 68.478294) + (xy 194.325 69.343294) + (xy 194.325 70.656706) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 193.494648 68.512942) + (xy 194.310648 69.328942) + (xy 194.325 69.36359) + (xy 194.325 70.63641) + (xy 194.310648 70.671058) + (xy 193.494648 71.487058) + (xy 193.46 71.50141) + (xy 193.425352 71.487058) + (xy 192.609352 70.671058) + (xy 192.595 70.63641) + (xy 192.595 69.36359) + (xy 192.609352 69.328942) + (xy 193.425352 68.512942) + (xy 193.46 68.49859) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp 9a5ec0b0-eef9-4429-8fdc-37efe0ad5649) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 1) (net_name "GND") (layer "F.Cu") (tstamp a331b9ca-0245-40ae-9d0b-7130509b725a) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 200.5 127.5) + (xy 131.5 127.5) + (xy 131.5 58.5) + (xy 200 58.5) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 199.943092 58.528502) + (xy 199.989585 58.582158) + (xy 200.000968 58.633587) + (xy 200.491497 126.326586) + (xy 200.4915 126.327499) + (xy 200.4915 127.3655) + (xy 200.471498 127.433621) + (xy 200.417842 127.480114) + (xy 200.3655 127.4915) + (xy 131.6345 127.4915) + (xy 131.566379 127.471498) + (xy 131.519886 127.417842) + (xy 131.5085 127.3655) + (xy 131.5085 124.632703) + (xy 132.390743 124.632703) + (xy 132.428268 124.917734) + (xy 132.504129 125.195036) + (xy 132.616923 125.459476) + (xy 132.764561 125.706161) + (xy 132.944313 125.930528) + (xy 133.152851 126.128423) + (xy 133.386317 126.296186) + (xy 133.390112 126.298195) + (xy 133.390113 126.298196) + (xy 133.411869 126.309715) + (xy 133.640392 126.430712) + (xy 133.910373 126.529511) + (xy 134.191264 126.590755) + (xy 134.219841 126.593004) + (xy 134.414282 126.608307) + (xy 134.414291 126.608307) + (xy 134.416739 126.6085) + (xy 134.572271 126.6085) + (xy 134.574407 126.608354) + (xy 134.574418 126.608354) + (xy 134.782548 126.594165) + (xy 134.782554 126.594164) + (xy 134.786825 126.593873) + (xy 134.79102 126.593004) + (xy 134.791022 126.593004) + (xy 134.927583 126.564724) + (xy 135.068342 126.535574) + (xy 135.339343 126.439607) + (xy 135.594812 126.30775) + (xy 135.598313 126.305289) + (xy 135.598317 126.305287) + (xy 135.712417 126.225096) + (xy 135.830023 126.142441) + (xy 136.040622 125.94674) + (xy 136.222713 125.724268) + (xy 136.372927 125.479142) + (xy 136.488483 125.215898) + (xy 136.567244 124.939406) + (xy 136.607751 124.654784) + (xy 136.607845 124.636951) + (xy 136.607867 124.632703) + (xy 195.390743 124.632703) + (xy 195.428268 124.917734) + (xy 195.504129 125.195036) + (xy 195.616923 125.459476) + (xy 195.764561 125.706161) + (xy 195.944313 125.930528) + (xy 196.152851 126.128423) + (xy 196.386317 126.296186) + (xy 196.390112 126.298195) + (xy 196.390113 126.298196) + (xy 196.411869 126.309715) + (xy 196.640392 126.430712) + (xy 196.910373 126.529511) + (xy 197.191264 126.590755) + (xy 197.219841 126.593004) + (xy 197.414282 126.608307) + (xy 197.414291 126.608307) + (xy 197.416739 126.6085) + (xy 197.572271 126.6085) + (xy 197.574407 126.608354) + (xy 197.574418 126.608354) + (xy 197.782548 126.594165) + (xy 197.782554 126.594164) + (xy 197.786825 126.593873) + (xy 197.79102 126.593004) + (xy 197.791022 126.593004) + (xy 197.927583 126.564724) + (xy 198.068342 126.535574) + (xy 198.339343 126.439607) + (xy 198.594812 126.30775) + (xy 198.598313 126.305289) + (xy 198.598317 126.305287) + (xy 198.712417 126.225096) + (xy 198.830023 126.142441) + (xy 199.040622 125.94674) + (xy 199.222713 125.724268) + (xy 199.372927 125.479142) + (xy 199.488483 125.215898) + (xy 199.567244 124.939406) + (xy 199.607751 124.654784) + (xy 199.607845 124.636951) + (xy 199.609235 124.371583) + (xy 199.609235 124.371576) + (xy 199.609257 124.367297) + (xy 199.571732 124.082266) + (xy 199.495871 123.804964) + (xy 199.383077 123.540524) + (xy 199.235439 123.293839) + (xy 199.055687 123.069472) + (xy 198.847149 122.871577) + (xy 198.613683 122.703814) + (xy 198.591843 122.69225) + (xy 198.568654 122.679972) + (xy 198.359608 122.569288) + (xy 198.089627 122.470489) + (xy 197.808736 122.409245) + (xy 197.777685 122.406801) + (xy 197.585718 122.391693) + (xy 197.585709 122.391693) + (xy 197.583261 122.3915) + (xy 197.427729 122.3915) + (xy 197.425593 122.391646) + (xy 197.425582 122.391646) + (xy 197.217452 122.405835) + (xy 197.217446 122.405836) + (xy 197.213175 122.406127) + (xy 197.20898 122.406996) + (xy 197.208978 122.406996) + (xy 197.072417 122.435276) + (xy 196.931658 122.464426) + (xy 196.660657 122.560393) + (xy 196.405188 122.69225) + (xy 196.401687 122.694711) + (xy 196.401683 122.694713) + (xy 196.391594 122.701804) + (xy 196.169977 122.857559) + (xy 195.959378 123.05326) + (xy 195.777287 123.275732) + (xy 195.627073 123.520858) + (xy 195.511517 123.784102) + (xy 195.432756 124.060594) + (xy 195.392249 124.345216) + (xy 195.392227 124.349505) + (xy 195.392226 124.349512) + (xy 195.390765 124.628417) + (xy 195.390743 124.632703) + (xy 136.607867 124.632703) + (xy 136.609235 124.371583) + (xy 136.609235 124.371576) + (xy 136.609257 124.367297) + (xy 136.571732 124.082266) + (xy 136.495871 123.804964) + (xy 136.383077 123.540524) + (xy 136.235439 123.293839) + (xy 136.055687 123.069472) + (xy 135.847149 122.871577) + (xy 135.613683 122.703814) + (xy 135.591843 122.69225) + (xy 135.568654 122.679972) + (xy 135.359608 122.569288) + (xy 135.089627 122.470489) + (xy 134.808736 122.409245) + (xy 134.777685 122.406801) + (xy 134.585718 122.391693) + (xy 134.585709 122.391693) + (xy 134.583261 122.3915) + (xy 134.427729 122.3915) + (xy 134.425593 122.391646) + (xy 134.425582 122.391646) + (xy 134.217452 122.405835) + (xy 134.217446 122.405836) + (xy 134.213175 122.406127) + (xy 134.20898 122.406996) + (xy 134.208978 122.406996) + (xy 134.072417 122.435276) + (xy 133.931658 122.464426) + (xy 133.660657 122.560393) + (xy 133.405188 122.69225) + (xy 133.401687 122.694711) + (xy 133.401683 122.694713) + (xy 133.391594 122.701804) + (xy 133.169977 122.857559) + (xy 132.959378 123.05326) + (xy 132.777287 123.275732) + (xy 132.627073 123.520858) + (xy 132.511517 123.784102) + (xy 132.432756 124.060594) + (xy 132.392249 124.345216) + (xy 132.392227 124.349505) + (xy 132.392226 124.349512) + (xy 132.390765 124.628417) + (xy 132.390743 124.632703) + (xy 131.5085 124.632703) + (xy 131.5085 116.889424) + (xy 134.021976 116.889424) + (xy 134.023094 117.199843) + (xy 134.059258 117.341523) + (xy 134.060983 117.345687) + (xy 134.07381 117.376655) + (xy 134.073815 117.376665) + (xy 134.075108 117.379787) + (xy 134.127748 117.476188) + (xy 134.133002 117.481879) + (xy 134.133004 117.481882) + (xy 134.18818 117.541648) + (xy 134.187648 117.542139) + (xy 134.189124 117.543211) + (xy 134.189253 117.543082) + (xy 134.192447 117.546276) + (xy 134.193057 117.54698) + (xy 134.194207 117.548177) + (xy 134.196108 117.550237) + (xy 134.196152 117.550283) + (xy 134.196417 117.550571) + (xy 134.227388 117.583206) + (xy 134.227939 117.583758) + (xy 134.227954 117.583773) + (xy 134.441662 117.797712) + (xy 134.638898 117.994723) + (xy 134.638901 117.994725) + (xy 134.644467 118.000285) + (xy 134.651233 118.0043) + (xy 134.651234 118.0043) + (xy 134.667718 118.01408) + (xy 134.770222 118.074896) + (xy 134.808474 118.090741) + (xy 134.811715 118.091693) + (xy 134.811716 118.091693) + (xy 134.822984 118.095002) + (xy 134.913864 118.121687) + (xy 135.002883 118.125244) + (xy 135.002854 118.125973) + (xy 135.004665 118.125682) + (xy 135.004665 118.1255) + (xy 135.009152 118.1255) + (xy 135.010075 118.125566) + (xy 135.0118 118.1256) + (xy 135.014617 118.125713) + (xy 135.014671 118.125715) + (xy 135.015028 118.125729) + (xy 135.048244 118.126599) + (xy 135.059342 118.12689) + (xy 135.059349 118.12689) + (xy 135.059994 118.126907) + (xy 135.330501 118.128269) + (xy 135.330753 118.128268) + (xy 135.330804 118.128268) + (xy 135.577856 118.127212) + (xy 135.649846 118.126905) + (xy 135.65335 118.126011) + (xy 135.66137 118.1255) + (xy 136.013 118.1255) + (xy 136.043531 118.123863) + (xy 136.061708 118.122889) + (xy 136.061711 118.122889) + (xy 136.067895 118.122557) + (xy 136.209512 118.086411) + (xy 136.24416 118.072059) + (xy 136.340505 118.01945) + (xy 136.447478 117.919857) + (xy 136.452509 117.911379) + (xy 136.519759 117.798036) + (xy 136.522059 117.79416) + (xy 136.536411 117.759512) + (xy 136.545041 117.735051) + (xy 136.552643 117.713501) + (xy 136.552643 117.7135) + (xy 136.5547 117.70767) + (xy 136.566342 117.6267) + (xy 136.574861 117.567448) + (xy 136.574862 117.567441) + (xy 136.5755 117.563) + (xy 136.5755 117.143231) + (xy 136.5756 117.1382) + (xy 136.575713 117.135383) + (xy 136.575715 117.135329) + (xy 136.575729 117.134972) + (xy 136.576907 117.090006) + (xy 136.580202 116.878584) + (xy 136.580292 116.872137) + (xy 136.580491 116.857925) + (xy 136.580491 116.857885) + (xy 136.580501 116.857173) + (xy 136.576905 116.500154) + (xy 136.540741 116.358474) + (xy 136.53341 116.340775) + (xy 136.526194 116.323354) + (xy 136.526189 116.323344) + (xy 136.524896 116.320222) + (xy 136.491612 116.259267) + (xy 136.475966 116.230613) + (xy 136.475964 116.230611) + (xy 136.472252 116.223812) + (xy 136.466998 116.218121) + (xy 136.466996 116.218118) + (xy 136.41182 116.158352) + (xy 136.412352 116.157861) + (xy 136.410876 116.156789) + (xy 136.410747 116.156918) + (xy 136.407553 116.153724) + (xy 136.406943 116.15302) + (xy 136.405793 116.151823) + (xy 136.403892 116.149763) + (xy 136.403848 116.149717) + (xy 136.403583 116.149429) + (xy 136.372612 116.116794) + (xy 135.95554 115.699721) + (xy 135.937985 115.689305) + (xy 135.889607 115.637345) + (xy 135.877 115.567477) + (xy 135.904168 115.501884) + (xy 135.928794 115.47859) + (xy 135.931595 115.476579) + (xy 135.999917 115.4135) + (xy 136.000539 115.412917) + (xy 136.032245 115.382834) + (xy 136.033368 115.381742) + (xy 136.241349 115.174567) + (xy 136.444366 114.970764) + (xy 136.453876 114.958498) + (xy 136.52213 114.843463) + (xy 136.526147 114.83544) + (xy 136.529216 114.82803) + (xy 136.538983 114.804449) + (xy 136.541227 114.798089) + (xy 136.569007 114.703481) + (xy 136.571499 114.688304) + (xy 136.575212 114.595284) + (xy 136.575232 114.594673) + (xy 136.575562 114.582109) + (xy 136.571489 114.566758) + (xy 136.570781 114.566111) + (xy 136.561654 114.564) + (xy 134.041366 114.564) + (xy 134.026127 114.568475) + (xy 134.025001 114.569774) + (xy 134.0233 114.577662) + (xy 134.023568 114.652024) + (xy 134.025516 114.66731) + (xy 134.058613 114.796972) + (xy 134.061447 114.805486) + (xy 134.070784 114.82803) + (xy 134.074286 114.836486) + (xy 134.077186 114.842545) + (xy 134.12445 114.9291) + (xy 134.133419 114.941593) + (xy 134.196481 115.009897) + (xy 134.197083 115.010539) + (xy 134.227118 115.042194) + (xy 134.228295 115.043403) + (xy 134.442026 115.257361) + (xy 134.442025 115.257361) + (xy 134.442026 115.257362) + (xy 134.442026 115.257361) + (xy 134.639217 115.454331) + (xy 134.651551 115.463907) + (xy 134.661981 115.470095) + (xy 134.71036 115.522056) + (xy 134.722967 115.591924) + (xy 134.695799 115.657517) + (xy 134.675229 115.676974) + (xy 134.673812 115.677748) + (xy 134.668123 115.683) + (xy 134.668119 115.683003) + (xy 134.608352 115.73818) + (xy 134.607861 115.737648) + (xy 134.606789 115.739124) + (xy 134.606918 115.739253) + (xy 134.603724 115.742447) + (xy 134.60302 115.743057) + (xy 134.601823 115.744207) + (xy 134.599763 115.746108) + (xy 134.599717 115.746152) + (xy 134.599429 115.746417) + (xy 134.566794 115.777388) + (xy 134.149715 116.194467) + (xy 134.075104 116.320222) + (xy 134.059259 116.358474) + (xy 134.028313 116.463864) + (xy 134.024756 116.552883) + (xy 134.024027 116.552854) + (xy 134.024318 116.554665) + (xy 134.0245 116.554665) + (xy 134.0245 116.559152) + (xy 134.024434 116.560075) + (xy 134.0244 116.561799) + (xy 134.024271 116.565028) + (xy 134.023093 116.609994) + (xy 134.02309 116.610692) + (xy 134.02309 116.610706) + (xy 134.022696 116.70922) + (xy 134.021976 116.889424) + (xy 131.5085 116.889424) + (xy 131.5085 74.304943) + (xy 132.36178 74.304943) + (xy 132.362526 74.312835) + (xy 132.365941 74.348961) + (xy 132.3665 74.360819) + (xy 132.3665 100.921233) + (xy 132.365973 100.932416) + (xy 132.364298 100.939909) + (xy 132.364547 100.947835) + (xy 132.364547 100.947836) + (xy 132.366438 101.007986) + (xy 132.3665 101.011945) + (xy 132.3665 101.039856) + (xy 132.366997 101.04379) + (xy 132.366997 101.043791) + (xy 132.367005 101.043856) + (xy 132.367938 101.055693) + (xy 132.369327 101.099889) + (xy 132.374978 101.119339) + (xy 132.378987 101.1387) + (xy 132.381526 101.158797) + (xy 132.384445 101.166168) + (xy 132.384445 101.16617) + (xy 132.397804 101.199912) + (xy 132.401649 101.211142) + (xy 132.413982 101.253593) + (xy 132.418015 101.260412) + (xy 132.418017 101.260417) + (xy 132.424293 101.271028) + (xy 132.432988 101.288776) + (xy 132.440448 101.307617) + (xy 132.44511 101.314033) + (xy 132.44511 101.314034) + (xy 132.466436 101.343387) + (xy 132.472952 101.353307) + (xy 132.485356 101.37428) + (xy 132.495458 101.391362) + (xy 132.509779 101.405683) + (xy 132.522619 101.420716) + (xy 132.534528 101.437107) + (xy 132.559966 101.458151) + (xy 132.568605 101.465298) + (xy 132.577384 101.473288) + (xy 133.106343 102.002247) + (xy 133.113887 102.010537) + (xy 133.118 102.017018) + (xy 133.123777 102.022443) + (xy 133.167667 102.063658) + (xy 133.170509 102.066413) + (xy 133.19023 102.086134) + (xy 133.193425 102.088612) + (xy 133.202447 102.096318) + (xy 133.234679 102.126586) + (xy 133.241628 102.130406) + (xy 133.252432 102.136346) + (xy 133.268956 102.147199) + (xy 133.284959 102.159613) + (xy 133.325543 102.177176) + (xy 133.336173 102.182383) + (xy 133.37494 102.203695) + (xy 133.382617 102.205666) + (xy 133.382622 102.205668) + (xy 133.394558 102.208732) + (xy 133.413266 102.215137) + (xy 133.431855 102.223181) + (xy 133.439683 102.224421) + (xy 133.43969 102.224423) + (xy 133.475524 102.230099) + (xy 133.487144 102.232505) + (xy 133.522289 102.241528) + (xy 133.52997 102.2435) + (xy 133.550224 102.2435) + (xy 133.569934 102.245051) + (xy 133.589943 102.24822) + (xy 133.597835 102.247474) + (xy 133.623467 102.245051) + (xy 133.633962 102.244059) + (xy 133.645819 102.2435) + (xy 134.077481 102.2435) + (xy 134.145602 102.263502) + (xy 134.166576 102.280405) + (xy 134.190721 102.30455) + (xy 134.194207 102.308177) + (xy 134.196108 102.310237) + (xy 134.196152 102.310283) + (xy 134.196417 102.310571) + (xy 134.227388 102.343206) + (xy 134.227939 102.343758) + (xy 134.227954 102.343773) + (xy 134.441662 102.557712) + (xy 134.638898 102.754723) + (xy 134.638901 102.754725) + (xy 134.644467 102.760285) + (xy 134.661538 102.770414) + (xy 134.709917 102.822373) + (xy 134.722524 102.892241) + (xy 134.695357 102.957834) + (xy 134.674977 102.977112) + (xy 134.673812 102.977748) + (xy 134.599429 103.046417) + (xy 134.566794 103.077388) + (xy 134.149715 103.494467) + (xy 134.075104 103.620222) + (xy 134.059259 103.658474) + (xy 134.028313 103.763864) + (xy 134.024271 103.865028) + (xy 134.023093 103.909994) + (xy 134.021976 104.189424) + (xy 134.023094 104.499843) + (xy 134.059258 104.641523) + (xy 134.060983 104.645687) + (xy 134.07381 104.676655) + (xy 134.073815 104.676665) + (xy 134.075108 104.679787) + (xy 134.127748 104.776188) + (xy 134.133002 104.781879) + (xy 134.133004 104.781882) + (xy 134.148632 104.79881) + (xy 134.196417 104.850571) + (xy 134.227388 104.883206) + (xy 134.227939 104.883758) + (xy 134.227954 104.883773) + (xy 134.441662 105.097712) + (xy 134.638898 105.294723) + (xy 134.638901 105.294725) + (xy 134.644467 105.300285) + (xy 134.661538 105.310414) + (xy 134.709917 105.362373) + (xy 134.722524 105.432241) + (xy 134.695357 105.497834) + (xy 134.674977 105.517112) + (xy 134.673812 105.517748) + (xy 134.599429 105.586417) + (xy 134.566794 105.617388) + (xy 134.149715 106.034467) + (xy 134.075104 106.160222) + (xy 134.059259 106.198474) + (xy 134.028313 106.303864) + (xy 134.024271 106.405028) + (xy 134.024261 106.405404) + (xy 134.024259 106.405468) + (xy 134.023111 106.449292) + (xy 134.023093 106.449994) + (xy 134.02309 106.450692) + (xy 134.02309 106.450706) + (xy 134.022706 106.546695) + (xy 134.021976 106.729424) + (xy 134.021977 106.729702) + (xy 134.022552 106.889218) + (xy 134.023094 107.039843) + (xy 134.059258 107.181523) + (xy 134.060983 107.185687) + (xy 134.07381 107.216655) + (xy 134.073815 107.216665) + (xy 134.075108 107.219787) + (xy 134.127748 107.316188) + (xy 134.133002 107.321879) + (xy 134.133004 107.321882) + (xy 134.148251 107.338397) + (xy 134.196417 107.390571) + (xy 134.227388 107.423206) + (xy 134.227939 107.423758) + (xy 134.227954 107.423773) + (xy 134.441662 107.637712) + (xy 134.638898 107.834723) + (xy 134.638901 107.834725) + (xy 134.644467 107.840285) + (xy 134.661538 107.850414) + (xy 134.709917 107.902373) + (xy 134.722524 107.972241) + (xy 134.695357 108.037834) + (xy 134.674977 108.057112) + (xy 134.673812 108.057748) + (xy 134.599429 108.126417) + (xy 134.566794 108.157388) + (xy 134.149715 108.574467) + (xy 134.075104 108.700222) + (xy 134.07338 108.704384) + (xy 134.073379 108.704386) + (xy 134.069512 108.713721) + (xy 134.059259 108.738474) + (xy 134.028313 108.843864) + (xy 134.024271 108.945028) + (xy 134.024261 108.945404) + (xy 134.024259 108.945468) + (xy 134.023111 108.989292) + (xy 134.023093 108.989994) + (xy 134.021976 109.269424) + (xy 134.023094 109.579843) + (xy 134.059258 109.721523) + (xy 134.060983 109.725687) + (xy 134.07381 109.756655) + (xy 134.073815 109.756665) + (xy 134.075108 109.759787) + (xy 134.127748 109.856188) + (xy 134.133002 109.861879) + (xy 134.133004 109.861882) + (xy 134.148632 109.87881) + (xy 134.196417 109.930571) + (xy 134.227388 109.963206) + (xy 134.227939 109.963758) + (xy 134.227954 109.963773) + (xy 134.441662 110.177712) + (xy 134.638898 110.374723) + (xy 134.638901 110.374725) + (xy 134.644467 110.380285) + (xy 134.661538 110.390414) + (xy 134.709917 110.442373) + (xy 134.722524 110.512241) + (xy 134.695357 110.577834) + (xy 134.674977 110.597112) + (xy 134.673812 110.597748) + (xy 134.599429 110.666417) + (xy 134.566794 110.697388) + (xy 134.149715 111.114467) + (xy 134.075104 111.240222) + (xy 134.059259 111.278474) + (xy 134.028313 111.383864) + (xy 134.024271 111.485028) + (xy 134.023093 111.529994) + (xy 134.021976 111.809424) + (xy 134.021977 111.809702) + (xy 134.022614 111.986434) + (xy 134.023094 112.119843) + (xy 134.059258 112.261523) + (xy 134.060983 112.265687) + (xy 134.07381 112.296655) + (xy 134.073815 112.296665) + (xy 134.075108 112.299787) + (xy 134.127748 112.396188) + (xy 134.133002 112.401879) + (xy 134.133004 112.401882) + (xy 134.139652 112.409083) + (xy 134.196417 112.470571) + (xy 134.227388 112.503206) + (xy 134.227939 112.503758) + (xy 134.227954 112.503773) + (xy 134.441662 112.717712) + (xy 134.638898 112.914723) + (xy 134.638901 112.914725) + (xy 134.644467 112.920285) + (xy 134.651233 112.9243) + (xy 134.651234 112.9243) + (xy 134.662013 112.930695) + (xy 134.710392 112.982656) + (xy 134.722999 113.052524) + (xy 134.695832 113.118117) + (xy 134.671203 113.141412) + (xy 134.668406 113.14342) + (xy 134.600103 113.206481) + (xy 134.599461 113.207083) + (xy 134.56782 113.237104) + (xy 134.566562 113.23833) + (xy 134.155685 113.649207) + (xy 134.146085 113.661565) + (xy 134.077869 113.776542) + (xy 134.073846 113.784579) + (xy 134.061021 113.815541) + (xy 134.058774 113.821909) + (xy 134.030993 113.916519) + (xy 134.028501 113.931696) + (xy 134.024788 114.024716) + (xy 134.024768 114.025327) + (xy 134.024438 114.037891) + (xy 134.028511 114.053242) + (xy 134.029219 114.053889) + (xy 134.038346 114.056) + (xy 136.559252 114.056) + (xy 136.574491 114.051525) + (xy 136.575475 114.05039) + (xy 136.577227 114.042133) + (xy 136.576479 113.967768) + (xy 136.574533 113.952883) + (xy 136.541387 113.823028) + (xy 136.538549 113.814503) + (xy 136.525726 113.783547) + (xy 136.522807 113.777445) + (xy 136.475551 113.690902) + (xy 136.466579 113.678405) + (xy 136.403519 113.610103) + (xy 136.402917 113.609461) + (xy 136.372869 113.577792) + (xy 136.371717 113.576609) + (xy 135.960794 113.165685) + (xy 135.948447 113.156093) + (xy 135.938018 113.149906) + (xy 135.889638 113.097946) + (xy 135.877031 113.028077) + (xy 135.904198 112.962484) + (xy 135.92477 112.943026) + (xy 135.926188 112.942252) + (xy 136.000571 112.873583) + (xy 136.033206 112.842612) + (xy 136.241697 112.634932) + (xy 136.241697 112.634933) + (xy 136.241698 112.634932) + (xy 136.241697 112.634932) + (xy 136.336359 112.539902) + (xy 136.450279 112.42554) + (xy 136.49624 112.348077) + (xy 136.522595 112.303659) + (xy 136.522597 112.303655) + (xy 136.524892 112.299787) + (xy 136.540742 112.261523) + (xy 136.571687 112.156136) + (xy 136.575729 112.054972) + (xy 136.576155 112.038732) + (xy 136.576901 112.010222) + (xy 136.576907 112.010006) + (xy 136.580202 111.798584) + (xy 136.580491 111.777925) + (xy 136.580491 111.777885) + (xy 136.580501 111.777173) + (xy 136.576905 111.420154) + (xy 136.540741 111.278474) + (xy 136.526621 111.244386) + (xy 136.526194 111.243354) + (xy 136.526189 111.243344) + (xy 136.524896 111.240222) + (xy 136.490386 111.177022) + (xy 136.475966 111.150613) + (xy 136.475964 111.150611) + (xy 136.472252 111.143812) + (xy 136.466998 111.138121) + (xy 136.466996 111.138118) + (xy 136.429457 111.097456) + (xy 136.403583 111.069429) + (xy 136.372612 111.036794) + (xy 135.95554 110.619721) + (xy 135.938457 110.609585) + (xy 135.89008 110.557622) + (xy 135.877475 110.487753) + (xy 135.904645 110.422161) + (xy 135.925024 110.402888) + (xy 135.926188 110.402252) + (xy 136.000571 110.333583) + (xy 136.033206 110.302612) + (xy 136.241697 110.094932) + (xy 136.241697 110.094933) + (xy 136.241698 110.094932) + (xy 136.241697 110.094932) + (xy 136.262569 110.073979) + (xy 136.450279 109.88554) + (xy 136.47173 109.849386) + (xy 136.522595 109.763659) + (xy 136.522597 109.763655) + (xy 136.524892 109.759787) + (xy 136.540742 109.721523) + (xy 136.546646 109.701418) + (xy 136.569505 109.623567) + (xy 136.571687 109.616136) + (xy 136.575729 109.514972) + (xy 136.576907 109.470006) + (xy 136.580202 109.258584) + (xy 136.580322 109.250024) + (xy 136.580491 109.237925) + (xy 136.580491 109.237885) + (xy 136.580501 109.237173) + (xy 136.576905 108.880154) + (xy 136.540741 108.738474) + (xy 136.530488 108.713721) + (xy 136.526194 108.703354) + (xy 136.526189 108.703344) + (xy 136.524896 108.700222) + (xy 136.505834 108.665313) + (xy 136.475966 108.610613) + (xy 136.475964 108.610611) + (xy 136.472252 108.603812) + (xy 136.466998 108.598121) + (xy 136.466996 108.598118) + (xy 136.40823 108.534463) + (xy 136.403583 108.529429) + (xy 136.372612 108.496794) + (xy 135.95554 108.079721) + (xy 135.938457 108.069585) + (xy 135.89008 108.017622) + (xy 135.877475 107.947753) + (xy 135.904645 107.882161) + (xy 135.925024 107.862888) + (xy 135.926188 107.862252) + (xy 136.000571 107.793583) + (xy 136.033206 107.762612) + (xy 136.241697 107.554932) + (xy 136.241697 107.554933) + (xy 136.241698 107.554932) + (xy 136.241697 107.554932) + (xy 136.450279 107.34554) + (xy 136.490952 107.27699) + (xy 136.522595 107.223659) + (xy 136.522597 107.223655) + (xy 136.524892 107.219787) + (xy 136.540742 107.181523) + (xy 136.571687 107.076136) + (xy 136.575729 106.974972) + (xy 136.576907 106.930006) + (xy 136.580202 106.718584) + (xy 136.580491 106.697925) + (xy 136.580491 106.697885) + (xy 136.580501 106.697173) + (xy 136.576905 106.340154) + (xy 136.540741 106.198474) + (xy 136.526621 106.164386) + (xy 136.526194 106.163354) + (xy 136.526189 106.163344) + (xy 136.524896 106.160222) + (xy 136.484137 106.085577) + (xy 136.475966 106.070613) + (xy 136.475964 106.070611) + (xy 136.472252 106.063812) + (xy 136.466998 106.058121) + (xy 136.466996 106.058118) + (xy 136.429457 106.017456) + (xy 136.403583 105.989429) + (xy 136.372612 105.956794) + (xy 135.95554 105.539721) + (xy 135.938457 105.529585) + (xy 135.89008 105.477622) + (xy 135.877475 105.407753) + (xy 135.904645 105.342161) + (xy 135.925024 105.322888) + (xy 135.926188 105.322252) + (xy 136.000571 105.253583) + (xy 136.033206 105.222612) + (xy 136.241697 105.014932) + (xy 136.241697 105.014933) + (xy 136.241698 105.014932) + (xy 136.241697 105.014932) + (xy 136.366756 104.889387) + (xy 136.450279 104.80554) + (xy 136.491376 104.736275) + (xy 136.522595 104.683659) + (xy 136.522597 104.683655) + (xy 136.524892 104.679787) + (xy 136.540742 104.641523) + (xy 136.571687 104.536136) + (xy 136.575729 104.434972) + (xy 136.576907 104.390006) + (xy 136.580202 104.178584) + (xy 136.580491 104.157925) + (xy 136.580491 104.157885) + (xy 136.580501 104.157173) + (xy 136.576905 103.800154) + (xy 136.540741 103.658474) + (xy 136.526621 103.624386) + (xy 136.526194 103.623354) + (xy 136.526189 103.623344) + (xy 136.524896 103.620222) + (xy 136.479913 103.537842) + (xy 136.475966 103.530613) + (xy 136.475964 103.530611) + (xy 136.472252 103.523812) + (xy 136.466998 103.518121) + (xy 136.466996 103.518118) + (xy 136.429457 103.477456) + (xy 136.403583 103.449429) + (xy 136.372612 103.416794) + (xy 136.170533 103.214715) + (xy 135.961114 103.005295) + (xy 135.95554 102.999721) + (xy 135.938457 102.989585) + (xy 135.89008 102.937622) + (xy 135.877475 102.867753) + (xy 135.904645 102.802161) + (xy 135.925024 102.782888) + (xy 135.926188 102.782252) + (xy 135.991648 102.72182) + (xy 135.992139 102.722352) + (xy 135.993211 102.720876) + (xy 135.993082 102.720747) + (xy 135.996276 102.717553) + (xy 135.99698 102.716943) + (xy 135.998177 102.715793) + (xy 136.000237 102.713892) + (xy 136.000283 102.713848) + (xy 136.000571 102.713583) + (xy 136.033206 102.682612) + (xy 136.241697 102.474932) + (xy 136.241697 102.474933) + (xy 136.241698 102.474932) + (xy 136.241697 102.474932) + (xy 136.257851 102.458715) + (xy 136.450279 102.26554) + (xy 136.485803 102.205668) + (xy 136.522595 102.143659) + (xy 136.522597 102.143655) + (xy 136.524892 102.139787) + (xy 136.540742 102.101523) + (xy 136.571687 101.996136) + (xy 136.575244 101.907117) + (xy 136.575973 101.907146) + (xy 136.575682 101.905335) + (xy 136.5755 101.905335) + (xy 136.5755 101.900848) + (xy 136.575566 101.899925) + (xy 136.5756 101.8982) + (xy 136.575713 101.895383) + (xy 136.575715 101.895329) + (xy 136.575729 101.894972) + (xy 136.576907 101.850006) + (xy 136.580202 101.638584) + (xy 136.580376 101.626153) + (xy 136.580491 101.617925) + (xy 136.580491 101.617885) + (xy 136.580501 101.617173) + (xy 136.576905 101.260154) + (xy 136.540741 101.118474) + (xy 136.533043 101.099889) + (xy 136.526194 101.083354) + (xy 136.526189 101.083344) + (xy 136.524896 101.080222) + (xy 136.511505 101.055699) + (xy 136.475966 100.990613) + (xy 136.475964 100.990611) + (xy 136.472252 100.983812) + (xy 136.466998 100.978121) + (xy 136.466996 100.978118) + (xy 136.41182 100.918352) + (xy 136.412352 100.917861) + (xy 136.410876 100.916789) + (xy 136.410747 100.916918) + (xy 136.407553 100.913724) + (xy 136.406943 100.91302) + (xy 136.405793 100.911823) + (xy 136.403892 100.909763) + (xy 136.403848 100.909717) + (xy 136.403583 100.909429) + (xy 136.372612 100.876794) + (xy 135.95554 100.459721) + (xy 135.938457 100.449585) + (xy 135.89008 100.397622) + (xy 135.877475 100.327753) + (xy 135.904645 100.262161) + (xy 135.925024 100.242888) + (xy 135.926188 100.242252) + (xy 136.000571 100.173583) + (xy 136.033206 100.142612) + (xy 136.241697 99.934932) + (xy 136.241697 99.934933) + (xy 136.241698 99.934932) + (xy 136.241697 99.934932) + (xy 136.450279 99.72554) + (xy 136.524892 99.599787) + (xy 136.540742 99.561523) + (xy 136.571687 99.456136) + (xy 136.575729 99.354972) + (xy 136.576312 99.332738) + (xy 136.576737 99.316498) + (xy 136.576907 99.310006) + (xy 136.580202 99.098584) + (xy 136.580321 99.090051) + (xy 136.580491 99.077925) + (xy 136.580491 99.077885) + (xy 136.580501 99.077173) + (xy 136.576905 98.720154) + (xy 136.540741 98.578474) + (xy 136.528691 98.549383) + (xy 136.526194 98.543354) + (xy 136.526189 98.543344) + (xy 136.524896 98.540222) + (xy 136.506891 98.507249) + (xy 136.475966 98.450613) + (xy 136.475964 98.450611) + (xy 136.472252 98.443812) + (xy 136.466998 98.438121) + (xy 136.466996 98.438118) + (xy 136.426381 98.394124) + (xy 136.403583 98.369429) + (xy 136.372612 98.336794) + (xy 136.209952 98.174134) + (xy 135.961114 97.925295) + (xy 135.95554 97.919721) + (xy 135.938457 97.909585) + (xy 135.89008 97.857622) + (xy 135.877475 97.787753) + (xy 135.904645 97.722161) + (xy 135.925024 97.702888) + (xy 135.926188 97.702252) + (xy 136.000571 97.633583) + (xy 136.033206 97.602612) + (xy 136.241697 97.394932) + (xy 136.241697 97.394933) + (xy 136.241698 97.394932) + (xy 136.241697 97.394932) + (xy 136.34411 97.292121) + (xy 136.450279 97.18554) + (xy 136.47173 97.149386) + (xy 136.522595 97.063659) + (xy 136.522597 97.063655) + (xy 136.524892 97.059787) + (xy 136.540742 97.021523) + (xy 136.571687 96.916136) + (xy 136.575729 96.814972) + (xy 136.575815 96.811721) + (xy 136.576901 96.770222) + (xy 136.576907 96.770006) + (xy 136.580202 96.558584) + (xy 136.580441 96.541479) + (xy 136.580491 96.537925) + (xy 136.580491 96.537885) + (xy 136.580501 96.537173) + (xy 136.576905 96.180154) + (xy 136.540741 96.038474) + (xy 136.526621 96.004386) + (xy 136.526194 96.003354) + (xy 136.526189 96.003344) + (xy 136.524896 96.000222) + (xy 136.515763 95.983497) + (xy 136.475966 95.910613) + (xy 136.475964 95.910611) + (xy 136.472252 95.903812) + (xy 136.466998 95.898121) + (xy 136.466996 95.898118) + (xy 136.440013 95.86889) + (xy 136.403583 95.829429) + (xy 136.372612 95.796794) + (xy 135.95554 95.379721) + (xy 135.938457 95.369585) + (xy 135.89008 95.317622) + (xy 135.877475 95.247753) + (xy 135.904645 95.182161) + (xy 135.925024 95.162888) + (xy 135.926188 95.162252) + (xy 136.000571 95.093583) + (xy 136.033206 95.062612) + (xy 136.241697 94.854932) + (xy 136.241697 94.854933) + (xy 136.241698 94.854932) + (xy 136.241697 94.854932) + (xy 136.450279 94.64554) + (xy 136.524892 94.519787) + (xy 136.540742 94.481523) + (xy 136.571687 94.376136) + (xy 136.575729 94.274972) + (xy 136.576907 94.230006) + (xy 136.580202 94.018584) + (xy 136.580491 93.997925) + (xy 136.580491 93.997885) + (xy 136.580501 93.997173) + (xy 136.576905 93.640154) + (xy 136.540741 93.498474) + (xy 136.526621 93.464386) + (xy 136.526194 93.463354) + (xy 136.526189 93.463344) + (xy 136.524896 93.460222) + (xy 136.497454 93.409966) + (xy 136.475966 93.370613) + (xy 136.475964 93.370611) + (xy 136.472252 93.363812) + (xy 136.466998 93.358121) + (xy 136.466996 93.358118) + (xy 136.440013 93.32889) + (xy 136.403583 93.289429) + (xy 136.372612 93.256794) + (xy 135.95554 92.839721) + (xy 135.938457 92.829585) + (xy 135.89008 92.777622) + (xy 135.877475 92.707753) + (xy 135.904645 92.642161) + (xy 135.925024 92.622888) + (xy 135.926188 92.622252) + (xy 136.000571 92.553583) + (xy 136.033206 92.522612) + (xy 136.241697 92.314932) + (xy 136.241697 92.314933) + (xy 136.241698 92.314932) + (xy 136.241697 92.314932) + (xy 136.288976 92.267469) + (xy 136.450279 92.10554) + (xy 136.474196 92.06523) + (xy 136.522595 91.983659) + (xy 136.522597 91.983655) + (xy 136.524892 91.979787) + (xy 136.540742 91.941523) + (xy 136.551971 91.903283) + (xy 136.569505 91.843567) + (xy 136.571687 91.836136) + (xy 136.575729 91.734972) + (xy 136.576907 91.690006) + (xy 136.580202 91.478584) + (xy 136.580281 91.472956) + (xy 136.580491 91.457925) + (xy 136.580491 91.457885) + (xy 136.580501 91.457173) + (xy 136.576905 91.100154) + (xy 136.540741 90.958474) + (xy 136.526621 90.924386) + (xy 136.526194 90.923354) + (xy 136.526189 90.923344) + (xy 136.524896 90.920222) + (xy 136.472252 90.823812) + (xy 136.466998 90.818121) + (xy 136.466996 90.818118) + (xy 136.413217 90.759865) + (xy 136.403583 90.749429) + (xy 136.372612 90.716794) + (xy 135.95554 90.299721) + (xy 135.938457 90.289585) + (xy 135.89008 90.237622) + (xy 135.877475 90.167753) + (xy 135.904645 90.102161) + (xy 135.925024 90.082888) + (xy 135.926188 90.082252) + (xy 136.000571 90.013583) + (xy 136.033206 89.982612) + (xy 136.241697 89.774932) + (xy 136.241697 89.774933) + (xy 136.241698 89.774932) + (xy 136.241697 89.774932) + (xy 136.268168 89.748358) + (xy 136.450279 89.56554) + (xy 136.483129 89.510174) + (xy 136.522595 89.443659) + (xy 136.522597 89.443655) + (xy 136.524892 89.439787) + (xy 136.529466 89.428746) + (xy 136.533758 89.418383) + (xy 136.540742 89.401523) + (xy 136.571687 89.296136) + (xy 136.575729 89.194972) + (xy 136.576253 89.174991) + (xy 136.576901 89.150222) + (xy 136.576907 89.150006) + (xy 136.580202 88.938584) + (xy 136.580227 88.936802) + (xy 136.580491 88.917925) + (xy 136.580491 88.917885) + (xy 136.580501 88.917173) + (xy 136.576905 88.560154) + (xy 136.540741 88.418474) + (xy 136.526621 88.384386) + (xy 136.526194 88.383354) + (xy 136.526189 88.383344) + (xy 136.524896 88.380222) + (xy 136.493732 88.32315) + (xy 136.475966 88.290613) + (xy 136.475964 88.290611) + (xy 136.472252 88.283812) + (xy 136.466998 88.278121) + (xy 136.466996 88.278118) + (xy 136.440013 88.24889) + (xy 136.403583 88.209429) + (xy 136.372612 88.176794) + (xy 135.95554 87.759721) + (xy 135.938457 87.749585) + (xy 135.89008 87.697622) + (xy 135.877475 87.627753) + (xy 135.904645 87.562161) + (xy 135.925024 87.542888) + (xy 135.926188 87.542252) + (xy 136.000571 87.473583) + (xy 136.033206 87.442612) + (xy 136.241697 87.234932) + (xy 136.241697 87.234933) + (xy 136.241698 87.234932) + (xy 136.241697 87.234932) + (xy 136.450279 87.02554) + (xy 136.524892 86.899787) + (xy 136.540742 86.861523) + (xy 136.571687 86.756136) + (xy 136.575729 86.654972) + (xy 136.576907 86.610006) + (xy 136.580202 86.398584) + (xy 136.580491 86.377925) + (xy 136.580491 86.377885) + (xy 136.580501 86.377173) + (xy 136.576905 86.020154) + (xy 136.540741 85.878474) + (xy 136.526621 85.844386) + (xy 136.526194 85.843354) + (xy 136.526189 85.843344) + (xy 136.524896 85.840222) + (xy 136.472252 85.743812) + (xy 136.466998 85.738121) + (xy 136.466996 85.738118) + (xy 136.440013 85.70889) + (xy 136.403583 85.669429) + (xy 136.372612 85.636794) + (xy 135.95554 85.219721) + (xy 135.938457 85.209585) + (xy 135.89008 85.157622) + (xy 135.877475 85.087753) + (xy 135.904645 85.022161) + (xy 135.925024 85.002888) + (xy 135.926188 85.002252) + (xy 136.000571 84.933583) + (xy 136.033206 84.902612) + (xy 136.241697 84.694932) + (xy 136.241697 84.694933) + (xy 136.241698 84.694932) + (xy 136.241697 84.694932) + (xy 136.450279 84.48554) + (xy 136.524892 84.359787) + (xy 136.540742 84.321523) + (xy 136.571687 84.216136) + (xy 136.575729 84.114972) + (xy 136.576907 84.070006) + (xy 136.580202 83.858584) + (xy 136.580491 83.837925) + (xy 136.580491 83.837885) + (xy 136.580501 83.837173) + (xy 136.576905 83.480154) + (xy 136.540741 83.338474) + (xy 136.526621 83.304386) + (xy 136.526194 83.303354) + (xy 136.526189 83.303344) + (xy 136.524896 83.300222) + (xy 136.472252 83.203812) + (xy 136.466998 83.198121) + (xy 136.466996 83.198118) + (xy 136.440013 83.16889) + (xy 136.403583 83.129429) + (xy 136.372612 83.096794) + (xy 136.04477 82.768951) + (xy 136.010745 82.706639) + (xy 136.01581 82.635823) + (xy 136.058357 82.578988) + (xy 136.102706 82.55777) + (xy 136.119402 82.553509) + (xy 136.20859 82.530746) + (xy 136.246859 82.514895) + (xy 136.343265 82.462254) + (xy 136.349029 82.456888) + (xy 136.349031 82.456886) + (xy 136.410798 82.399377) + (xy 136.450283 82.362614) + (xy 136.524895 82.236859) + (xy 136.536627 82.208535) + (xy 136.539455 82.201708) + (xy 136.539457 82.201703) + (xy 136.540747 82.198588) + (xy 136.553566 82.154932) + (xy 136.569501 82.10066) + (xy 136.571685 82.093222) + (xy 136.575729 81.992053) + (xy 136.576906 81.947093) + (xy 136.580501 81.297173) + (xy 136.580416 81.278746) + (xy 136.576942 80.530829) + (xy 136.576942 80.530828) + (xy 136.576906 80.523091) + (xy 136.572867 80.507263) + (xy 136.559434 80.454632) + (xy 136.540746 80.38141) + (xy 136.524895 80.343141) + (xy 136.472254 80.246735) + (xy 136.44493 80.217387) + (xy 136.412947 80.183037) + (xy 136.372614 80.139717) + (xy 136.364872 80.135123) + (xy 136.36487 80.135122) + (xy 136.259957 80.072876) + (xy 136.246859 80.065105) + (xy 136.218535 80.053373) + (xy 136.212765 80.050983) + (xy 136.211708 80.050545) + (xy 136.211703 80.050543) + (xy 136.208588 80.049253) + (xy 136.205352 80.048303) + (xy 136.205344 80.0483) + (xy 136.11066 80.020499) + (xy 136.103222 80.018315) + (xy 136.095478 80.018005) + (xy 136.095475 80.018005) + (xy 136.0429 80.015904) + (xy 136.002053 80.014271) + (xy 135.957093 80.013094) + (xy 135.956345 80.013093) + (xy 135.956335 80.013093) + (xy 135.251655 80.012282) + (xy 134.540937 80.013085) + (xy 134.540936 80.013085) + (xy 134.533093 80.013094) + (xy 134.391412 80.049253) + (xy 134.381465 80.053373) + (xy 134.353141 80.065105) + (xy 134.348944 80.067397) + (xy 134.263655 80.113968) + (xy 134.263653 80.11397) + (xy 134.256735 80.117747) + (xy 134.250964 80.12312) + (xy 134.23669 80.13641) + (xy 134.149716 80.217387) + (xy 134.075105 80.343141) + (xy 134.059254 80.38141) + (xy 134.028315 80.486778) + (xy 134.028005 80.494522) + (xy 134.028005 80.494525) + (xy 134.027163 80.51559) + (xy 134.024271 80.587947) + (xy 134.023094 80.632907) + (xy 134.022203 81.188285) + (xy 134.021976 81.329424) + (xy 134.021976 81.329618) + (xy 134.022923 81.94554) + (xy 134.023094 82.056907) + (xy 134.059253 82.198588) + (xy 134.063373 82.208535) + (xy 134.075105 82.236859) + (xy 134.127747 82.333265) + (xy 134.13312 82.339036) + (xy 134.155072 82.362614) + (xy 134.227387 82.440284) + (xy 134.353141 82.514895) + (xy 134.39141 82.530746) + (xy 134.452927 82.548809) + (xy 134.496778 82.561685) + (xy 134.495947 82.564515) + (xy 134.547531 82.589345) + (xy 134.584699 82.649835) + (xy 134.583264 82.720818) + (xy 134.552205 82.771977) + (xy 134.149715 83.174467) + (xy 134.075104 83.300222) + (xy 134.059259 83.338474) + (xy 134.028313 83.443864) + (xy 134.024271 83.545028) + (xy 134.023093 83.589994) + (xy 134.021976 83.869424) + (xy 134.023094 84.179843) + (xy 134.059258 84.321523) + (xy 134.060983 84.325687) + (xy 134.07381 84.356655) + (xy 134.073815 84.356665) + (xy 134.075108 84.359787) + (xy 134.127748 84.456188) + (xy 134.133002 84.461879) + (xy 134.133004 84.461882) + (xy 134.148632 84.47881) + (xy 134.196417 84.530571) + (xy 134.227388 84.563206) + (xy 134.227939 84.563758) + (xy 134.227954 84.563773) + (xy 134.441662 84.777712) + (xy 134.638898 84.974723) + (xy 134.638901 84.974725) + (xy 134.644467 84.980285) + (xy 134.661538 84.990414) + (xy 134.709917 85.042373) + (xy 134.722524 85.112241) + (xy 134.695357 85.177834) + (xy 134.674977 85.197112) + (xy 134.673812 85.197748) + (xy 134.599429 85.266417) + (xy 134.566794 85.297388) + (xy 134.149715 85.714467) + (xy 134.075104 85.840222) + (xy 134.059259 85.878474) + (xy 134.028313 85.983864) + (xy 134.024271 86.085028) + (xy 134.023093 86.129994) + (xy 134.021976 86.409424) + (xy 134.023094 86.719843) + (xy 134.059258 86.861523) + (xy 134.060983 86.865687) + (xy 134.07381 86.896655) + (xy 134.073815 86.896665) + (xy 134.075108 86.899787) + (xy 134.127748 86.996188) + (xy 134.133002 87.001879) + (xy 134.133004 87.001882) + (xy 134.148632 87.01881) + (xy 134.196417 87.070571) + (xy 134.227388 87.103206) + (xy 134.227939 87.103758) + (xy 134.227954 87.103773) + (xy 134.441662 87.317712) + (xy 134.638898 87.514723) + (xy 134.638901 87.514725) + (xy 134.644467 87.520285) + (xy 134.661538 87.530414) + (xy 134.709917 87.582373) + (xy 134.722524 87.652241) + (xy 134.695357 87.717834) + (xy 134.674977 87.737112) + (xy 134.673812 87.737748) + (xy 134.599429 87.806417) + (xy 134.566794 87.837388) + (xy 134.149715 88.254467) + (xy 134.075104 88.380222) + (xy 134.059259 88.418474) + (xy 134.028313 88.523864) + (xy 134.024271 88.625028) + (xy 134.024261 88.625404) + (xy 134.024259 88.625468) + (xy 134.023111 88.669292) + (xy 134.023093 88.669994) + (xy 134.02309 88.670692) + (xy 134.02309 88.670706) + (xy 134.022108 88.916426) + (xy 134.021976 88.949424) + (xy 134.023094 89.259843) + (xy 134.059258 89.401523) + (xy 134.063509 89.411785) + (xy 134.07381 89.436655) + (xy 134.073815 89.436665) + (xy 134.075108 89.439787) + (xy 134.127748 89.536188) + (xy 134.133002 89.541879) + (xy 134.133004 89.541882) + (xy 134.139115 89.548501) + (xy 134.196417 89.610571) + (xy 134.227388 89.643206) + (xy 134.227939 89.643758) + (xy 134.227954 89.643773) + (xy 134.441662 89.857712) + (xy 134.638898 90.054723) + (xy 134.638901 90.054725) + (xy 134.644467 90.060285) + (xy 134.661538 90.070414) + (xy 134.709917 90.122373) + (xy 134.722524 90.192241) + (xy 134.695357 90.257834) + (xy 134.674977 90.277112) + (xy 134.673812 90.277748) + (xy 134.599429 90.346417) + (xy 134.566794 90.377388) + (xy 134.149715 90.794467) + (xy 134.075104 90.920222) + (xy 134.059259 90.958474) + (xy 134.028313 91.063864) + (xy 134.024271 91.165028) + (xy 134.024261 91.165404) + (xy 134.024259 91.165468) + (xy 134.023111 91.209292) + (xy 134.023093 91.209994) + (xy 134.02309 91.210692) + (xy 134.02309 91.210706) + (xy 134.02245 91.370852) + (xy 134.021976 91.489424) + (xy 134.023094 91.799843) + (xy 134.059258 91.941523) + (xy 134.060983 91.945687) + (xy 134.07381 91.976655) + (xy 134.073815 91.976665) + (xy 134.075108 91.979787) + (xy 134.127748 92.076188) + (xy 134.133002 92.081879) + (xy 134.133004 92.081882) + (xy 134.134092 92.08306) + (xy 134.196417 92.150571) + (xy 134.227388 92.183206) + (xy 134.227939 92.183758) + (xy 134.227954 92.183773) + (xy 134.441662 92.397712) + (xy 134.638898 92.594723) + (xy 134.638901 92.594725) + (xy 134.644467 92.600285) + (xy 134.661538 92.610414) + (xy 134.709917 92.662373) + (xy 134.722524 92.732241) + (xy 134.695357 92.797834) + (xy 134.674977 92.817112) + (xy 134.673812 92.817748) + (xy 134.599429 92.886417) + (xy 134.566794 92.917388) + (xy 134.149715 93.334467) + (xy 134.075104 93.460222) + (xy 134.059259 93.498474) + (xy 134.028313 93.603864) + (xy 134.024271 93.705028) + (xy 134.024261 93.705404) + (xy 134.024259 93.705468) + (xy 134.023918 93.7185) + (xy 134.023093 93.749994) + (xy 134.021976 94.029424) + (xy 134.023094 94.339843) + (xy 134.059258 94.481523) + (xy 134.060983 94.485687) + (xy 134.07381 94.516655) + (xy 134.073815 94.516665) + (xy 134.075108 94.519787) + (xy 134.127748 94.616188) + (xy 134.133002 94.621879) + (xy 134.133004 94.621882) + (xy 134.148632 94.63881) + (xy 134.196417 94.690571) + (xy 134.227388 94.723206) + (xy 134.227939 94.723758) + (xy 134.227954 94.723773) + (xy 134.441662 94.937712) + (xy 134.638898 95.134723) + (xy 134.638901 95.134725) + (xy 134.644467 95.140285) + (xy 134.661538 95.150414) + (xy 134.709917 95.202373) + (xy 134.722524 95.272241) + (xy 134.695357 95.337834) + (xy 134.674977 95.357112) + (xy 134.673812 95.357748) + (xy 134.599429 95.426417) + (xy 134.566794 95.457388) + (xy 134.149715 95.874467) + (xy 134.075104 96.000222) + (xy 134.059259 96.038474) + (xy 134.028313 96.143864) + (xy 134.024271 96.245028) + (xy 134.024261 96.245404) + (xy 134.024259 96.245468) + (xy 134.023111 96.289292) + (xy 134.023093 96.289994) + (xy 134.02309 96.290692) + (xy 134.02309 96.290706) + (xy 134.022849 96.351089) + (xy 134.021976 96.569424) + (xy 134.021977 96.569702) + (xy 134.02277 96.789748) + (xy 134.023094 96.879843) + (xy 134.059258 97.021523) + (xy 134.060983 97.025687) + (xy 134.07381 97.056655) + (xy 134.073815 97.056665) + (xy 134.075108 97.059787) + (xy 134.127748 97.156188) + (xy 134.133002 97.161879) + (xy 134.133004 97.161882) + (xy 134.148632 97.17881) + (xy 134.196417 97.230571) + (xy 134.227388 97.263206) + (xy 134.227939 97.263758) + (xy 134.227954 97.263773) + (xy 134.441662 97.477712) + (xy 134.638898 97.674723) + (xy 134.638901 97.674725) + (xy 134.644467 97.680285) + (xy 134.661538 97.690414) + (xy 134.709917 97.742373) + (xy 134.722524 97.812241) + (xy 134.695357 97.877834) + (xy 134.674977 97.897112) + (xy 134.673812 97.897748) + (xy 134.599429 97.966417) + (xy 134.566794 97.997388) + (xy 134.149715 98.414467) + (xy 134.075104 98.540222) + (xy 134.07338 98.544384) + (xy 134.073379 98.544386) + (xy 134.071309 98.549383) + (xy 134.059259 98.578474) + (xy 134.028313 98.683864) + (xy 134.024271 98.785028) + (xy 134.024261 98.785404) + (xy 134.024259 98.785468) + (xy 134.023257 98.823732) + (xy 134.023093 98.829994) + (xy 134.02309 98.830692) + (xy 134.02309 98.830706) + (xy 134.022024 99.097375) + (xy 134.021976 99.109424) + (xy 134.021977 99.109702) + (xy 134.022655 99.297816) + (xy 134.023094 99.419843) + (xy 134.059258 99.561523) + (xy 134.060983 99.565687) + (xy 134.07381 99.596655) + (xy 134.073815 99.596665) + (xy 134.075108 99.599787) + (xy 134.127748 99.696188) + (xy 134.133002 99.701879) + (xy 134.133004 99.701882) + (xy 134.147999 99.718124) + (xy 134.196417 99.770571) + (xy 134.227388 99.803206) + (xy 134.227939 99.803758) + (xy 134.227954 99.803773) + (xy 134.441662 100.017712) + (xy 134.638898 100.214723) + (xy 134.638901 100.214725) + (xy 134.644467 100.220285) + (xy 134.661538 100.230414) + (xy 134.709917 100.282373) + (xy 134.722524 100.352241) + (xy 134.695357 100.417834) + (xy 134.674977 100.437112) + (xy 134.673812 100.437748) + (xy 134.608352 100.49818) + (xy 134.607861 100.497648) + (xy 134.606789 100.499124) + (xy 134.606918 100.499253) + (xy 134.603724 100.502447) + (xy 134.60302 100.503057) + (xy 134.601823 100.504207) + (xy 134.599763 100.506108) + (xy 134.599717 100.506152) + (xy 134.599429 100.506417) + (xy 134.566794 100.537388) + (xy 134.164587 100.939595) + (xy 134.102275 100.973621) + (xy 134.075492 100.9765) + (xy 133.924595 100.9765) + (xy 133.856474 100.956498) + (xy 133.8355 100.939595) + (xy 133.670405 100.7745) + (xy 133.636379 100.712188) + (xy 133.6335 100.685405) + (xy 133.6335 74.639594) + (xy 133.653502 74.571473) + (xy 133.670405 74.550499) + (xy 136.820499 71.400405) + (xy 136.882811 71.366379) + (xy 136.909594 71.3635) + (xy 136.970316 71.3635) + (xy 136.975346 71.3636) + (xy 136.978248 71.363716) + (xy 136.978256 71.363716) + (xy 136.978575 71.363729) + (xy 137.023554 71.364904) + (xy 137.167514 71.365352) + (xy 137.246229 71.365597) + (xy 137.3537 71.365597) + (xy 137.686281 71.364906) + (xy 137.693854 71.362973) + (xy 137.693856 71.362973) + (xy 137.823601 71.329859) + (xy 137.823604 71.329858) + (xy 137.827961 71.328746) + (xy 137.856281 71.317016) + (xy 137.863105 71.31419) + (xy 137.863112 71.314187) + (xy 137.866228 71.312896) + (xy 137.869195 71.311276) + (xy 137.869199 71.311274) + (xy 137.955837 71.263966) + (xy 137.955839 71.263964) + (xy 137.962638 71.260252) + (xy 137.968329 71.254998) + (xy 137.968332 71.254996) + (xy 138.028094 71.199824) + (xy 138.028591 71.200363) + (xy 138.029664 71.198878) + (xy 138.029533 71.198747) + (xy 138.032725 71.195555) + (xy 138.033423 71.19495) + (xy 138.03464 71.193781) + (xy 138.036687 71.191892) + (xy 138.036733 71.191848) + (xy 138.037021 71.191583) + (xy 138.069656 71.160612) + (xy 138.072145 71.158151) + (xy 138.225645 71.006342) + (xy 138.278903 70.953671) + (xy 138.48126 70.749516) + (xy 138.543419 70.715217) + (xy 138.614257 70.719969) + (xy 138.662142 70.751483) + (xy 138.679388 70.769656) + (xy 138.679848 70.770122) + (xy 138.679853 70.770127) + (xy 138.860812 70.953383) + (xy 138.860868 70.953439) + (xy 138.861097 70.953671) + (xy 138.861349 70.953921) + (xy 138.86139 70.953962) + (xy 139.142509 71.232822) + (xy 139.142512 71.232825) + (xy 139.148015 71.238283) + (xy 139.27377 71.312895) + (xy 139.302094 71.324627) + (xy 139.312041 71.328747) + (xy 139.315267 71.329694) + (xy 139.315275 71.329697) + (xy 139.373549 71.346806) + (xy 139.417425 71.359688) + (xy 139.499652 71.362973) + (xy 139.518248 71.363716) + (xy 139.518256 71.363716) + (xy 139.518575 71.363729) + (xy 139.563554 71.364904) + (xy 139.707514 71.365352) + (xy 139.786229 71.365597) + (xy 139.8937 71.365597) + (xy 140.226281 71.364906) + (xy 140.233854 71.362973) + (xy 140.233856 71.362973) + (xy 140.363601 71.329859) + (xy 140.363604 71.329858) + (xy 140.367961 71.328746) + (xy 140.396281 71.317016) + (xy 140.403105 71.31419) + (xy 140.403112 71.314187) + (xy 140.406228 71.312896) + (xy 140.409195 71.311276) + (xy 140.409199 71.311274) + (xy 140.495837 71.263966) + (xy 140.495839 71.263964) + (xy 140.502638 71.260252) + (xy 140.508329 71.254998) + (xy 140.508332 71.254996) + (xy 140.537376 71.228183) + (xy 140.577021 71.191583) + (xy 140.609656 71.160612) + (xy 140.612145 71.158151) + (xy 140.765645 71.006342) + (xy 140.818903 70.953671) + (xy 141.02126 70.749516) + (xy 141.083419 70.715217) + (xy 141.154257 70.719969) + (xy 141.202142 70.751483) + (xy 141.219388 70.769656) + (xy 141.219848 70.770122) + (xy 141.219853 70.770127) + (xy 141.400812 70.953383) + (xy 141.400868 70.953439) + (xy 141.401097 70.953671) + (xy 141.401349 70.953921) + (xy 141.40139 70.953962) + (xy 141.682509 71.232822) + (xy 141.682512 71.232825) + (xy 141.688015 71.238283) + (xy 141.81377 71.312895) + (xy 141.842094 71.324627) + (xy 141.852041 71.328747) + (xy 141.855267 71.329694) + (xy 141.855275 71.329697) + (xy 141.913549 71.346806) + (xy 141.957425 71.359688) + (xy 142.039652 71.362973) + (xy 142.058248 71.363716) + (xy 142.058256 71.363716) + (xy 142.058575 71.363729) + (xy 142.103554 71.364904) + (xy 142.247514 71.365352) + (xy 142.326229 71.365597) + (xy 142.4337 71.365597) + (xy 142.766281 71.364906) + (xy 142.773854 71.362973) + (xy 142.773856 71.362973) + (xy 142.903601 71.329859) + (xy 142.903604 71.329858) + (xy 142.907961 71.328746) + (xy 142.936281 71.317016) + (xy 142.943105 71.31419) + (xy 142.943112 71.314187) + (xy 142.946228 71.312896) + (xy 142.949195 71.311276) + (xy 142.949199 71.311274) + (xy 143.035837 71.263966) + (xy 143.035839 71.263964) + (xy 143.042638 71.260252) + (xy 143.048329 71.254998) + (xy 143.048332 71.254996) + (xy 143.077376 71.228183) + (xy 143.117021 71.191583) + (xy 143.149656 71.160612) + (xy 143.152145 71.158151) + (xy 143.305645 71.006342) + (xy 143.358903 70.953671) + (xy 143.56126 70.749516) + (xy 143.623419 70.715217) + (xy 143.694257 70.719969) + (xy 143.742142 70.751483) + (xy 143.759388 70.769656) + (xy 143.759848 70.770122) + (xy 143.759853 70.770127) + (xy 143.940812 70.953383) + (xy 143.940868 70.953439) + (xy 143.941097 70.953671) + (xy 143.941349 70.953921) + (xy 143.94139 70.953962) + (xy 144.222509 71.232822) + (xy 144.222512 71.232825) + (xy 144.228015 71.238283) + (xy 144.35377 71.312895) + (xy 144.382094 71.324627) + (xy 144.392041 71.328747) + (xy 144.395267 71.329694) + (xy 144.395275 71.329697) + (xy 144.453549 71.346806) + (xy 144.497425 71.359688) + (xy 144.579652 71.362973) + (xy 144.598248 71.363716) + (xy 144.598256 71.363716) + (xy 144.598575 71.363729) + (xy 144.643554 71.364904) + (xy 144.787514 71.365352) + (xy 144.866229 71.365597) + (xy 144.9737 71.365597) + (xy 145.306281 71.364906) + (xy 145.313854 71.362973) + (xy 145.313856 71.362973) + (xy 145.443601 71.329859) + (xy 145.443604 71.329858) + (xy 145.447961 71.328746) + (xy 145.476281 71.317016) + (xy 145.483105 71.31419) + (xy 145.483112 71.314187) + (xy 145.486228 71.312896) + (xy 145.489195 71.311276) + (xy 145.489199 71.311274) + (xy 145.575837 71.263966) + (xy 145.575839 71.263964) + (xy 145.582638 71.260252) + (xy 145.588329 71.254998) + (xy 145.588332 71.254996) + (xy 145.617376 71.228183) + (xy 145.657021 71.191583) + (xy 145.689656 71.160612) + (xy 145.692145 71.158151) + (xy 145.845645 71.006342) + (xy 145.898903 70.953671) + (xy 146.10126 70.749516) + (xy 146.163419 70.715217) + (xy 146.234257 70.719969) + (xy 146.282142 70.751483) + (xy 146.299388 70.769656) + (xy 146.299848 70.770122) + (xy 146.299853 70.770127) + (xy 146.480812 70.953383) + (xy 146.480868 70.953439) + (xy 146.481097 70.953671) + (xy 146.481349 70.953921) + (xy 146.48139 70.953962) + (xy 146.539235 71.011342) + (xy 146.573512 71.073517) + (xy 146.5765 71.100796) + (xy 146.5765 72.380543) + (xy 146.574949 72.400255) + (xy 146.57285 72.413507) + (xy 146.573195 72.420094) + (xy 146.573195 72.420098) + (xy 146.576327 72.47985) + (xy 146.5765 72.486445) + (xy 146.5765 72.506306) + (xy 146.576844 72.509577) + (xy 146.578576 72.526059) + (xy 146.579093 72.532633) + (xy 146.580857 72.566283) + (xy 146.58257 72.598971) + (xy 146.586042 72.611929) + (xy 146.589645 72.631372) + (xy 146.591046 72.644702) + (xy 146.611578 72.707894) + (xy 146.613444 72.714196) + (xy 146.621202 72.743148) + (xy 146.630638 72.778363) + (xy 146.633634 72.784242) + (xy 146.633637 72.784251) + (xy 146.636728 72.790317) + (xy 146.644292 72.808579) + (xy 146.646392 72.815043) + (xy 146.646395 72.815051) + (xy 146.648436 72.821331) + (xy 146.651738 72.82705) + (xy 146.65174 72.827055) + (xy 146.681654 72.878867) + (xy 146.684787 72.884637) + (xy 146.714953 72.943839) + (xy 146.719109 72.948971) + (xy 146.723391 72.954259) + (xy 146.734589 72.970552) + (xy 146.741296 72.982169) + (xy 146.745713 72.987075) + (xy 146.745717 72.98708) + (xy 146.785747 73.031538) + (xy 146.790031 73.036554) + (xy 146.79761 73.045913) + (xy 146.802528 73.051986) + (xy 146.816573 73.066031) + (xy 146.821114 73.070816) + (xy 146.865566 73.120185) + (xy 146.876426 73.128075) + (xy 146.891454 73.140912) + (xy 147.319088 73.568546) + (xy 147.331925 73.583574) + (xy 147.339815 73.594434) + (xy 147.344725 73.598855) + (xy 147.344726 73.598856) + (xy 147.389184 73.638886) + (xy 147.393969 73.643427) + (xy 147.408014 73.657472) + (xy 147.410588 73.659556) + (xy 147.410591 73.659559) + (xy 147.423446 73.669969) + (xy 147.428462 73.674253) + (xy 147.47292 73.714283) + (xy 147.472925 73.714287) + (xy 147.477831 73.718704) + (xy 147.489097 73.725209) + (xy 147.489448 73.725411) + (xy 147.505741 73.736609) + (xy 147.516161 73.745047) + (xy 147.575363 73.775213) + (xy 147.581133 73.778346) + (xy 147.632945 73.80826) + (xy 147.63295 73.808262) + (xy 147.638669 73.811564) + (xy 147.644949 73.813605) + (xy 147.644957 73.813608) + (xy 147.651421 73.815708) + (xy 147.669683 73.823272) + (xy 147.675751 73.826363) + (xy 147.681637 73.829362) + (xy 147.745806 73.846556) + (xy 147.745813 73.846558) + (xy 147.752112 73.848424) + (xy 147.815298 73.868954) + (xy 147.821867 73.869644) + (xy 147.821874 73.869646) + (xy 147.828645 73.870358) + (xy 147.848074 73.873958) + (xy 147.861029 73.877429) + (xy 147.867625 73.877775) + (xy 147.867627 73.877775) + (xy 147.900429 73.879494) + (xy 147.927353 73.880905) + (xy 147.933912 73.881421) + (xy 147.953694 73.8835) + (xy 147.973574 73.8835) + (xy 147.980169 73.883673) + (xy 148.039902 73.886804) + (xy 148.039906 73.886804) + (xy 148.046493 73.887149) + (xy 148.05974 73.885051) + (xy 148.07945 73.8835) + (xy 156.920543 73.8835) + (xy 156.940255 73.885051) + (xy 156.953507 73.88715) + (xy 156.960094 73.886805) + (xy 156.960098 73.886805) + (xy 157.01985 73.883673) + (xy 157.026445 73.8835) + (xy 157.046306 73.8835) + (xy 157.066069 73.881423) + (xy 157.072628 73.880907) + (xy 157.088427 73.880079) + (xy 157.132377 73.877776) + (xy 157.132381 73.877775) + (xy 157.138971 73.87743) + (xy 157.151929 73.873958) + (xy 157.171372 73.870355) + (xy 157.171795 73.870311) + (xy 157.184702 73.868954) + (xy 157.247894 73.848422) + (xy 157.254196 73.846556) + (xy 157.311985 73.831071) + (xy 157.318363 73.829362) + (xy 157.324242 73.826366) + (xy 157.324251 73.826363) + (xy 157.330317 73.823272) + (xy 157.348579 73.815708) + (xy 157.355043 73.813608) + (xy 157.355051 73.813605) + (xy 157.361331 73.811564) + (xy 157.36705 73.808262) + (xy 157.367055 73.80826) + (xy 157.418867 73.778346) + (xy 157.424637 73.775213) + (xy 157.483839 73.745047) + (xy 157.494259 73.736609) + (xy 157.510552 73.725411) + (xy 157.510903 73.725209) + (xy 157.522169 73.718704) + (xy 157.527075 73.714287) + (xy 157.52708 73.714283) + (xy 157.571538 73.674253) + (xy 157.576554 73.669969) + (xy 157.589409 73.659559) + (xy 157.589412 73.659556) + (xy 157.591986 73.657472) + (xy 157.606031 73.643427) + (xy 157.610816 73.638886) + (xy 157.655274 73.598856) + (xy 157.655275 73.598855) + (xy 157.660185 73.594434) + (xy 157.668075 73.583574) + (xy 157.680912 73.568546) + (xy 159.329053 71.920405) + (xy 159.391365 71.886379) + (xy 159.418148 71.8835) + (xy 167.773555 71.8835) + (xy 167.78015 71.883673) + (xy 167.839902 71.886805) + (xy 167.839906 71.886805) + (xy 167.846493 71.88715) + (xy 167.859747 71.885051) + (xy 167.879456 71.8835) + (xy 168.7305 71.8835) + (xy 168.798621 71.903502) + (xy 168.845114 71.957158) + (xy 168.8565 72.0095) + (xy 168.8565 109.841852) + (xy 168.836498 109.909973) + (xy 168.819595 109.930947) + (xy 164.128595 114.621947) + (xy 164.066283 114.655973) + (xy 163.995468 114.650908) + (xy 163.938632 114.608361) + (xy 163.913821 114.541841) + (xy 163.9135 114.532852) + (xy 163.9135 114.500038) + (xy 163.913504 114.5) + (xy 163.9135 114.499962) + (xy 163.9135 114.35461) + (xy 163.910557 114.299715) + (xy 163.887414 114.209042) + (xy 163.8835 114.177882) + (xy 163.8835 110.301591) + (xy 163.903502 110.23347) + (xy 163.957158 110.186977) + (xy 164.027432 110.176873) + (xy 164.092012 110.206367) + (xy 164.098964 110.212866) + (xy 164.259485 110.374723) + (xy 164.323874 110.439648) + (xy 164.390352 110.506126) + (xy 164.704461 110.818283) + (xy 164.711151 110.822252) + (xy 164.711152 110.822253) + (xy 164.793003 110.870816) + (xy 164.830216 110.892895) + (xy 164.85854 110.904627) + (xy 164.868487 110.908747) + (xy 164.871713 110.909694) + (xy 164.871721 110.909697) + (xy 164.935264 110.928353) + (xy 164.973871 110.939688) + (xy 165.056194 110.942977) + (xy 165.074694 110.943716) + (xy 165.074702 110.943716) + (xy 165.075021 110.943729) + (xy 165.12 110.944904) + (xy 165.120463 110.944908) + (xy 165.120504 110.944909) + (xy 165.486066 110.948262) + (xy 165.486122 110.948262) + (xy 165.486552 110.948266) + (xy 165.48701 110.948263) + (xy 165.487069 110.948263) + (xy 165.807457 110.946124) + (xy 165.989835 110.944906) + (xy 166.079744 110.921959) + (xy 166.127155 110.909859) + (xy 166.127158 110.909858) + (xy 166.131515 110.908746) + (xy 166.159835 110.897016) + (xy 166.166659 110.89419) + (xy 166.166666 110.894187) + (xy 166.169782 110.892896) + (xy 166.172749 110.891276) + (xy 166.172753 110.891274) + (xy 166.259391 110.843966) + (xy 166.259393 110.843964) + (xy 166.266192 110.840252) + (xy 166.271883 110.834998) + (xy 166.271886 110.834996) + (xy 166.329108 110.782169) + (xy 166.340575 110.771583) + (xy 166.37321 110.740612) + (xy 166.373624 110.740202) + (xy 166.373658 110.740169) + (xy 166.586582 110.529258) + (xy 166.616439 110.499683) + (xy 166.779093 110.336024) + (xy 166.982793 110.131064) + (xy 166.988279 110.125544) + (xy 167.005695 110.096192) + (xy 167.060595 110.003663) + (xy 167.060597 110.003659) + (xy 167.062892 109.999791) + (xy 167.078742 109.961527) + (xy 167.109687 109.85614) + (xy 167.113729 109.754976) + (xy 167.114524 109.724649) + (xy 167.114886 109.710805) + (xy 167.114907 109.71001) + (xy 167.114993 109.250051) + (xy 167.114938 108.989292) + (xy 167.114908 108.84804) + (xy 167.114908 108.848037) + (xy 167.114906 108.840168) + (xy 167.105643 108.803871) + (xy 167.088154 108.735348) + (xy 167.078747 108.698487) + (xy 167.074627 108.68854) + (xy 167.062895 108.660216) + (xy 167.019775 108.581248) + (xy 167.013966 108.570609) + (xy 167.013965 108.570607) + (xy 167.010252 108.563808) + (xy 167.004998 108.558117) + (xy 167.004996 108.558114) + (xy 166.978183 108.52907) + (xy 166.941583 108.489425) + (xy 166.929339 108.476523) + (xy 166.91107 108.457272) + (xy 166.911043 108.457244) + (xy 166.910612 108.45679) + (xy 166.646675 108.189944) + (xy 166.295537 107.841715) + (xy 166.169782 107.767104) + (xy 166.13153 107.751259) + (xy 166.02614 107.720313) + (xy 165.924976 107.716271) + (xy 165.9246 107.716261) + (xy 165.924536 107.716259) + (xy 165.895366 107.715495) + (xy 165.88001 107.715093) + (xy 165.879334 107.715089) + (xy 165.87931 107.715089) + (xy 165.659804 107.713916) + (xy 165.495319 107.713037) + (xy 165.495065 107.713038) + (xy 165.495017 107.713038) + (xy 165.017898 107.715061) + (xy 165.017897 107.715061) + (xy 165.010153 107.715094) + (xy 165.002651 107.717009) + (xy 165.00265 107.717009) + (xy 164.990917 107.720004) + (xy 164.868473 107.751258) + (xy 164.864309 107.752983) + (xy 164.833341 107.76581) + (xy 164.833331 107.765815) + (xy 164.830209 107.767108) + (xy 164.733808 107.819748) + (xy 164.728117 107.825002) + (xy 164.728114 107.825004) + (xy 164.717587 107.834723) + (xy 164.659425 107.888417) + (xy 164.62679 107.919388) + (xy 164.41456 108.131496) + (xy 164.41456 108.131495) + (xy 164.414559 108.131496) + (xy 164.41456 108.131496) + (xy 164.178659 108.367469) + (xy 164.098609 108.447543) + (xy 164.036302 108.481577) + (xy 163.965485 108.476523) + (xy 163.908643 108.433985) + (xy 163.883822 108.367469) + (xy 163.8835 108.358461) + (xy 163.8835 102.088148) + (xy 163.903502 102.020027) + (xy 163.920405 101.999053) + (xy 165.095321 100.824137) + (xy 165.157633 100.790111) + (xy 165.184843 100.787233) + (xy 165.486552 100.788266) + (xy 166.604909 100.784906) + (xy 166.612454 100.78298) + (xy 166.612457 100.78298) + (xy 166.667804 100.768854) + (xy 166.74659 100.748746) + (xy 166.784859 100.732895) + (xy 166.881265 100.680254) + (xy 166.887029 100.674888) + (xy 166.887031 100.674886) + (xy 166.929004 100.635806) + (xy 166.988283 100.580614) + (xy 166.996036 100.567548) + (xy 167.060603 100.458722) + (xy 167.062895 100.454859) + (xy 167.074627 100.426535) + (xy 167.078747 100.416588) + (xy 167.087991 100.385108) + (xy 167.107501 100.31866) + (xy 167.109685 100.311222) + (xy 167.113729 100.210053) + (xy 167.114906 100.165093) + (xy 167.114993 99.090051) + (xy 167.114976 98.889395) + (xy 167.114907 98.072969) + (xy 167.114907 98.072966) + (xy 167.114906 98.065093) + (xy 167.105862 98.029654) + (xy 167.079859 97.92777) + (xy 167.078747 97.923412) + (xy 167.074627 97.913465) + (xy 167.062895 97.885141) + (xy 167.041035 97.845108) + (xy 167.014032 97.795655) + (xy 167.01403 97.795653) + (xy 167.010253 97.788735) + (xy 166.910613 97.681716) + (xy 166.784859 97.607105) + (xy 166.74659 97.591254) + (xy 166.641222 97.560315) + (xy 166.633478 97.560005) + (xy 166.633475 97.560005) + (xy 166.5809 97.557904) + (xy 166.540053 97.556271) + (xy 166.506202 97.555385) + (xy 166.438629 97.533607) + (xy 166.393556 97.478753) + (xy 166.3835 97.429428) + (xy 166.3835 79.079457) + (xy 166.385051 79.059745) + (xy 166.386118 79.053008) + (xy 166.38715 79.046493) + (xy 166.384216 78.9905) + (xy 166.383673 78.98015) + (xy 166.3835 78.973555) + (xy 166.3835 78.953694) + (xy 166.381423 78.933931) + (xy 166.380907 78.927367) + (xy 166.377776 78.867623) + (xy 166.377775 78.867619) + (xy 166.37743 78.861029) + (xy 166.373958 78.848071) + (xy 166.370355 78.828628) + (xy 166.369644 78.821866) + (xy 166.368954 78.815298) + (xy 166.348422 78.752106) + (xy 166.346556 78.745804) + (xy 166.331071 78.688015) + (xy 166.329362 78.681637) + (xy 166.326366 78.675758) + (xy 166.326363 78.675749) + (xy 166.323272 78.669683) + (xy 166.315708 78.651421) + (xy 166.313608 78.644957) + (xy 166.313605 78.644949) + (xy 166.311564 78.638669) + (xy 166.308262 78.63295) + (xy 166.30826 78.632945) + (xy 166.278346 78.581133) + (xy 166.275213 78.575363) + (xy 166.245047 78.516161) + (xy 166.236609 78.505741) + (xy 166.225411 78.489448) + (xy 166.225209 78.489097) + (xy 166.218704 78.477831) + (xy 166.214287 78.472925) + (xy 166.214283 78.47292) + (xy 166.174253 78.428462) + (xy 166.169969 78.423446) + (xy 166.159559 78.410591) + (xy 166.159556 78.410588) + (xy 166.157472 78.408014) + (xy 166.143427 78.393969) + (xy 166.138886 78.389184) + (xy 166.098856 78.344726) + (xy 166.098855 78.344725) + (xy 166.094434 78.339815) + (xy 166.083574 78.331925) + (xy 166.068546 78.319088) + (xy 160.613526 72.864068) + (xy 160.592606 72.834507) + (xy 160.592212 72.834745) + (xy 160.589009 72.829455) + (xy 160.586336 72.823868) + (xy 160.498747 72.706863) + (xy 160.293137 72.501253) + (xy 160.290134 72.498555) + (xy 160.256852 72.468658) + (xy 160.256848 72.468655) + (xy 160.252247 72.464522) + (xy 160.246925 72.461364) + (xy 160.246922 72.461362) + (xy 160.130426 72.392241) + (xy 160.12655 72.389941) + (xy 160.091902 72.375589) + (xy 160.090324 72.375032) + (xy 160.090318 72.37503) + (xy 160.045891 72.359357) + (xy 160.04589 72.359357) + (xy 160.04006 72.3573) + (xy 160.011293 72.353164) + (xy 159.899838 72.337139) + (xy 159.899831 72.337138) + (xy 159.89539 72.3365) + (xy 159.60461 72.3365) + (xy 159.574079 72.338137) + (xy 159.555902 72.339111) + (xy 159.555899 72.339111) + (xy 159.549715 72.339443) + (xy 159.408098 72.375589) + (xy 159.403936 72.377313) + (xy 159.375033 72.389285) + (xy 159.375024 72.389289) + (xy 159.37345 72.389941) + (xy 159.371922 72.390672) + (xy 159.371911 72.390677) + (xy 159.351893 72.400255) + (xy 159.323868 72.413664) + (xy 159.206863 72.501253) + (xy 159.001253 72.706863) + (xy 159.000124 72.70812) + (xy 159.000121 72.708123) + (xy 158.968658 72.743148) + (xy 158.968655 72.743152) + (xy 158.964522 72.747753) + (xy 158.961364 72.753075) + (xy 158.961362 72.753078) + (xy 158.924596 72.815043) + (xy 158.889941 72.87345) + (xy 158.875589 72.908098) + (xy 158.875032 72.909676) + (xy 158.87503 72.909682) + (xy 158.865055 72.937957) + (xy 158.8573 72.95994) + (xy 158.85642 72.966061) + (xy 158.837139 73.100162) + (xy 158.837138 73.100169) + (xy 158.8365 73.10461) + (xy 158.8365 73.249962) + (xy 158.836496 73.25) + (xy 158.8365 73.250038) + (xy 158.8365 73.39539) + (xy 158.839443 73.450285) + (xy 158.875589 73.591902) + (xy 158.877313 73.596064) + (xy 158.87847 73.598856) + (xy 158.889941 73.62655) + (xy 158.913664 73.676132) + (xy 159.001253 73.793137) + (xy 159.206863 73.998747) + (xy 159.20812 73.999876) + (xy 159.208123 73.999879) + (xy 159.243148 74.031342) + (xy 159.243152 74.031345) + (xy 159.247753 74.035478) + (xy 159.253075 74.038636) + (xy 159.253078 74.038638) + (xy 159.328246 74.083238) + (xy 159.353046 74.102504) + (xy 164.579595 79.329053) + (xy 164.613621 79.391365) + (xy 164.6165 79.418148) + (xy 164.6165 97.428915) + (xy 164.596498 97.497036) + (xy 164.542842 97.543529) + (xy 164.490736 97.554915) + (xy 164.402912 97.555079) + (xy 164.402909 97.555079) + (xy 164.395093 97.555094) + (xy 164.253412 97.591253) + (xy 164.243465 97.595373) + (xy 164.215141 97.607105) + (xy 164.212182 97.608721) + (xy 164.125655 97.655968) + (xy 164.125653 97.65597) + (xy 164.118735 97.659747) + (xy 164.011716 97.759387) + (xy 163.937105 97.885141) + (xy 163.921254 97.92341) + (xy 163.890315 98.028778) + (xy 163.890005 98.036522) + (xy 163.890005 98.036525) + (xy 163.887904 98.0891) + (xy 163.886271 98.129947) + (xy 163.885094 98.174907) + (xy 163.883602 99.122642) + (xy 163.883468 99.207647) + (xy 163.883468 99.207839) + (xy 163.883889 99.484271) + (xy 163.86399 99.552422) + (xy 163.846984 99.573558) + (xy 162.431454 100.989088) + (xy 162.416426 101.001925) + (xy 162.405566 101.009815) + (xy 162.401145 101.014725) + (xy 162.401144 101.014726) + (xy 162.361114 101.059184) + (xy 162.356573 101.063969) + (xy 162.342528 101.078014) + (xy 162.340444 101.080588) + (xy 162.340441 101.080591) + (xy 162.330031 101.093446) + (xy 162.325747 101.098462) + (xy 162.285717 101.14292) + (xy 162.285713 101.142925) + (xy 162.281296 101.147831) + (xy 162.274965 101.158797) + (xy 162.274589 101.159448) + (xy 162.263391 101.175741) + (xy 162.254953 101.186161) + (xy 162.224787 101.245363) + (xy 162.221663 101.251117) + (xy 162.210168 101.271028) + (xy 162.20503 101.279927) + (xy 162.153647 101.32892) + (xy 162.083933 101.342355) + (xy 162.018022 101.315968) + (xy 161.976841 101.258135) + (xy 161.973825 101.248088) + (xy 161.941855 101.122838) + (xy 161.941854 101.122835) + (xy 161.940741 101.118474) + (xy 161.933043 101.099889) + (xy 161.926194 101.083354) + (xy 161.926189 101.083344) + (xy 161.924896 101.080222) + (xy 161.911505 101.055699) + (xy 161.875966 100.990613) + (xy 161.875964 100.990611) + (xy 161.872252 100.983812) + (xy 161.866998 100.978121) + (xy 161.866996 100.978118) + (xy 161.83904 100.947836) + (xy 161.803583 100.909429) + (xy 161.772612 100.876794) + (xy 161.35554 100.459721) + (xy 161.338457 100.449585) + (xy 161.29008 100.397622) + (xy 161.277475 100.327753) + (xy 161.304645 100.262161) + (xy 161.325024 100.242888) + (xy 161.326188 100.242252) + (xy 161.400571 100.173583) + (xy 161.433206 100.142612) + (xy 161.641697 99.934932) + (xy 161.641697 99.934933) + (xy 161.641698 99.934932) + (xy 161.641697 99.934932) + (xy 161.850279 99.72554) + (xy 161.924892 99.599787) + (xy 161.940742 99.561523) + (xy 161.971687 99.456136) + (xy 161.975729 99.354972) + (xy 161.976312 99.332738) + (xy 161.976737 99.316498) + (xy 161.976907 99.310006) + (xy 161.980202 99.098584) + (xy 161.980321 99.090051) + (xy 161.980491 99.077925) + (xy 161.980491 99.077885) + (xy 161.980501 99.077173) + (xy 161.976905 98.720154) + (xy 161.940741 98.578474) + (xy 161.928691 98.549383) + (xy 161.926194 98.543354) + (xy 161.926189 98.543344) + (xy 161.924896 98.540222) + (xy 161.906891 98.507249) + (xy 161.875966 98.450613) + (xy 161.875964 98.450611) + (xy 161.872252 98.443812) + (xy 161.866998 98.438121) + (xy 161.866996 98.438118) + (xy 161.826381 98.394124) + (xy 161.803583 98.369429) + (xy 161.772612 98.336794) + (xy 161.609952 98.174134) + (xy 161.361114 97.925295) + (xy 161.35554 97.919721) + (xy 161.338457 97.909585) + (xy 161.29008 97.857622) + (xy 161.277475 97.787753) + (xy 161.304645 97.722161) + (xy 161.325024 97.702888) + (xy 161.326188 97.702252) + (xy 161.400571 97.633583) + (xy 161.433206 97.602612) + (xy 161.641697 97.394932) + (xy 161.641697 97.394933) + (xy 161.641698 97.394932) + (xy 161.641697 97.394932) + (xy 161.74411 97.292121) + (xy 161.850279 97.18554) + (xy 161.87173 97.149386) + (xy 161.922595 97.063659) + (xy 161.922597 97.063655) + (xy 161.924892 97.059787) + (xy 161.940742 97.021523) + (xy 161.971687 96.916136) + (xy 161.975729 96.814972) + (xy 161.975815 96.811721) + (xy 161.976901 96.770222) + (xy 161.976907 96.770006) + (xy 161.980202 96.558584) + (xy 161.980441 96.541479) + (xy 161.980491 96.537925) + (xy 161.980491 96.537885) + (xy 161.980501 96.537173) + (xy 161.976905 96.180154) + (xy 161.940741 96.038474) + (xy 161.926621 96.004386) + (xy 161.926194 96.003354) + (xy 161.926189 96.003344) + (xy 161.924896 96.000222) + (xy 161.915763 95.983497) + (xy 161.875966 95.910613) + (xy 161.875964 95.910611) + (xy 161.872252 95.903812) + (xy 161.866998 95.898121) + (xy 161.866996 95.898118) + (xy 161.840013 95.86889) + (xy 161.803583 95.829429) + (xy 161.772612 95.796794) + (xy 161.35554 95.379721) + (xy 161.338457 95.369585) + (xy 161.29008 95.317622) + (xy 161.277475 95.247753) + (xy 161.304645 95.182161) + (xy 161.325024 95.162888) + (xy 161.326188 95.162252) + (xy 161.400571 95.093583) + (xy 161.433206 95.062612) + (xy 161.641697 94.854932) + (xy 161.641697 94.854933) + (xy 161.641698 94.854932) + (xy 161.641697 94.854932) + (xy 161.850279 94.64554) + (xy 161.924892 94.519787) + (xy 161.940742 94.481523) + (xy 161.971687 94.376136) + (xy 161.975729 94.274972) + (xy 161.976907 94.230006) + (xy 161.980202 94.018584) + (xy 161.980491 93.997925) + (xy 161.980491 93.997885) + (xy 161.980501 93.997173) + (xy 161.976905 93.640154) + (xy 161.940741 93.498474) + (xy 161.926621 93.464386) + (xy 161.926194 93.463354) + (xy 161.926189 93.463344) + (xy 161.924896 93.460222) + (xy 161.897454 93.409966) + (xy 161.875966 93.370613) + (xy 161.875964 93.370611) + (xy 161.872252 93.363812) + (xy 161.866998 93.358121) + (xy 161.866996 93.358118) + (xy 161.840013 93.32889) + (xy 161.803583 93.289429) + (xy 161.772612 93.256794) + (xy 161.35554 92.839721) + (xy 161.338457 92.829585) + (xy 161.29008 92.777622) + (xy 161.277475 92.707753) + (xy 161.304645 92.642161) + (xy 161.325024 92.622888) + (xy 161.326188 92.622252) + (xy 161.400571 92.553583) + (xy 161.433206 92.522612) + (xy 161.641697 92.314932) + (xy 161.641697 92.314933) + (xy 161.641698 92.314932) + (xy 161.641697 92.314932) + (xy 161.688976 92.267469) + (xy 161.850279 92.10554) + (xy 161.874196 92.06523) + (xy 161.922595 91.983659) + (xy 161.922597 91.983655) + (xy 161.924892 91.979787) + (xy 161.940742 91.941523) + (xy 161.951971 91.903283) + (xy 161.969505 91.843567) + (xy 161.971687 91.836136) + (xy 161.975729 91.734972) + (xy 161.976907 91.690006) + (xy 161.980202 91.478584) + (xy 161.980281 91.472956) + (xy 161.980491 91.457925) + (xy 161.980491 91.457885) + (xy 161.980501 91.457173) + (xy 161.976905 91.100154) + (xy 161.940741 90.958474) + (xy 161.926621 90.924386) + (xy 161.926194 90.923354) + (xy 161.926189 90.923344) + (xy 161.924896 90.920222) + (xy 161.872252 90.823812) + (xy 161.866998 90.818121) + (xy 161.866996 90.818118) + (xy 161.813217 90.759865) + (xy 161.803583 90.749429) + (xy 161.772612 90.716794) + (xy 161.35554 90.299721) + (xy 161.338457 90.289585) + (xy 161.29008 90.237622) + (xy 161.277475 90.167753) + (xy 161.304645 90.102161) + (xy 161.325024 90.082888) + (xy 161.326188 90.082252) + (xy 161.400571 90.013583) + (xy 161.433206 89.982612) + (xy 161.641697 89.774932) + (xy 161.641697 89.774933) + (xy 161.641698 89.774932) + (xy 161.641697 89.774932) + (xy 161.668168 89.748358) + (xy 161.850279 89.56554) + (xy 161.883129 89.510174) + (xy 161.922595 89.443659) + (xy 161.922597 89.443655) + (xy 161.924892 89.439787) + (xy 161.929466 89.428746) + (xy 161.933758 89.418383) + (xy 161.940742 89.401523) + (xy 161.971687 89.296136) + (xy 161.975729 89.194972) + (xy 161.976253 89.174991) + (xy 161.976901 89.150222) + (xy 161.976907 89.150006) + (xy 161.980202 88.938584) + (xy 161.980227 88.936802) + (xy 161.980491 88.917925) + (xy 161.980491 88.917885) + (xy 161.980501 88.917173) + (xy 161.976905 88.560154) + (xy 161.940741 88.418474) + (xy 161.926621 88.384386) + (xy 161.926194 88.383354) + (xy 161.926189 88.383344) + (xy 161.924896 88.380222) + (xy 161.893732 88.32315) + (xy 161.875966 88.290613) + (xy 161.875964 88.290611) + (xy 161.872252 88.283812) + (xy 161.866998 88.278121) + (xy 161.866996 88.278118) + (xy 161.840013 88.24889) + (xy 161.803583 88.209429) + (xy 161.772612 88.176794) + (xy 161.35554 87.759721) + (xy 161.338457 87.749585) + (xy 161.29008 87.697622) + (xy 161.277475 87.627753) + (xy 161.304645 87.562161) + (xy 161.325024 87.542888) + (xy 161.326188 87.542252) + (xy 161.400571 87.473583) + (xy 161.433206 87.442612) + (xy 161.641697 87.234932) + (xy 161.641697 87.234933) + (xy 161.641698 87.234932) + (xy 161.641697 87.234932) + (xy 161.850279 87.02554) + (xy 161.924892 86.899787) + (xy 161.940742 86.861523) + (xy 161.971687 86.756136) + (xy 161.975729 86.654972) + (xy 161.976907 86.610006) + (xy 161.980202 86.398584) + (xy 161.980491 86.377925) + (xy 161.980491 86.377885) + (xy 161.980501 86.377173) + (xy 161.976905 86.020154) + (xy 161.940741 85.878474) + (xy 161.926621 85.844386) + (xy 161.926194 85.843354) + (xy 161.926189 85.843344) + (xy 161.924896 85.840222) + (xy 161.872252 85.743812) + (xy 161.866998 85.738121) + (xy 161.866996 85.738118) + (xy 161.840013 85.70889) + (xy 161.803583 85.669429) + (xy 161.772612 85.636794) + (xy 161.35554 85.219721) + (xy 161.338457 85.209585) + (xy 161.29008 85.157622) + (xy 161.277475 85.087753) + (xy 161.304645 85.022161) + (xy 161.325024 85.002888) + (xy 161.326188 85.002252) + (xy 161.400571 84.933583) + (xy 161.433206 84.902612) + (xy 161.641697 84.694932) + (xy 161.641697 84.694933) + (xy 161.641698 84.694932) + (xy 161.641697 84.694932) + (xy 161.850279 84.48554) + (xy 161.924892 84.359787) + (xy 161.940742 84.321523) + (xy 161.971687 84.216136) + (xy 161.975729 84.114972) + (xy 161.976907 84.070006) + (xy 161.980202 83.858584) + (xy 161.980491 83.837925) + (xy 161.980491 83.837885) + (xy 161.980501 83.837173) + (xy 161.976905 83.480154) + (xy 161.940741 83.338474) + (xy 161.926621 83.304386) + (xy 161.926194 83.303354) + (xy 161.926189 83.303344) + (xy 161.924896 83.300222) + (xy 161.872252 83.203812) + (xy 161.866998 83.198121) + (xy 161.866996 83.198118) + (xy 161.840013 83.16889) + (xy 161.803583 83.129429) + (xy 161.772612 83.096794) + (xy 161.35554 82.679721) + (xy 161.338457 82.669585) + (xy 161.29008 82.617622) + (xy 161.277475 82.547753) + (xy 161.304645 82.482161) + (xy 161.325024 82.462888) + (xy 161.326188 82.462252) + (xy 161.400571 82.393583) + (xy 161.433206 82.362612) + (xy 161.641697 82.154932) + (xy 161.641697 82.154933) + (xy 161.641698 82.154932) + (xy 161.641697 82.154932) + (xy 161.743702 82.052531) + (xy 161.850279 81.94554) + (xy 161.879839 81.895719) + (xy 161.922595 81.823659) + (xy 161.922597 81.823655) + (xy 161.924892 81.819787) + (xy 161.940742 81.781523) + (xy 161.971687 81.676136) + (xy 161.975729 81.574972) + (xy 161.976907 81.530006) + (xy 161.980202 81.318584) + (xy 161.980501 81.297173) + (xy 161.976905 80.940154) + (xy 161.940741 80.798474) + (xy 161.936458 80.788134) + (xy 161.926194 80.763354) + (xy 161.926189 80.763344) + (xy 161.924896 80.760222) + (xy 161.893939 80.703529) + (xy 161.875966 80.670613) + (xy 161.875964 80.670611) + (xy 161.872252 80.663812) + (xy 161.866998 80.658121) + (xy 161.866996 80.658118) + (xy 161.840013 80.62889) + (xy 161.803583 80.589429) + (xy 161.772612 80.556794) + (xy 161.35554 80.139721) + (xy 161.310928 80.113251) + (xy 161.233659 80.067405) + (xy 161.233655 80.067403) + (xy 161.229787 80.065108) + (xy 161.191523 80.049258) + (xy 161.188261 80.0483) + (xy 161.093567 80.020495) + (xy 161.086136 80.018313) + (xy 160.984972 80.014271) + (xy 160.984596 80.014261) + (xy 160.984532 80.014259) + (xy 160.960925 80.013641) + (xy 160.940006 80.013093) + (xy 160.651655 80.012282) + (xy 160.357948 80.013073) + (xy 160.350157 80.013094) + (xy 160.208477 80.049258) + (xy 160.204313 80.050983) + (xy 160.173345 80.06381) + (xy 160.173335 80.063815) + (xy 160.170213 80.065108) + (xy 160.073812 80.117748) + (xy 160.068121 80.123002) + (xy 160.068118 80.123004) + (xy 160.039074 80.149817) + (xy 159.999429 80.186417) + (xy 159.966794 80.217388) + (xy 159.549715 80.634467) + (xy 159.475104 80.760222) + (xy 159.459259 80.798474) + (xy 159.458307 80.801715) + (xy 159.458307 80.801716) + (xy 159.449581 80.831433) + (xy 159.428313 80.903864) + (xy 159.424271 81.005028) + (xy 159.424261 81.005404) + (xy 159.424259 81.005468) + (xy 159.423111 81.049292) + (xy 159.423093 81.049994) + (xy 159.42309 81.050692) + (xy 159.42309 81.050706) + (xy 159.422324 81.24241) + (xy 159.421976 81.329424) + (xy 159.423094 81.639843) + (xy 159.459258 81.781523) + (xy 159.460983 81.785687) + (xy 159.47381 81.816655) + (xy 159.473815 81.816665) + (xy 159.475108 81.819787) + (xy 159.527748 81.916188) + (xy 159.533002 81.921879) + (xy 159.533004 81.921882) + (xy 159.556279 81.947093) + (xy 159.596417 81.990571) + (xy 159.627388 82.023206) + (xy 159.627939 82.023758) + (xy 159.627954 82.023773) + (xy 159.841662 82.237712) + (xy 160.038898 82.434723) + (xy 160.038901 82.434725) + (xy 160.044467 82.440285) + (xy 160.061538 82.450414) + (xy 160.109917 82.502373) + (xy 160.122524 82.572241) + (xy 160.095357 82.637834) + (xy 160.074977 82.657112) + (xy 160.073812 82.657748) + (xy 159.999429 82.726417) + (xy 159.966794 82.757388) + (xy 159.549715 83.174467) + (xy 159.475104 83.300222) + (xy 159.459259 83.338474) + (xy 159.428313 83.443864) + (xy 159.424271 83.545028) + (xy 159.423093 83.589994) + (xy 159.421976 83.869424) + (xy 159.423094 84.179843) + (xy 159.459258 84.321523) + (xy 159.460983 84.325687) + (xy 159.47381 84.356655) + (xy 159.473815 84.356665) + (xy 159.475108 84.359787) + (xy 159.527748 84.456188) + (xy 159.533002 84.461879) + (xy 159.533004 84.461882) + (xy 159.548632 84.47881) + (xy 159.596417 84.530571) + (xy 159.627388 84.563206) + (xy 159.627939 84.563758) + (xy 159.627954 84.563773) + (xy 159.841662 84.777712) + (xy 160.038898 84.974723) + (xy 160.038901 84.974725) + (xy 160.044467 84.980285) + (xy 160.061538 84.990414) + (xy 160.109917 85.042373) + (xy 160.122524 85.112241) + (xy 160.095357 85.177834) + (xy 160.074977 85.197112) + (xy 160.073812 85.197748) + (xy 159.999429 85.266417) + (xy 159.966794 85.297388) + (xy 159.549715 85.714467) + (xy 159.475104 85.840222) + (xy 159.459259 85.878474) + (xy 159.428313 85.983864) + (xy 159.424271 86.085028) + (xy 159.423093 86.129994) + (xy 159.421976 86.409424) + (xy 159.423094 86.719843) + (xy 159.459258 86.861523) + (xy 159.460983 86.865687) + (xy 159.47381 86.896655) + (xy 159.473815 86.896665) + (xy 159.475108 86.899787) + (xy 159.527748 86.996188) + (xy 159.533002 87.001879) + (xy 159.533004 87.001882) + (xy 159.548632 87.01881) + (xy 159.596417 87.070571) + (xy 159.627388 87.103206) + (xy 159.627939 87.103758) + (xy 159.627954 87.103773) + (xy 159.841662 87.317712) + (xy 160.038898 87.514723) + (xy 160.038901 87.514725) + (xy 160.044467 87.520285) + (xy 160.061538 87.530414) + (xy 160.109917 87.582373) + (xy 160.122524 87.652241) + (xy 160.095357 87.717834) + (xy 160.074977 87.737112) + (xy 160.073812 87.737748) + (xy 159.999429 87.806417) + (xy 159.966794 87.837388) + (xy 159.549715 88.254467) + (xy 159.475104 88.380222) + (xy 159.459259 88.418474) + (xy 159.428313 88.523864) + (xy 159.424271 88.625028) + (xy 159.424261 88.625404) + (xy 159.424259 88.625468) + (xy 159.423111 88.669292) + (xy 159.423093 88.669994) + (xy 159.42309 88.670692) + (xy 159.42309 88.670706) + (xy 159.422108 88.916426) + (xy 159.421976 88.949424) + (xy 159.423094 89.259843) + (xy 159.459258 89.401523) + (xy 159.463509 89.411785) + (xy 159.47381 89.436655) + (xy 159.473815 89.436665) + (xy 159.475108 89.439787) + (xy 159.527748 89.536188) + (xy 159.533002 89.541879) + (xy 159.533004 89.541882) + (xy 159.539115 89.548501) + (xy 159.596417 89.610571) + (xy 159.627388 89.643206) + (xy 159.627939 89.643758) + (xy 159.627954 89.643773) + (xy 159.841662 89.857712) + (xy 160.038898 90.054723) + (xy 160.038901 90.054725) + (xy 160.044467 90.060285) + (xy 160.061538 90.070414) + (xy 160.109917 90.122373) + (xy 160.122524 90.192241) + (xy 160.095357 90.257834) + (xy 160.074977 90.277112) + (xy 160.073812 90.277748) + (xy 159.999429 90.346417) + (xy 159.966794 90.377388) + (xy 159.549715 90.794467) + (xy 159.475104 90.920222) + (xy 159.459259 90.958474) + (xy 159.428313 91.063864) + (xy 159.424271 91.165028) + (xy 159.424261 91.165404) + (xy 159.424259 91.165468) + (xy 159.423111 91.209292) + (xy 159.423093 91.209994) + (xy 159.42309 91.210692) + (xy 159.42309 91.210706) + (xy 159.42245 91.370852) + (xy 159.421976 91.489424) + (xy 159.423094 91.799843) + (xy 159.459258 91.941523) + (xy 159.460983 91.945687) + (xy 159.47381 91.976655) + (xy 159.473815 91.976665) + (xy 159.475108 91.979787) + (xy 159.527748 92.076188) + (xy 159.533002 92.081879) + (xy 159.533004 92.081882) + (xy 159.534092 92.08306) + (xy 159.596417 92.150571) + (xy 159.627388 92.183206) + (xy 159.627939 92.183758) + (xy 159.627954 92.183773) + (xy 159.841662 92.397712) + (xy 160.038898 92.594723) + (xy 160.038901 92.594725) + (xy 160.044467 92.600285) + (xy 160.061538 92.610414) + (xy 160.109917 92.662373) + (xy 160.122524 92.732241) + (xy 160.095357 92.797834) + (xy 160.074977 92.817112) + (xy 160.073812 92.817748) + (xy 159.999429 92.886417) + (xy 159.966794 92.917388) + (xy 159.549715 93.334467) + (xy 159.475104 93.460222) + (xy 159.459259 93.498474) + (xy 159.428313 93.603864) + (xy 159.424271 93.705028) + (xy 159.424261 93.705404) + (xy 159.424259 93.705468) + (xy 159.423918 93.7185) + (xy 159.423093 93.749994) + (xy 159.421976 94.029424) + (xy 159.423094 94.339843) + (xy 159.459258 94.481523) + (xy 159.460983 94.485687) + (xy 159.47381 94.516655) + (xy 159.473815 94.516665) + (xy 159.475108 94.519787) + (xy 159.527748 94.616188) + (xy 159.533002 94.621879) + (xy 159.533004 94.621882) + (xy 159.548632 94.63881) + (xy 159.596417 94.690571) + (xy 159.627388 94.723206) + (xy 159.627939 94.723758) + (xy 159.627954 94.723773) + (xy 159.841662 94.937712) + (xy 160.038898 95.134723) + (xy 160.038901 95.134725) + (xy 160.044467 95.140285) + (xy 160.061538 95.150414) + (xy 160.109917 95.202373) + (xy 160.122524 95.272241) + (xy 160.095357 95.337834) + (xy 160.074977 95.357112) + (xy 160.073812 95.357748) + (xy 159.999429 95.426417) + (xy 159.966794 95.457388) + (xy 159.549715 95.874467) + (xy 159.475104 96.000222) + (xy 159.459259 96.038474) + (xy 159.428313 96.143864) + (xy 159.424271 96.245028) + (xy 159.424261 96.245404) + (xy 159.424259 96.245468) + (xy 159.423111 96.289292) + (xy 159.423093 96.289994) + (xy 159.42309 96.290692) + (xy 159.42309 96.290706) + (xy 159.422849 96.351089) + (xy 159.421976 96.569424) + (xy 159.421977 96.569702) + (xy 159.42277 96.789748) + (xy 159.423094 96.879843) + (xy 159.459258 97.021523) + (xy 159.460983 97.025687) + (xy 159.47381 97.056655) + (xy 159.473815 97.056665) + (xy 159.475108 97.059787) + (xy 159.527748 97.156188) + (xy 159.533002 97.161879) + (xy 159.533004 97.161882) + (xy 159.548632 97.17881) + (xy 159.596417 97.230571) + (xy 159.627388 97.263206) + (xy 159.627939 97.263758) + (xy 159.627954 97.263773) + (xy 159.841662 97.477712) + (xy 160.038898 97.674723) + (xy 160.038901 97.674725) + (xy 160.044467 97.680285) + (xy 160.061538 97.690414) + (xy 160.109917 97.742373) + (xy 160.122524 97.812241) + (xy 160.095357 97.877834) + (xy 160.074977 97.897112) + (xy 160.073812 97.897748) + (xy 159.999429 97.966417) + (xy 159.966794 97.997388) + (xy 159.549715 98.414467) + (xy 159.475104 98.540222) + (xy 159.47338 98.544384) + (xy 159.473379 98.544386) + (xy 159.471309 98.549383) + (xy 159.459259 98.578474) + (xy 159.428313 98.683864) + (xy 159.424271 98.785028) + (xy 159.424261 98.785404) + (xy 159.424259 98.785468) + (xy 159.423257 98.823732) + (xy 159.423093 98.829994) + (xy 159.42309 98.830692) + (xy 159.42309 98.830706) + (xy 159.422024 99.097375) + (xy 159.421976 99.109424) + (xy 159.421977 99.109702) + (xy 159.422655 99.297816) + (xy 159.423094 99.419843) + (xy 159.459258 99.561523) + (xy 159.460983 99.565687) + (xy 159.47381 99.596655) + (xy 159.473815 99.596665) + (xy 159.475108 99.599787) + (xy 159.527748 99.696188) + (xy 159.533002 99.701879) + (xy 159.533004 99.701882) + (xy 159.547999 99.718124) + (xy 159.596417 99.770571) + (xy 159.627388 99.803206) + (xy 159.627939 99.803758) + (xy 159.627954 99.803773) + (xy 159.841662 100.017712) + (xy 160.038898 100.214723) + (xy 160.038901 100.214725) + (xy 160.044467 100.220285) + (xy 160.061538 100.230414) + (xy 160.109917 100.282373) + (xy 160.122524 100.352241) + (xy 160.095357 100.417834) + (xy 160.074977 100.437112) + (xy 160.073812 100.437748) + (xy 159.999429 100.506417) + (xy 159.966794 100.537388) + (xy 159.549715 100.954467) + (xy 159.475104 101.080222) + (xy 159.47338 101.084384) + (xy 159.473379 101.084386) + (xy 159.466957 101.099889) + (xy 159.459259 101.118474) + (xy 159.458307 101.121715) + (xy 159.458307 101.121716) + (xy 159.440891 101.181029) + (xy 159.428313 101.223864) + (xy 159.424271 101.325028) + (xy 159.424261 101.325404) + (xy 159.424259 101.325468) + (xy 159.42353 101.353307) + (xy 159.423093 101.369994) + (xy 159.42309 101.370692) + (xy 159.42309 101.370706) + (xy 159.422715 101.464515) + (xy 159.421976 101.649424) + (xy 159.423094 101.959843) + (xy 159.459258 102.101523) + (xy 159.460983 102.105687) + (xy 159.47381 102.136655) + (xy 159.473815 102.136665) + (xy 159.475108 102.139787) + (xy 159.527748 102.236188) + (xy 159.533002 102.241879) + (xy 159.533004 102.241882) + (xy 159.544918 102.254787) + (xy 159.596417 102.310571) + (xy 159.627388 102.343206) + (xy 159.627939 102.343758) + (xy 159.627954 102.343773) + (xy 159.841662 102.557712) + (xy 160.038898 102.754723) + (xy 160.038901 102.754725) + (xy 160.044467 102.760285) + (xy 160.061538 102.770414) + (xy 160.109917 102.822373) + (xy 160.122524 102.892241) + (xy 160.095357 102.957834) + (xy 160.074977 102.977112) + (xy 160.073812 102.977748) + (xy 159.999429 103.046417) + (xy 159.966794 103.077388) + (xy 159.549715 103.494467) + (xy 159.475104 103.620222) + (xy 159.459259 103.658474) + (xy 159.428313 103.763864) + (xy 159.424271 103.865028) + (xy 159.423093 103.909994) + (xy 159.421976 104.189424) + (xy 159.423094 104.499843) + (xy 159.459258 104.641523) + (xy 159.460983 104.645687) + (xy 159.47381 104.676655) + (xy 159.473815 104.676665) + (xy 159.475108 104.679787) + (xy 159.527748 104.776188) + (xy 159.533002 104.781879) + (xy 159.533004 104.781882) + (xy 159.548632 104.79881) + (xy 159.596417 104.850571) + (xy 159.627388 104.883206) + (xy 159.627939 104.883758) + (xy 159.627954 104.883773) + (xy 159.841662 105.097712) + (xy 160.038898 105.294723) + (xy 160.038901 105.294725) + (xy 160.044467 105.300285) + (xy 160.061538 105.310414) + (xy 160.109917 105.362373) + (xy 160.122524 105.432241) + (xy 160.095357 105.497834) + (xy 160.074977 105.517112) + (xy 160.073812 105.517748) + (xy 159.999429 105.586417) + (xy 159.966794 105.617388) + (xy 159.549715 106.034467) + (xy 159.475104 106.160222) + (xy 159.459259 106.198474) + (xy 159.428313 106.303864) + (xy 159.424271 106.405028) + (xy 159.424261 106.405404) + (xy 159.424259 106.405468) + (xy 159.423111 106.449292) + (xy 159.423093 106.449994) + (xy 159.42309 106.450692) + (xy 159.42309 106.450706) + (xy 159.422706 106.546695) + (xy 159.421976 106.729424) + (xy 159.421977 106.729702) + (xy 159.422552 106.889218) + (xy 159.423094 107.039843) + (xy 159.459258 107.181523) + (xy 159.460983 107.185687) + (xy 159.47381 107.216655) + (xy 159.473815 107.216665) + (xy 159.475108 107.219787) + (xy 159.527748 107.316188) + (xy 159.533002 107.321879) + (xy 159.533004 107.321882) + (xy 159.548251 107.338397) + (xy 159.596417 107.390571) + (xy 159.627388 107.423206) + (xy 159.627939 107.423758) + (xy 159.627954 107.423773) + (xy 159.841662 107.637712) + (xy 160.038898 107.834723) + (xy 160.038901 107.834725) + (xy 160.044467 107.840285) + (xy 160.061538 107.850414) + (xy 160.109917 107.902373) + (xy 160.122524 107.972241) + (xy 160.095357 108.037834) + (xy 160.074977 108.057112) + (xy 160.073812 108.057748) + (xy 159.999429 108.126417) + (xy 159.966794 108.157388) + (xy 159.549715 108.574467) + (xy 159.475104 108.700222) + (xy 159.47338 108.704384) + (xy 159.473379 108.704386) + (xy 159.469512 108.713721) + (xy 159.459259 108.738474) + (xy 159.428313 108.843864) + (xy 159.424271 108.945028) + (xy 159.424261 108.945404) + (xy 159.424259 108.945468) + (xy 159.423111 108.989292) + (xy 159.423093 108.989994) + (xy 159.421976 109.269424) + (xy 159.423094 109.579843) + (xy 159.459258 109.721523) + (xy 159.460983 109.725687) + (xy 159.47381 109.756655) + (xy 159.473815 109.756665) + (xy 159.475108 109.759787) + (xy 159.527748 109.856188) + (xy 159.533002 109.861879) + (xy 159.533004 109.861882) + (xy 159.548632 109.87881) + (xy 159.596417 109.930571) + (xy 159.627388 109.963206) + (xy 159.627939 109.963758) + (xy 159.627954 109.963773) + (xy 159.841662 110.177712) + (xy 160.038898 110.374723) + (xy 160.038901 110.374725) + (xy 160.044467 110.380285) + (xy 160.061538 110.390414) + (xy 160.109917 110.442373) + (xy 160.122524 110.512241) + (xy 160.095357 110.577834) + (xy 160.074977 110.597112) + (xy 160.073812 110.597748) + (xy 159.999429 110.666417) + (xy 159.966794 110.697388) + (xy 159.549715 111.114467) + (xy 159.475104 111.240222) + (xy 159.459259 111.278474) + (xy 159.428313 111.383864) + (xy 159.424271 111.485028) + (xy 159.423093 111.529994) + (xy 159.421976 111.809424) + (xy 159.421977 111.809702) + (xy 159.422614 111.986434) + (xy 159.423094 112.119843) + (xy 159.459258 112.261523) + (xy 159.460983 112.265687) + (xy 159.47381 112.296655) + (xy 159.473815 112.296665) + (xy 159.475108 112.299787) + (xy 159.527748 112.396188) + (xy 159.533002 112.401879) + (xy 159.533004 112.401882) + (xy 159.539652 112.409083) + (xy 159.596417 112.470571) + (xy 159.627388 112.503206) + (xy 159.627939 112.503758) + (xy 159.627954 112.503773) + (xy 159.841662 112.717712) + (xy 160.038898 112.914723) + (xy 160.038901 112.914725) + (xy 160.044467 112.920285) + (xy 160.051233 112.9243) + (xy 160.051234 112.9243) + (xy 160.062013 112.930695) + (xy 160.110392 112.982656) + (xy 160.122999 113.052524) + (xy 160.095832 113.118117) + (xy 160.071203 113.141412) + (xy 160.068406 113.14342) + (xy 160.000103 113.206481) + (xy 159.999461 113.207083) + (xy 159.96782 113.237104) + (xy 159.966562 113.23833) + (xy 159.555685 113.649207) + (xy 159.546085 113.661565) + (xy 159.477869 113.776542) + (xy 159.473846 113.784579) + (xy 159.461021 113.815541) + (xy 159.458774 113.821909) + (xy 159.430993 113.916519) + (xy 159.428501 113.931696) + (xy 159.424788 114.024716) + (xy 159.424768 114.025327) + (xy 159.424438 114.037891) + (xy 159.428511 114.053242) + (xy 159.429219 114.053889) + (xy 159.438346 114.056) + (xy 160.828 114.056) + (xy 160.896121 114.076002) + (xy 160.942614 114.129658) + (xy 160.954 114.182) + (xy 160.954 114.438) + (xy 160.933998 114.506121) + (xy 160.880342 114.552614) + (xy 160.828 114.564) + (xy 159.441366 114.564) + (xy 159.426127 114.568475) + (xy 159.425001 114.569774) + (xy 159.4233 114.577662) + (xy 159.423568 114.652024) + (xy 159.425516 114.66731) + (xy 159.458613 114.796972) + (xy 159.461447 114.805486) + (xy 159.470784 114.82803) + (xy 159.474286 114.836486) + (xy 159.477186 114.842545) + (xy 159.52445 114.9291) + (xy 159.533419 114.941593) + (xy 159.596481 115.009897) + (xy 159.597083 115.010539) + (xy 159.627118 115.042194) + (xy 159.628295 115.043403) + (xy 159.842026 115.257361) + (xy 159.842025 115.257361) + (xy 159.842026 115.257362) + (xy 159.842026 115.257361) + (xy 160.039217 115.454331) + (xy 160.051551 115.463907) + (xy 160.061981 115.470095) + (xy 160.11036 115.522056) + (xy 160.122967 115.591924) + (xy 160.095799 115.657517) + (xy 160.075229 115.676974) + (xy 160.073812 115.677748) + (xy 160.068123 115.683) + (xy 160.068119 115.683003) + (xy 160.008352 115.73818) + (xy 160.007861 115.737648) + (xy 160.006789 115.739124) + (xy 160.006918 115.739253) + (xy 160.003724 115.742447) + (xy 160.00302 115.743057) + (xy 160.001823 115.744207) + (xy 159.999763 115.746108) + (xy 159.999717 115.746152) + (xy 159.999429 115.746417) + (xy 159.966794 115.777388) + (xy 159.549715 116.194467) + (xy 159.475104 116.320222) + (xy 159.459259 116.358474) + (xy 159.428313 116.463864) + (xy 159.424756 116.552883) + (xy 159.424027 116.552854) + (xy 159.424318 116.554665) + (xy 159.4245 116.554665) + (xy 159.4245 116.559152) + (xy 159.424434 116.560075) + (xy 159.4244 116.561799) + (xy 159.424271 116.565028) + (xy 159.423093 116.609994) + (xy 159.42309 116.610692) + (xy 159.42309 116.610706) + (xy 159.422696 116.70922) + (xy 159.421976 116.889424) + (xy 159.423094 117.199843) + (xy 159.459258 117.341523) + (xy 159.460983 117.345687) + (xy 159.47381 117.376655) + (xy 159.473815 117.376665) + (xy 159.475108 117.379787) + (xy 159.527748 117.476188) + (xy 159.533002 117.481879) + (xy 159.533004 117.481882) + (xy 159.58818 117.541648) + (xy 159.587648 117.542139) + (xy 159.589124 117.543211) + (xy 159.589253 117.543082) + (xy 159.592447 117.546276) + (xy 159.593057 117.54698) + (xy 159.594207 117.548177) + (xy 159.596108 117.550237) + (xy 159.596152 117.550283) + (xy 159.596417 117.550571) + (xy 159.627388 117.583206) + (xy 159.627939 117.583758) + (xy 159.627954 117.583773) + (xy 159.841662 117.797712) + (xy 160.038898 117.994723) + (xy 160.038901 117.994725) + (xy 160.044467 118.000285) + (xy 160.051233 118.0043) + (xy 160.051234 118.0043) + (xy 160.067718 118.01408) + (xy 160.170222 118.074896) + (xy 160.208474 118.090741) + (xy 160.211715 118.091693) + (xy 160.211716 118.091693) + (xy 160.222984 118.095002) + (xy 160.313864 118.121687) + (xy 160.402883 118.125244) + (xy 160.402854 118.125973) + (xy 160.404665 118.125682) + (xy 160.404665 118.1255) + (xy 160.409152 118.1255) + (xy 160.410075 118.125566) + (xy 160.4118 118.1256) + (xy 160.414617 118.125713) + (xy 160.414671 118.125715) + (xy 160.415028 118.125729) + (xy 160.448244 118.126599) + (xy 160.459342 118.12689) + (xy 160.459349 118.12689) + (xy 160.459994 118.126907) + (xy 160.730501 118.128269) + (xy 160.730753 118.128268) + (xy 160.730804 118.128268) + (xy 160.972289 118.127236) + (xy 161.049846 118.126905) + (xy 161.057347 118.12499) + (xy 161.05735 118.12499) + (xy 161.18447 118.092542) + (xy 161.191526 118.090741) + (xy 161.206141 118.084687) + (xy 161.226646 118.076194) + (xy 161.226656 118.076189) + (xy 161.229778 118.074896) + (xy 161.246503 118.065763) + (xy 161.319387 118.025966) + (xy 161.319389 118.025964) + (xy 161.326188 118.022252) + (xy 161.331879 118.016998) + (xy 161.331882 118.016996) + (xy 161.376031 117.976238) + (xy 169.952594 117.976238) + (xy 169.963623 118.01945) + (xy 169.981378 118.089016) + (xy 169.988754 118.117918) + (xy 170.000484 118.146238) + (xy 170.004604 118.156185) + (xy 170.006224 118.159152) + (xy 170.006226 118.159156) + (xy 170.044586 118.229406) + (xy 170.057248 118.252595) + (xy 170.062502 118.258286) + (xy 170.062504 118.258289) + (xy 170.084339 118.28194) + (xy 170.125917 118.326978) + (xy 170.156888 118.359613) + (xy 170.685553 118.888279) + (xy 170.713728 118.904996) + (xy 170.807434 118.960595) + (xy 170.807438 118.960597) + (xy 170.811306 118.962892) + (xy 170.815468 118.964616) + (xy 170.81547 118.964617) + (xy 170.83271 118.971758) + (xy 170.84957 118.978742) + (xy 170.852811 118.979694) + (xy 170.852812 118.979694) + (xy 170.853374 118.979859) + (xy 170.954957 119.009687) + (xy 171.056121 119.013729) + (xy 171.056497 119.013739) + (xy 171.056561 119.013741) + (xy 171.08319 119.014438) + (xy 171.101087 119.014907) + (xy 171.16983 119.014907) + (xy 171.848735 119.014906) + (xy 171.990416 118.978747) + (xy 172.000363 118.974627) + (xy 172.028687 118.962895) + (xy 172.101489 118.923142) + (xy 172.118294 118.913966) + (xy 172.118296 118.913965) + (xy 172.125095 118.910252) + (xy 172.130786 118.904998) + (xy 172.130789 118.904996) + (xy 172.188653 118.851576) + (xy 172.199478 118.841583) + (xy 172.232113 118.810612) + (xy 172.601259 118.441466) + (xy 172.663571 118.40744) + (xy 172.734386 118.412505) + (xy 172.779449 118.441466) + (xy 173.220295 118.882312) + (xy 173.232646 118.891906) + (xy 173.34763 118.96013) + (xy 173.355653 118.964147) + (xy 173.363063 118.967216) + (xy 173.386644 118.976983) + (xy 173.393004 118.979227) + (xy 173.487612 119.007007) + (xy 173.502789 119.009499) + (xy 173.595668 119.013206) + (xy 173.596558 119.013235) + (xy 173.640259 119.014384) + (xy 173.641824 119.014404) + (xy 173.687885 119.014404) + (xy 173.703124 119.009929) + (xy 173.704329 119.008539) + (xy 173.706 119.000856) + (xy 173.706 118.996289) + (xy 174.214 118.996289) + (xy 174.218475 119.011528) + (xy 174.219865 119.012733) + (xy 174.227548 119.014404) + (xy 174.380801 119.014404) + (xy 174.396315 119.012456) + (xy 174.525873 118.97939) + (xy 174.534372 118.976561) + (xy 174.54017 118.97416) + (xy 174.565362 118.963725) + (xy 174.571472 118.960802) + (xy 174.658001 118.913553) + (xy 174.670503 118.904578) + (xy 174.738804 118.841519) + (xy 174.739446 118.840917) + (xy 174.771087 118.810896) + (xy 174.772345 118.80967) + (xy 174.899383 118.682632) + (xy 174.961695 118.648606) + (xy 175.03251 118.653671) + (xy 175.089346 118.696218) + (xy 175.099066 118.711343) + (xy 175.133468 118.774347) + (xy 175.13347 118.77435) + (xy 175.137246 118.781265) + (xy 175.142612 118.787029) + (xy 175.142614 118.787031) + (xy 175.170288 118.816754) + (xy 175.236886 118.888283) + (xy 175.244628 118.892877) + (xy 175.24463 118.892878) + (xy 175.338682 118.94868) + (xy 175.362641 118.962895) + (xy 175.366796 118.964616) + (xy 175.390965 118.974627) + (xy 175.397792 118.977455) + (xy 175.397797 118.977457) + (xy 175.400912 118.978747) + (xy 175.404148 118.979697) + (xy 175.404156 118.9797) + (xy 175.476209 119.000856) + (xy 175.506278 119.009685) + (xy 175.514022 119.009995) + (xy 175.514025 119.009995) + (xy 175.5666 119.012096) + (xy 175.607447 119.013729) + (xy 175.652407 119.014906) + (xy 177.457407 119.014906) + (xy 177.599088 118.978747) + (xy 177.609035 118.974627) + (xy 177.637359 118.962895) + (xy 177.725319 118.914865) + (xy 177.726845 118.914032) + (xy 177.726847 118.91403) + (xy 177.733765 118.910253) + (xy 177.753047 118.892301) + (xy 177.796787 118.851576) + (xy 177.840784 118.810613) + (xy 177.915395 118.684859) + (xy 177.931246 118.64659) + (xy 177.962185 118.541222) + (xy 177.962576 118.531457) + (xy 177.964596 118.4809) + (xy 177.966229 118.440053) + (xy 177.967406 118.395093) + (xy 177.967406 117.904571) + (xy 177.987408 117.83645) + (xy 178.004311 117.815476) + (xy 179.524382 116.295405) + (xy 179.586694 116.261379) + (xy 179.613477 116.2585) + (xy 181.386862 116.2585) + (xy 181.396289 116.259267) + (xy 181.396318 116.258876) + (xy 181.401921 116.259287) + (xy 181.407457 116.260194) + (xy 181.41307 116.260106) + (xy 181.413072 116.260106) + (xy 181.514264 116.258516) + (xy 181.516243 116.2585) + (xy 183.747878 116.2585) + (xy 183.815999 116.278502) + (xy 183.836973 116.295405) + (xy 184.902733 117.361165) + (xy 184.906219 117.364792) + (xy 184.908108 117.366839) + (xy 184.908152 117.366885) + (xy 184.908417 117.367173) + (xy 184.939388 117.399808) + (xy 185.204595 117.665015) + (xy 185.238621 117.727327) + (xy 185.2415 117.75411) + (xy 185.2415 118.408604) + (xy 185.240422 118.425051) + (xy 185.238379 118.440572) + (xy 185.237521 118.447086) + (xy 185.237786 118.452698) + (xy 185.24136 118.528488) + (xy 185.2415 118.534424) + (xy 185.2415 118.556999) + (xy 185.24175 118.559796) + (xy 185.243819 118.582988) + (xy 185.244178 118.588248) + (xy 185.248104 118.671488) + (xy 185.249354 118.676947) + (xy 185.249355 118.676952) + (xy 185.252108 118.68897) + (xy 185.254789 118.705899) + (xy 185.256383 118.723762) + (xy 185.257865 118.729178) + (xy 185.257865 118.72918) + (xy 185.27837 118.804133) + (xy 185.279656 118.809251) + (xy 185.29648 118.882705) + (xy 185.298258 118.89047) + (xy 185.30046 118.895632) + (xy 185.305294 118.906967) + (xy 185.310927 118.923142) + (xy 185.314182 118.935039) + (xy 185.315663 118.940451) + (xy 185.318079 118.945516) + (xy 185.351539 119.015667) + (xy 185.35371 119.020476) + (xy 185.386397 119.097109) + (xy 185.396251 119.11211) + (xy 185.404654 119.127025) + (xy 185.412378 119.143218) + (xy 185.415648 119.147769) + (xy 185.41565 119.147772) + (xy 185.460999 119.210881) + (xy 185.463989 119.215232) + (xy 185.507196 119.28101) + (xy 185.507202 119.281018) + (xy 185.509735 119.284874) + (xy 185.528257 119.305662) + (xy 185.53649 119.315939) + (xy 185.543471 119.325654) + (xy 185.547498 119.329556) + (xy 185.620255 119.400063) + (xy 185.621665 119.401452) + (xy 186.045472 119.825259) + (xy 186.05634 119.837651) + (xy 186.066462 119.850843) + (xy 186.066469 119.850851) + (xy 186.069877 119.855292) + (xy 186.096007 119.879068) + (xy 186.130185 119.910168) + (xy 186.13448 119.914267) + (xy 186.150411 119.930198) + (xy 186.170427 119.946934) + (xy 186.174376 119.950379) + (xy 186.231879 120.002703) + (xy 186.231883 120.002706) + (xy 186.236036 120.006485) + (xy 186.240791 120.009468) + (xy 186.240794 120.00947) + (xy 186.251224 120.016012) + (xy 186.265097 120.026091) + (xy 186.274545 120.033992) + (xy 186.274552 120.033997) + (xy 186.278854 120.037594) + (xy 186.28373 120.040375) + (xy 186.35124 120.078882) + (xy 186.355759 120.081587) + (xy 186.369227 120.090035) + (xy 186.421596 120.122886) + (xy 186.421599 120.122888) + (xy 186.426344 120.125864) + (xy 186.431549 120.127957) + (xy 186.431552 120.127958) + (xy 186.442979 120.132552) + (xy 186.458411 120.140012) + (xy 186.469119 120.14612) + (xy 186.469128 120.146124) + (xy 186.473993 120.148899) + (xy 186.47927 120.150768) + (xy 186.479275 120.15077) + (xy 186.552542 120.176715) + (xy 186.557478 120.17858) + (xy 186.583581 120.189073) + (xy 186.634783 120.209656) + (xy 186.64027 120.210792) + (xy 186.640272 120.210793) + (xy 186.652349 120.213294) + (xy 186.668844 120.217899) + (xy 186.685759 120.223889) + (xy 186.691296 120.224796) + (xy 186.691297 120.224796) + (xy 186.767991 120.237355) + (xy 186.773181 120.238317) + (xy 186.850246 120.254277) + (xy 186.85025 120.254278) + (xy 186.854767 120.255213) + (xy 186.859376 120.255479) + (xy 186.859378 120.255479) + (xy 186.882548 120.256815) + (xy 186.895653 120.258262) + (xy 186.90191 120.259286) + (xy 186.901917 120.259286) + (xy 186.907458 120.260194) + (xy 186.91307 120.260106) + (xy 186.913072 120.260106) + (xy 187.014264 120.258516) + (xy 187.016243 120.2585) + (xy 196.908604 120.2585) + (xy 196.925051 120.259578) + (xy 196.941516 120.261746) + (xy 196.94152 120.261746) + (xy 196.947086 120.262479) + (xy 197.028489 120.25864) + (xy 197.034424 120.2585) + (xy 197.056999 120.2585) + (xy 197.082989 120.256181) + (xy 197.088248 120.255822) + (xy 197.171488 120.251896) + (xy 197.176947 120.250646) + (xy 197.176952 120.250645) + (xy 197.18897 120.247892) + (xy 197.205899 120.245211) + (xy 197.223762 120.243617) + (xy 197.229178 120.242135) + (xy 197.22918 120.242135) + (xy 197.304133 120.22163) + (xy 197.309251 120.220344) + (xy 197.385 120.202995) + (xy 197.385002 120.202994) + (xy 197.39047 120.201742) + (xy 197.40097 120.197263) + (xy 197.406967 120.194706) + (xy 197.423142 120.189073) + (xy 197.435039 120.185818) + (xy 197.435043 120.185817) + (xy 197.440451 120.184337) + (xy 197.510826 120.15077) + (xy 197.515667 120.148461) + (xy 197.520476 120.14629) + (xy 197.591949 120.115804) + (xy 197.59195 120.115804) + (xy 197.597109 120.113603) + (xy 197.61211 120.103749) + (xy 197.627025 120.095346) + (xy 197.643218 120.087622) + (xy 197.647769 120.084352) + (xy 197.647772 120.08435) + (xy 197.710881 120.039001) + (xy 197.715232 120.036011) + (xy 197.78101 119.992804) + (xy 197.781018 119.992798) + (xy 197.784874 119.990265) + (xy 197.805662 119.971743) + (xy 197.815939 119.96351) + (xy 197.825654 119.956529) + (xy 197.90003 119.879779) + (xy 197.901419 119.878368) + (xy 198.825267 118.954521) + (xy 198.837658 118.943654) + (xy 198.850841 118.933538) + (xy 198.855292 118.930123) + (xy 198.859065 118.925977) + (xy 198.85907 118.925972) + (xy 198.910149 118.869836) + (xy 198.914247 118.865541) + (xy 198.930199 118.849589) + (xy 198.93745 118.840917) + (xy 198.946933 118.829576) + (xy 198.950401 118.825601) + (xy 199.002712 118.768112) + (xy 199.002719 118.768103) + (xy 199.006485 118.763964) + (xy 199.016014 118.748773) + (xy 199.026089 118.734907) + (xy 199.033996 118.725451) + (xy 199.034003 118.725441) + (xy 199.037594 118.721146) + (xy 199.078887 118.648752) + (xy 199.081592 118.644232) + (xy 199.122886 118.578404) + (xy 199.122888 118.578401) + (xy 199.125864 118.573656) + (xy 199.132552 118.557021) + (xy 199.140012 118.541589) + (xy 199.14612 118.530881) + (xy 199.146124 118.530872) + (xy 199.148899 118.526007) + (xy 199.150768 118.52073) + (xy 199.15077 118.520725) + (xy 199.176715 118.447458) + (xy 199.17858 118.442522) + (xy 199.207566 118.370416) + (xy 199.209656 118.365217) + (xy 199.213294 118.34765) + (xy 199.217899 118.331156) + (xy 199.223889 118.314241) + (xy 199.224796 118.308703) + (xy 199.237355 118.232009) + (xy 199.238317 118.226819) + (xy 199.254277 118.149754) + (xy 199.254278 118.14975) + (xy 199.255213 118.145233) + (xy 199.256268 118.126938) + (xy 199.256815 118.117452) + (xy 199.258262 118.104347) + (xy 199.259286 118.09809) + (xy 199.259286 118.098083) + (xy 199.260194 118.092542) + (xy 199.259892 118.073272) + (xy 199.258516 117.985706) + (xy 199.2585 117.983727) + (xy 199.2585 106.091396) + (xy 199.259578 106.074949) + (xy 199.261747 106.058472) + (xy 199.262479 106.052914) + (xy 199.25864 105.971504) + (xy 199.2585 105.965569) + (xy 199.2585 105.943001) + (xy 199.258252 105.940218) + (xy 199.258251 105.940204) + (xy 199.256182 105.917023) + (xy 199.255823 105.91176) + (xy 199.252161 105.834116) + (xy 199.251897 105.828512) + (xy 199.247892 105.811023) + (xy 199.245212 105.794104) + (xy 199.244115 105.781821) + (xy 199.243617 105.776238) + (xy 199.234558 105.743124) + (xy 199.221631 105.69587) + (xy 199.220345 105.690752) + (xy 199.202994 105.614997) + (xy 199.201742 105.60953) + (xy 199.194707 105.593037) + (xy 199.189072 105.576855) + (xy 199.18582 105.564967) + (xy 199.185817 105.564958) + (xy 199.184337 105.559549) + (xy 199.181922 105.554486) + (xy 199.181918 105.554475) + (xy 199.148466 105.484343) + (xy 199.146293 105.479532) + (xy 199.145479 105.477622) + (xy 199.113604 105.402892) + (xy 199.103756 105.3879) + (xy 199.095344 105.372971) + (xy 199.087622 105.356782) + (xy 199.038996 105.289111) + (xy 199.036013 105.284771) + (xy 198.992805 105.218992) + (xy 198.992801 105.218987) + (xy 198.990265 105.215126) + (xy 198.971751 105.194346) + (xy 198.963506 105.184055) + (xy 198.959807 105.178907) + (xy 198.959803 105.178903) + (xy 198.956529 105.174346) + (xy 198.879777 105.099968) + (xy 198.878367 105.098579) + (xy 195.761821 101.982033) + (xy 195.727795 101.919721) + (xy 195.73286 101.848906) + (xy 195.742255 101.833072) + (xy 195.746 101.815856) + (xy 195.746 101.811289) + (xy 196.254 101.811289) + (xy 196.258475 101.826528) + (xy 196.259865 101.827733) + (xy 196.267548 101.829404) + (xy 196.861975 101.829404) + (xy 196.877489 101.827456) + (xy 197.00704 101.794392) + (xy 197.015556 101.791557) + (xy 197.046551 101.778719) + (xy 197.052625 101.775813) + (xy 197.139055 101.728619) + (xy 197.151748 101.719466) + (xy 197.246299 101.631433) + (xy 197.257485 101.617553) + (xy 197.325136 101.503529) + (xy 197.329149 101.495511) + (xy 197.33916 101.471342) + (xy 197.341988 101.464515) + (xy 197.344233 101.458151) + (xy 197.372004 101.36357) + (xy 197.374497 101.348388) + (xy 197.378207 101.255486) + (xy 197.378235 101.254632) + (xy 197.379384 101.21092) + (xy 197.379404 101.209357) + (xy 197.379404 100.572115) + (xy 197.374929 100.556876) + (xy 197.373539 100.555671) + (xy 197.365856 100.554) + (xy 196.272115 100.554) + (xy 196.256876 100.558475) + (xy 196.255671 100.559865) + (xy 196.254 100.567548) + (xy 196.254 101.811289) + (xy 195.746 101.811289) + (xy 195.746 100.027885) + (xy 196.254 100.027885) + (xy 196.258475 100.043124) + (xy 196.259865 100.044329) + (xy 196.267548 100.046) + (xy 197.361289 100.046) + (xy 197.376528 100.041525) + (xy 197.377733 100.040135) + (xy 197.379404 100.032452) + (xy 197.379404 99.288027) + (xy 197.377456 99.272513) + (xy 197.34439 99.142955) + (xy 197.341561 99.134456) + (xy 197.33916 99.128658) + (xy 197.328718 99.103449) + (xy 197.325812 99.097375) + (xy 197.278618 99.010945) + (xy 197.269465 98.998252) + (xy 197.181436 98.903705) + (xy 197.167546 98.892512) + (xy 197.053538 98.824869) + (xy 197.045504 98.820847) + (xy 197.01452 98.808014) + (xy 197.008154 98.805768) + (xy 196.913571 98.777996) + (xy 196.898388 98.775503) + (xy 196.805486 98.771793) + (xy 196.804632 98.771765) + (xy 196.76092 98.770616) + (xy 196.759357 98.770596) + (xy 196.272115 98.770596) + (xy 196.256876 98.775071) + (xy 196.255671 98.776461) + (xy 196.254 98.784144) + (xy 196.254 100.027885) + (xy 195.746 100.027885) + (xy 195.746 98.788711) + (xy 195.741525 98.773472) + (xy 195.740135 98.772267) + (xy 195.732452 98.770596) + (xy 195.138027 98.770596) + (xy 195.122513 98.772544) + (xy 194.992955 98.80561) + (xy 194.984456 98.808439) + (xy 194.978658 98.81084) + (xy 194.953449 98.821282) + (xy 194.947375 98.824188) + (xy 194.904886 98.847389) + (xy 194.835512 98.862481) + (xy 194.768992 98.837671) + (xy 194.726445 98.780836) + (xy 194.7185 98.736802) + (xy 194.7185 92.061144) + (xy 194.738502 91.993023) + (xy 194.792158 91.94653) + (xy 194.862432 91.936426) + (xy 194.908793 91.952782) + (xy 194.94646 91.975131) + (xy 194.954489 91.979149) + (xy 194.978658 91.98916) + (xy 194.985485 91.991988) + (xy 194.991849 91.994233) + (xy 195.08643 92.022004) + (xy 195.101612 92.024497) + (xy 195.194514 92.028207) + (xy 195.195368 92.028235) + (xy 195.23908 92.029384) + (xy 195.240643 92.029404) + (xy 195.727885 92.029404) + (xy 195.743124 92.024929) + (xy 195.744329 92.023539) + (xy 195.746 92.015856) + (xy 195.746 92.011289) + (xy 196.254 92.011289) + (xy 196.258475 92.026528) + (xy 196.259865 92.027733) + (xy 196.267548 92.029404) + (xy 196.861975 92.029404) + (xy 196.877489 92.027456) + (xy 197.00704 91.994392) + (xy 197.015556 91.991557) + (xy 197.046551 91.978719) + (xy 197.052625 91.975813) + (xy 197.139055 91.928619) + (xy 197.151748 91.919466) + (xy 197.246299 91.831433) + (xy 197.257485 91.817553) + (xy 197.325136 91.703529) + (xy 197.329149 91.695511) + (xy 197.33916 91.671342) + (xy 197.341988 91.664515) + (xy 197.344233 91.658151) + (xy 197.372004 91.56357) + (xy 197.374497 91.548388) + (xy 197.378207 91.455486) + (xy 197.378235 91.454632) + (xy 197.379384 91.41092) + (xy 197.379404 91.409357) + (xy 197.379404 90.772115) + (xy 197.374929 90.756876) + (xy 197.373539 90.755671) + (xy 197.365856 90.754) + (xy 196.272115 90.754) + (xy 196.256876 90.758475) + (xy 196.255671 90.759865) + (xy 196.254 90.767548) + (xy 196.254 92.011289) + (xy 195.746 92.011289) + (xy 195.746 90.227885) + (xy 196.254 90.227885) + (xy 196.258475 90.243124) + (xy 196.259865 90.244329) + (xy 196.267548 90.246) + (xy 197.361289 90.246) + (xy 197.376528 90.241525) + (xy 197.377733 90.240135) + (xy 197.379404 90.232452) + (xy 197.379404 89.488027) + (xy 197.377456 89.472513) + (xy 197.34439 89.342955) + (xy 197.341561 89.334456) + (xy 197.33916 89.328658) + (xy 197.328718 89.303449) + (xy 197.325812 89.297375) + (xy 197.278618 89.210945) + (xy 197.269465 89.198252) + (xy 197.181436 89.103705) + (xy 197.167546 89.092512) + (xy 197.053538 89.024869) + (xy 197.045504 89.020847) + (xy 197.01452 89.008014) + (xy 197.008154 89.005768) + (xy 196.913571 88.977996) + (xy 196.898388 88.975503) + (xy 196.805486 88.971793) + (xy 196.804632 88.971765) + (xy 196.76092 88.970616) + (xy 196.759357 88.970596) + (xy 196.272115 88.970596) + (xy 196.256876 88.975071) + (xy 196.255671 88.976461) + (xy 196.254 88.984144) + (xy 196.254 90.227885) + (xy 195.746 90.227885) + (xy 195.746 88.988711) + (xy 195.741525 88.973472) + (xy 195.740135 88.972267) + (xy 195.732452 88.970596) + (xy 195.138027 88.970596) + (xy 195.122513 88.972544) + (xy 194.992955 89.00561) + (xy 194.984456 89.008439) + (xy 194.978658 89.01084) + (xy 194.953449 89.021282) + (xy 194.947375 89.024188) + (xy 194.904886 89.047389) + (xy 194.835512 89.062481) + (xy 194.768992 89.037671) + (xy 194.726445 88.980836) + (xy 194.7185 88.936802) + (xy 194.7185 81.061144) + (xy 194.738502 80.993023) + (xy 194.792158 80.94653) + (xy 194.862432 80.936426) + (xy 194.908793 80.952782) + (xy 194.94646 80.975131) + (xy 194.954489 80.979149) + (xy 194.978658 80.98916) + (xy 194.985485 80.991988) + (xy 194.991849 80.994233) + (xy 195.08643 81.022004) + (xy 195.101612 81.024497) + (xy 195.194514 81.028207) + (xy 195.195368 81.028235) + (xy 195.23908 81.029384) + (xy 195.240643 81.029404) + (xy 195.727885 81.029404) + (xy 195.743124 81.024929) + (xy 195.744329 81.023539) + (xy 195.746 81.015856) + (xy 195.746 81.011289) + (xy 196.254 81.011289) + (xy 196.258475 81.026528) + (xy 196.259865 81.027733) + (xy 196.267548 81.029404) + (xy 196.861975 81.029404) + (xy 196.877489 81.027456) + (xy 197.00704 80.994392) + (xy 197.015556 80.991557) + (xy 197.046551 80.978719) + (xy 197.052625 80.975813) + (xy 197.139055 80.928619) + (xy 197.151748 80.919466) + (xy 197.246299 80.831433) + (xy 197.257485 80.817553) + (xy 197.325136 80.703529) + (xy 197.329149 80.695511) + (xy 197.33916 80.671342) + (xy 197.341988 80.664515) + (xy 197.344233 80.658151) + (xy 197.372004 80.56357) + (xy 197.374497 80.548388) + (xy 197.378207 80.455486) + (xy 197.378235 80.454632) + (xy 197.379384 80.41092) + (xy 197.379404 80.409357) + (xy 197.379404 79.772115) + (xy 197.374929 79.756876) + (xy 197.373539 79.755671) + (xy 197.365856 79.754) + (xy 196.272115 79.754) + (xy 196.256876 79.758475) + (xy 196.255671 79.759865) + (xy 196.254 79.767548) + (xy 196.254 81.011289) + (xy 195.746 81.011289) + (xy 195.746 79.227885) + (xy 196.254 79.227885) + (xy 196.258475 79.243124) + (xy 196.259865 79.244329) + (xy 196.267548 79.246) + (xy 197.361289 79.246) + (xy 197.376528 79.241525) + (xy 197.377733 79.240135) + (xy 197.379404 79.232452) + (xy 197.379404 78.488027) + (xy 197.377456 78.472513) + (xy 197.34439 78.342955) + (xy 197.341561 78.334456) + (xy 197.33916 78.328658) + (xy 197.328718 78.303449) + (xy 197.325812 78.297375) + (xy 197.278618 78.210945) + (xy 197.269465 78.198252) + (xy 197.181436 78.103705) + (xy 197.167546 78.092512) + (xy 197.053538 78.024869) + (xy 197.045504 78.020847) + (xy 197.01452 78.008014) + (xy 197.008154 78.005768) + (xy 196.913571 77.977996) + (xy 196.898388 77.975503) + (xy 196.805486 77.971793) + (xy 196.804632 77.971765) + (xy 196.76092 77.970616) + (xy 196.759357 77.970596) + (xy 196.272115 77.970596) + (xy 196.256876 77.975071) + (xy 196.255671 77.976461) + (xy 196.254 77.984144) + (xy 196.254 79.227885) + (xy 195.746 79.227885) + (xy 195.746 77.988711) + (xy 195.741525 77.973472) + (xy 195.740135 77.972267) + (xy 195.732452 77.970596) + (xy 195.138027 77.970596) + (xy 195.122513 77.972544) + (xy 194.992955 78.00561) + (xy 194.984456 78.008439) + (xy 194.978658 78.01084) + (xy 194.953449 78.021282) + (xy 194.947375 78.024188) + (xy 194.904886 78.047389) + (xy 194.835512 78.062481) + (xy 194.768992 78.037671) + (xy 194.726445 77.980836) + (xy 194.7185 77.936802) + (xy 194.7185 71.561144) + (xy 194.738502 71.493023) + (xy 194.792158 71.44653) + (xy 194.862432 71.436426) + (xy 194.908793 71.452782) + (xy 194.94646 71.475131) + (xy 194.954489 71.479149) + (xy 194.978658 71.48916) + (xy 194.985485 71.491988) + (xy 194.991849 71.494233) + (xy 195.08643 71.522004) + (xy 195.101612 71.524497) + (xy 195.194514 71.528207) + (xy 195.195368 71.528235) + (xy 195.23908 71.529384) + (xy 195.240643 71.529404) + (xy 195.727885 71.529404) + (xy 195.743124 71.524929) + (xy 195.744329 71.523539) + (xy 195.746 71.515856) + (xy 195.746 71.511289) + (xy 196.254 71.511289) + (xy 196.258475 71.526528) + (xy 196.259865 71.527733) + (xy 196.267548 71.529404) + (xy 196.861975 71.529404) + (xy 196.877489 71.527456) + (xy 197.00704 71.494392) + (xy 197.015556 71.491557) + (xy 197.046551 71.478719) + (xy 197.052625 71.475813) + (xy 197.139055 71.428619) + (xy 197.151748 71.419466) + (xy 197.246299 71.331433) + (xy 197.257485 71.317553) + (xy 197.325136 71.203529) + (xy 197.329149 71.195511) + (xy 197.33916 71.171342) + (xy 197.341988 71.164515) + (xy 197.344233 71.158151) + (xy 197.372004 71.06357) + (xy 197.374497 71.048388) + (xy 197.378207 70.955486) + (xy 197.378235 70.954632) + (xy 197.379384 70.91092) + (xy 197.379404 70.909357) + (xy 197.379404 70.272115) + (xy 197.374929 70.256876) + (xy 197.373539 70.255671) + (xy 197.365856 70.254) + (xy 196.272115 70.254) + (xy 196.256876 70.258475) + (xy 196.255671 70.259865) + (xy 196.254 70.267548) + (xy 196.254 71.511289) + (xy 195.746 71.511289) + (xy 195.746 69.727885) + (xy 196.254 69.727885) + (xy 196.258475 69.743124) + (xy 196.259865 69.744329) + (xy 196.267548 69.746) + (xy 197.361289 69.746) + (xy 197.376528 69.741525) + (xy 197.377733 69.740135) + (xy 197.379404 69.732452) + (xy 197.379404 68.988027) + (xy 197.377456 68.972513) + (xy 197.34439 68.842955) + (xy 197.341561 68.834456) + (xy 197.33916 68.828658) + (xy 197.328718 68.803449) + (xy 197.325812 68.797375) + (xy 197.278618 68.710945) + (xy 197.269465 68.698252) + (xy 197.181436 68.603705) + (xy 197.167546 68.592512) + (xy 197.053538 68.524869) + (xy 197.045504 68.520847) + (xy 197.01452 68.508014) + (xy 197.008154 68.505768) + (xy 196.913571 68.477996) + (xy 196.898388 68.475503) + (xy 196.805486 68.471793) + (xy 196.804632 68.471765) + (xy 196.76092 68.470616) + (xy 196.759357 68.470596) + (xy 196.272115 68.470596) + (xy 196.256876 68.475071) + (xy 196.255671 68.476461) + (xy 196.254 68.484144) + (xy 196.254 69.727885) + (xy 195.746 69.727885) + (xy 195.746 68.488711) + (xy 195.741525 68.473472) + (xy 195.740135 68.472267) + (xy 195.732452 68.470596) + (xy 195.138027 68.470596) + (xy 195.122513 68.472544) + (xy 194.992955 68.50561) + (xy 194.984456 68.508439) + (xy 194.978658 68.51084) + (xy 194.953449 68.521282) + (xy 194.947375 68.524188) + (xy 194.904886 68.547389) + (xy 194.835512 68.562481) + (xy 194.768992 68.537671) + (xy 194.726445 68.480836) + (xy 194.7185 68.436802) + (xy 194.7185 67.576396) + (xy 194.719578 67.559949) + (xy 194.721747 67.543472) + (xy 194.722479 67.537914) + (xy 194.71864 67.456504) + (xy 194.7185 67.450569) + (xy 194.7185 67.428001) + (xy 194.718252 67.425218) + (xy 194.718251 67.425204) + (xy 194.716182 67.402023) + (xy 194.715823 67.39676) + (xy 194.712161 67.319116) + (xy 194.711897 67.313512) + (xy 194.707892 67.296023) + (xy 194.705212 67.279104) + (xy 194.704115 67.266821) + (xy 194.703617 67.261238) + (xy 194.702137 67.255827) + (xy 194.681631 67.18087) + (xy 194.680345 67.175752) + (xy 194.662994 67.099997) + (xy 194.661742 67.09453) + (xy 194.654707 67.078037) + (xy 194.649072 67.061855) + (xy 194.64582 67.049967) + (xy 194.645817 67.049958) + (xy 194.644337 67.044549) + (xy 194.641922 67.039486) + (xy 194.641918 67.039475) + (xy 194.608466 66.969343) + (xy 194.606293 66.964532) + (xy 194.575803 66.893048) + (xy 194.573604 66.887892) + (xy 194.563756 66.8729) + (xy 194.555344 66.857971) + (xy 194.547622 66.841782) + (xy 194.498996 66.774111) + (xy 194.496013 66.769771) + (xy 194.452805 66.703992) + (xy 194.452801 66.703987) + (xy 194.450265 66.700126) + (xy 194.431751 66.679346) + (xy 194.423506 66.669055) + (xy 194.419807 66.663907) + (xy 194.419803 66.663903) + (xy 194.416529 66.659346) + (xy 194.339777 66.584968) + (xy 194.338367 66.583579) + (xy 189.429525 61.674737) + (xy 189.418657 61.662346) + (xy 189.408533 61.649152) + (xy 189.405123 61.644708) + (xy 189.39193 61.632703) + (xy 195.390743 61.632703) + (xy 195.391302 61.636947) + (xy 195.391302 61.636951) + (xy 195.395507 61.668892) + (xy 195.428268 61.917734) + (xy 195.504129 62.195036) + (xy 195.616923 62.459476) + (xy 195.764561 62.706161) + (xy 195.944313 62.930528) + (xy 196.152851 63.128423) + (xy 196.386317 63.296186) + (xy 196.390112 63.298195) + (xy 196.390113 63.298196) + (xy 196.411869 63.309715) + (xy 196.640392 63.430712) + (xy 196.703926 63.453962) + (xy 196.866725 63.513538) + (xy 196.910373 63.529511) + (xy 197.191264 63.590755) + (xy 197.219841 63.593004) + (xy 197.414282 63.608307) + (xy 197.414291 63.608307) + (xy 197.416739 63.6085) + (xy 197.572271 63.6085) + (xy 197.574407 63.608354) + (xy 197.574418 63.608354) + (xy 197.782548 63.594165) + (xy 197.782554 63.594164) + (xy 197.786825 63.593873) + (xy 197.79102 63.593004) + (xy 197.791022 63.593004) + (xy 198.006856 63.548307) + (xy 198.068342 63.535574) + (xy 198.339343 63.439607) + (xy 198.518819 63.346973) + (xy 198.591005 63.309715) + (xy 198.591006 63.309715) + (xy 198.594812 63.30775) + (xy 198.598313 63.305289) + (xy 198.598317 63.305287) + (xy 198.769008 63.185323) + (xy 198.830023 63.142441) + (xy 198.980123 63.002959) + (xy 199.037479 62.949661) + (xy 199.037481 62.949658) + (xy 199.040622 62.94674) + (xy 199.222713 62.724268) + (xy 199.372927 62.479142) + (xy 199.488483 62.215898) + (xy 199.493427 62.198544) + (xy 199.566068 61.943534) + (xy 199.567244 61.939406) + (xy 199.607751 61.654784) + (xy 199.607845 61.636951) + (xy 199.609235 61.371583) + (xy 199.609235 61.371576) + (xy 199.609257 61.367297) + (xy 199.606879 61.34923) + (xy 199.589935 61.220534) + (xy 199.571732 61.082266) + (xy 199.495871 60.804964) + (xy 199.383077 60.540524) + (xy 199.235439 60.293839) + (xy 199.055687 60.069472) + (xy 198.847149 59.871577) + (xy 198.613683 59.703814) + (xy 198.591843 59.69225) + (xy 198.568654 59.679972) + (xy 198.359608 59.569288) + (xy 198.089627 59.470489) + (xy 197.808736 59.409245) + (xy 197.777685 59.406801) + (xy 197.585718 59.391693) + (xy 197.585709 59.391693) + (xy 197.583261 59.3915) + (xy 197.427729 59.3915) + (xy 197.425593 59.391646) + (xy 197.425582 59.391646) + (xy 197.217452 59.405835) + (xy 197.217446 59.405836) + (xy 197.213175 59.406127) + (xy 197.20898 59.406996) + (xy 197.208978 59.406996) + (xy 197.072417 59.435276) + (xy 196.931658 59.464426) + (xy 196.660657 59.560393) + (xy 196.405188 59.69225) + (xy 196.401687 59.694711) + (xy 196.401683 59.694713) + (xy 196.391594 59.701804) + (xy 196.169977 59.857559) + (xy 195.959378 60.05326) + (xy 195.777287 60.275732) + (xy 195.627073 60.520858) + (xy 195.511517 60.784102) + (xy 195.432756 61.060594) + (xy 195.392249 61.345216) + (xy 195.392227 61.349505) + (xy 195.392226 61.349512) + (xy 195.390827 61.616612) + (xy 195.390743 61.632703) + (xy 189.39193 61.632703) + (xy 189.344826 61.589842) + (xy 189.340531 61.585743) + (xy 189.32459 61.569802) + (xy 189.320526 61.566404) + (xy 189.304577 61.553068) + (xy 189.300602 61.5496) + (xy 189.243112 61.497288) + (xy 189.243103 61.497281) + (xy 189.238964 61.493515) + (xy 189.223773 61.483986) + (xy 189.209907 61.473911) + (xy 189.200451 61.466004) + (xy 189.200441 61.465997) + (xy 189.196146 61.462406) + (xy 189.123752 61.421113) + (xy 189.119232 61.418408) + (xy 189.053404 61.377114) + (xy 189.053401 61.377112) + (xy 189.048656 61.374136) + (xy 189.043451 61.372043) + (xy 189.043448 61.372042) + (xy 189.032021 61.367448) + (xy 189.016589 61.359988) + (xy 189.005881 61.35388) + (xy 189.005872 61.353876) + (xy 189.001007 61.351101) + (xy 188.99573 61.349232) + (xy 188.995725 61.34923) + (xy 188.922458 61.323285) + (xy 188.917522 61.32142) + (xy 188.845416 61.292434) + (xy 188.840217 61.290344) + (xy 188.83473 61.289208) + (xy 188.834728 61.289207) + (xy 188.822651 61.286706) + (xy 188.806156 61.282101) + (xy 188.789241 61.276111) + (xy 188.70699 61.262641) + (xy 188.70182 61.261683) + (xy 188.620233 61.244787) + (xy 188.615621 61.244521) + (xy 188.61562 61.244521) + (xy 188.592452 61.243185) + (xy 188.579347 61.241738) + (xy 188.57309 61.240714) + (xy 188.573086 61.240714) + (xy 188.567543 61.239806) + (xy 188.56193 61.239894) + (xy 188.561928 61.239894) + (xy 188.460736 61.241484) + (xy 188.458757 61.2415) + (xy 183.732475 61.2415) + (xy 183.668182 61.223862) + (xy 183.610107 61.189405) + (xy 183.610104 61.189404) + (xy 183.60623 61.187105) + (xy 183.602069 61.185381) + (xy 183.602066 61.18538) + (xy 183.577906 61.175373) + (xy 183.573246 61.173443) + (xy 183.567959 61.171253) + (xy 183.564733 61.170306) + (xy 183.564725 61.170303) + (xy 183.479022 61.145141) + (xy 183.462575 61.140312) + (xy 183.373567 61.136756) + (xy 183.373596 61.136023) + (xy 183.371786 61.136314) + (xy 183.371786 61.1365) + (xy 183.367277 61.1365) + (xy 183.366354 61.136434) + (xy 183.364654 61.1364) + (xy 183.361752 61.136284) + (xy 183.361744 61.136284) + (xy 183.361425 61.136271) + (xy 183.316446 61.135096) + (xy 183.172486 61.134648) + (xy 183.093771 61.134403) + (xy 182.9863 61.134403) + (xy 182.653719 61.135094) + (xy 182.646146 61.137027) + (xy 182.646144 61.137027) + (xy 182.516399 61.170141) + (xy 182.516396 61.170142) + (xy 182.512039 61.171254) + (xy 182.500967 61.17584) + (xy 182.483719 61.182984) + (xy 182.476895 61.18581) + (xy 182.476888 61.185813) + (xy 182.473772 61.187104) + (xy 182.470805 61.188724) + (xy 182.470801 61.188726) + (xy 182.384163 61.236034) + (xy 182.384161 61.236036) + (xy 182.377362 61.239748) + (xy 182.371671 61.245002) + (xy 182.371668 61.245004) + (xy 182.311906 61.300176) + (xy 182.311409 61.299637) + (xy 182.310336 61.301122) + (xy 182.310467 61.301253) + (xy 182.307275 61.304445) + (xy 182.306577 61.30505) + (xy 182.30536 61.306219) + (xy 182.303313 61.308108) + (xy 182.303267 61.308152) + (xy 182.302979 61.308417) + (xy 182.270344 61.339388) + (xy 182.26992 61.339807) + (xy 182.26991 61.339817) + (xy 182.190443 61.418408) + (xy 182.061097 61.546329) + (xy 182.053832 61.553659) + (xy 182.041199 61.566404) + (xy 181.979038 61.600705) + (xy 181.908201 61.595953) + (xy 181.851177 61.553659) + (xy 181.831185 61.512115) + (xy 181.830816 61.512238) + (xy 181.829855 61.509351) + (xy 181.829626 61.508875) + (xy 181.829394 61.507965) + (xy 181.826557 61.499444) + (xy 181.813719 61.468449) + (xy 181.810813 61.462375) + (xy 181.763619 61.375945) + (xy 181.754466 61.363252) + (xy 181.666433 61.268701) + (xy 181.652553 61.257515) + (xy 181.538529 61.189864) + (xy 181.530511 61.185851) + (xy 181.506342 61.17584) + (xy 181.499515 61.173012) + (xy 181.493151 61.170767) + (xy 181.39857 61.142996) + (xy 181.383388 61.140503) + (xy 181.290486 61.136793) + (xy 181.289632 61.136765) + (xy 181.245951 61.135617) + (xy 181.244326 61.135595) + (xy 180.772117 61.135124) + (xy 180.75687 61.139584) + (xy 180.755687 61.140947) + (xy 180.754 61.148684) + (xy 180.754 63.846806) + (xy 180.758475 63.862045) + (xy 180.759844 63.863232) + (xy 180.767573 63.864909) + (xy 181.347001 63.864411) + (xy 181.362459 63.862463) + (xy 181.492045 63.82939) + (xy 181.500544 63.826561) + (xy 181.506342 63.82416) + (xy 181.531551 63.813718) + (xy 181.537625 63.810812) + (xy 181.624055 63.763618) + (xy 181.636748 63.754465) + (xy 181.731295 63.666436) + (xy 181.742488 63.652546) + (xy 181.810131 63.538538) + (xy 181.814153 63.530504) + (xy 181.826986 63.49952) + (xy 181.829233 63.493153) + (xy 181.831049 63.486966) + (xy 181.86943 63.427239) + (xy 181.93401 63.397743) + (xy 182.004284 63.407844) + (xy 182.041599 63.433926) + (xy 182.061097 63.453671) + (xy 182.061355 63.453927) + (xy 182.06139 63.453962) + (xy 182.342508 63.732821) + (xy 182.342511 63.732824) + (xy 182.348017 63.738285) + (xy 182.473772 63.812896) + (xy 182.512024 63.828741) + (xy 182.515265 63.829693) + (xy 182.515266 63.829693) + (xy 182.524843 63.832505) + (xy 182.617414 63.859687) + (xy 182.699674 63.862974) + (xy 182.706431 63.863244) + (xy 182.706402 63.863973) + (xy 182.708214 63.863681) + (xy 182.708214 63.8635) + (xy 182.712698 63.8635) + (xy 182.713621 63.863566) + (xy 182.71535 63.8636) + (xy 182.718167 63.863713) + (xy 182.718221 63.863715) + (xy 182.718578 63.863729) + (xy 182.743542 63.864383) + (xy 182.762812 63.864888) + (xy 182.762827 63.864888) + (xy 182.763544 63.864907) + (xy 182.904232 63.865343) + (xy 182.986233 63.865597) + (xy 183.0937 63.865597) + (xy 183.426293 63.864906) + (xy 183.567973 63.828742) + (xy 183.579035 63.82416) + (xy 183.603105 63.81419) + (xy 183.603115 63.814185) + (xy 183.606237 63.812892) + (xy 183.67762 63.773913) + (xy 183.738006 63.7585) + (xy 187.901523 63.7585) + (xy 187.969644 63.778502) + (xy 187.990618 63.795405) + (xy 192.164595 67.969383) + (xy 192.198621 68.031695) + (xy 192.2015 68.058478) + (xy 192.2015 68.727418) + (xy 192.181498 68.795539) + (xy 192.127842 68.842032) + (xy 192.057568 68.852136) + (xy 191.992988 68.822642) + (xy 191.986405 68.816513) + (xy 191.766607 68.596715) + (xy 191.640852 68.522104) + (xy 191.6026 68.506259) + (xy 191.49721 68.475313) + (xy 191.396046 68.471271) + (xy 191.39567 68.471261) + (xy 191.395606 68.471259) + (xy 191.368977 68.470562) + (xy 191.35108 68.470093) + (xy 191.261729 68.470093) + (xy 190.379083 68.470094) + (xy 190.371449 68.472043) + (xy 190.371446 68.472043) + (xy 190.324039 68.484144) + (xy 190.237403 68.506258) + (xy 190.233239 68.507983) + (xy 190.202271 68.52081) + (xy 190.202261 68.520815) + (xy 190.199139 68.522108) + (xy 190.102738 68.574748) + (xy 190.097047 68.580002) + (xy 190.097044 68.580004) + (xy 190.083496 68.592512) + (xy 190.028355 68.643417) + (xy 189.99572 68.674388) + (xy 189.738987 68.931121) + (xy 189.676675 68.965147) + (xy 189.60586 68.960082) + (xy 189.558485 68.928747) + (xy 189.555612 68.92572) + (xy 189.226607 68.596715) + (xy 189.100852 68.522104) + (xy 189.0626 68.506259) + (xy 188.95721 68.475313) + (xy 188.856046 68.471271) + (xy 188.85567 68.471261) + (xy 188.855606 68.471259) + (xy 188.828977 68.470562) + (xy 188.81108 68.470093) + (xy 188.721729 68.470093) + (xy 187.839083 68.470094) + (xy 187.831449 68.472043) + (xy 187.831446 68.472043) + (xy 187.784039 68.484144) + (xy 187.697403 68.506258) + (xy 187.693239 68.507983) + (xy 187.662271 68.52081) + (xy 187.662261 68.520815) + (xy 187.659139 68.522108) + (xy 187.562738 68.574748) + (xy 187.557047 68.580002) + (xy 187.557044 68.580004) + (xy 187.543496 68.592512) + (xy 187.488355 68.643417) + (xy 187.45572 68.674388) + (xy 187.126715 69.003393) + (xy 187.101414 69.046038) + (xy 187.068059 69.102257) + (xy 187.052104 69.129148) + (xy 187.036254 69.167415) + (xy 187.005312 69.272801) + (xy 187.001271 69.373951) + (xy 187.000096 69.41893) + (xy 187.000095 70.69092) + (xy 187.002044 70.698554) + (xy 187.002044 70.698557) + (xy 187.020192 70.769656) + (xy 187.036259 70.8326) + (xy 187.037984 70.836764) + (xy 187.050806 70.86772) + (xy 187.050811 70.86773) + (xy 187.052104 70.870852) + (xy 187.053728 70.873826) + (xy 187.098318 70.955486) + (xy 187.104748 70.967262) + (xy 187.110002 70.972953) + (xy 187.110004 70.972956) + (xy 187.126338 70.990649) + (xy 187.173417 71.041645) + (xy 187.204388 71.07428) + (xy 187.533391 71.403283) + (xy 187.659146 71.477895) + (xy 187.68747 71.489627) + (xy 187.697417 71.493747) + (xy 187.700643 71.494694) + (xy 187.700651 71.494697) + (xy 187.784143 71.51921) + (xy 187.802801 71.524688) + (xy 187.884577 71.527955) + (xy 187.903624 71.528716) + (xy 187.903632 71.528716) + (xy 187.903951 71.528729) + (xy 187.940751 71.52969) + (xy 187.948124 71.529883) + (xy 187.948128 71.529883) + (xy 187.94893 71.529904) + (xy 188.038959 71.529904) + (xy 188.913019 71.529906) + (xy 188.920905 71.529906) + (xy 189.00533 71.508359) + (xy 189.058225 71.494859) + (xy 189.058228 71.494858) + (xy 189.062585 71.493746) + (xy 189.090905 71.482016) + (xy 189.097729 71.47919) + (xy 189.097736 71.479187) + (xy 189.100852 71.477896) + (xy 189.103819 71.476276) + (xy 189.103823 71.476274) + (xy 189.190461 71.428966) + (xy 189.190463 71.428964) + (xy 189.197262 71.425252) + (xy 189.202953 71.419998) + (xy 189.202956 71.419996) + (xy 189.232 71.393183) + (xy 189.271645 71.356583) + (xy 189.30428 71.325612) + (xy 189.304836 71.325056) + (xy 189.304874 71.325019) + (xy 189.561013 71.06888) + (xy 189.623325 71.034854) + (xy 189.69414 71.039919) + (xy 189.741503 71.07124) + (xy 189.744388 71.07428) + (xy 190.04639 71.376282) + (xy 190.080416 71.438594) + (xy 190.075351 71.509409) + (xy 190.05438 71.545692) + (xy 190.038217 71.56523) + (xy 190.035287 71.570649) + (xy 190.035285 71.570652) + (xy 189.942416 71.74241) + (xy 189.942414 71.742415) + (xy 189.939486 71.74783) + (xy 189.878102 71.946129) + (xy 189.877458 71.952254) + (xy 189.877458 71.952255) + (xy 189.860196 72.1165) + (xy 189.856404 72.152575) + (xy 189.859149 72.182736) + (xy 189.873411 72.339443) + (xy 189.875218 72.359303) + (xy 189.876956 72.365209) + (xy 189.876957 72.365213) + (xy 189.907403 72.468658) + (xy 189.933827 72.55844) + (xy 190.029999 72.7424) + (xy 190.160071 72.904177) + (xy 190.164788 72.908135) + (xy 190.16479 72.908137) + (xy 190.219756 72.954259) + (xy 190.319089 73.037609) + (xy 190.324481 73.040573) + (xy 190.324485 73.040576) + (xy 190.483638 73.128071) + (xy 190.500995 73.137613) + (xy 190.698861 73.200379) + (xy 190.704978 73.201065) + (xy 190.704982 73.201066) + (xy 190.781598 73.209659) + (xy 190.860413 73.2185) + (xy 190.972237 73.2185) + (xy 190.975293 73.2182) + (xy 190.9753 73.2182) + (xy 191.120466 73.203966) + (xy 191.120469 73.203965) + (xy 191.126592 73.203365) + (xy 191.258546 73.163526) + (xy 191.319407 73.145152) + (xy 191.31941 73.145151) + (xy 191.325315 73.143368) + (xy 191.332635 73.139476) + (xy 191.503153 73.048809) + (xy 191.503155 73.048808) + (xy 191.508599 73.045913) + (xy 191.601001 72.970552) + (xy 191.664689 72.91861) + (xy 191.664692 72.918607) + (xy 191.669464 72.914715) + (xy 191.735622 72.834745) + (xy 191.797855 72.759518) + (xy 191.801783 72.75477) + (xy 191.808067 72.743148) + (xy 191.897584 72.57759) + (xy 191.897586 72.577585) + (xy 191.900514 72.57217) + (xy 191.955135 72.395719) + (xy 191.994386 72.336559) + (xy 192.059391 72.308012) + (xy 192.12951 72.319141) + (xy 192.182481 72.366412) + (xy 192.2015 72.432978) + (xy 192.2015 78.227418) + (xy 192.181498 78.295539) + (xy 192.127842 78.342032) + (xy 192.057568 78.352136) + (xy 191.992988 78.322642) + (xy 191.986405 78.316513) + (xy 191.766607 78.096715) + (xy 191.640852 78.022104) + (xy 191.6026 78.006259) + (xy 191.49721 77.975313) + (xy 191.396046 77.971271) + (xy 191.39567 77.971261) + (xy 191.395606 77.971259) + (xy 191.368977 77.970562) + (xy 191.35108 77.970093) + (xy 191.261729 77.970093) + (xy 190.379083 77.970094) + (xy 190.371449 77.972043) + (xy 190.371446 77.972043) + (xy 190.324039 77.984144) + (xy 190.237403 78.006258) + (xy 190.233239 78.007983) + (xy 190.202271 78.02081) + (xy 190.202261 78.020815) + (xy 190.199139 78.022108) + (xy 190.102738 78.074748) + (xy 190.097047 78.080002) + (xy 190.097044 78.080004) + (xy 190.083496 78.092512) + (xy 190.028355 78.143417) + (xy 189.99572 78.174388) + (xy 189.738987 78.431121) + (xy 189.676675 78.465147) + (xy 189.60586 78.460082) + (xy 189.558485 78.428747) + (xy 189.555612 78.42572) + (xy 189.226607 78.096715) + (xy 189.100852 78.022104) + (xy 189.0626 78.006259) + (xy 188.95721 77.975313) + (xy 188.856046 77.971271) + (xy 188.85567 77.971261) + (xy 188.855606 77.971259) + (xy 188.828977 77.970562) + (xy 188.81108 77.970093) + (xy 188.721729 77.970093) + (xy 187.839083 77.970094) + (xy 187.831449 77.972043) + (xy 187.831446 77.972043) + (xy 187.784039 77.984144) + (xy 187.697403 78.006258) + (xy 187.693239 78.007983) + (xy 187.662271 78.02081) + (xy 187.662261 78.020815) + (xy 187.659139 78.022108) + (xy 187.562738 78.074748) + (xy 187.557047 78.080002) + (xy 187.557044 78.080004) + (xy 187.543496 78.092512) + (xy 187.488355 78.143417) + (xy 187.45572 78.174388) + (xy 187.126715 78.503393) + (xy 187.094142 78.558294) + (xy 187.080592 78.581133) + (xy 187.052104 78.629148) + (xy 187.036254 78.667415) + (xy 187.035305 78.670647) + (xy 187.035304 78.67065) + (xy 187.030602 78.686666) + (xy 187.005312 78.772801) + (xy 187.001271 78.873951) + (xy 187.000096 78.91893) + (xy 187.000095 80.19092) + (xy 187.002044 80.198554) + (xy 187.002044 80.198557) + (xy 187.006851 80.217388) + (xy 187.036259 80.3326) + (xy 187.037984 80.336764) + (xy 187.050806 80.36772) + (xy 187.050811 80.36773) + (xy 187.052104 80.370852) + (xy 187.056164 80.378287) + (xy 187.098318 80.455486) + (xy 187.104748 80.467262) + (xy 187.110002 80.472953) + (xy 187.110004 80.472956) + (xy 187.123722 80.487815) + (xy 187.173417 80.541645) + (xy 187.204388 80.57428) + (xy 187.533391 80.903283) + (xy 187.659146 80.977895) + (xy 187.68747 80.989627) + (xy 187.697417 80.993747) + (xy 187.700643 80.994694) + (xy 187.700651 80.994697) + (xy 187.784143 81.01921) + (xy 187.802801 81.024688) + (xy 187.884577 81.027955) + (xy 187.903624 81.028716) + (xy 187.903632 81.028716) + (xy 187.903951 81.028729) + (xy 187.940751 81.02969) + (xy 187.948124 81.029883) + (xy 187.948128 81.029883) + (xy 187.94893 81.029904) + (xy 188.038959 81.029904) + (xy 188.913019 81.029906) + (xy 188.920905 81.029906) + (xy 189.020042 81.004604) + (xy 189.058225 80.994859) + (xy 189.058228 80.994858) + (xy 189.062585 80.993746) + (xy 189.090905 80.982016) + (xy 189.097729 80.97919) + (xy 189.097736 80.979187) + (xy 189.100852 80.977896) + (xy 189.103819 80.976276) + (xy 189.103823 80.976274) + (xy 189.190461 80.928966) + (xy 189.190463 80.928964) + (xy 189.197262 80.925252) + (xy 189.202953 80.919998) + (xy 189.202956 80.919996) + (xy 189.242488 80.8835) + (xy 189.271645 80.856583) + (xy 189.30428 80.825612) + (xy 189.304836 80.825056) + (xy 189.304874 80.825019) + (xy 189.561013 80.56888) + (xy 189.623325 80.534854) + (xy 189.69414 80.539919) + (xy 189.741503 80.57124) + (xy 189.744388 80.57428) + (xy 190.04639 80.876282) + (xy 190.080416 80.938594) + (xy 190.075351 81.009409) + (xy 190.05438 81.045692) + (xy 190.038217 81.06523) + (xy 190.035287 81.070649) + (xy 190.035285 81.070652) + (xy 189.942416 81.24241) + (xy 189.942414 81.242415) + (xy 189.939486 81.24783) + (xy 189.878102 81.446129) + (xy 189.877458 81.452254) + (xy 189.877458 81.452255) + (xy 189.864607 81.574532) + (xy 189.856404 81.652575) + (xy 189.857844 81.668399) + (xy 189.871622 81.819787) + (xy 189.875218 81.859303) + (xy 189.876956 81.865209) + (xy 189.876957 81.865213) + (xy 189.898618 81.93881) + (xy 189.933827 82.05844) + (xy 190.029999 82.2424) + (xy 190.160071 82.404177) + (xy 190.164788 82.408135) + (xy 190.16479 82.408137) + (xy 190.253009 82.482161) + (xy 190.319089 82.537609) + (xy 190.324481 82.540573) + (xy 190.324485 82.540576) + (xy 190.495598 82.634646) + (xy 190.500995 82.637613) + (xy 190.698861 82.700379) + (xy 190.704978 82.701065) + (xy 190.704982 82.701066) + (xy 190.781598 82.709659) + (xy 190.860413 82.7185) + (xy 190.972237 82.7185) + (xy 190.975293 82.7182) + (xy 190.9753 82.7182) + (xy 191.120466 82.703966) + (xy 191.120469 82.703965) + (xy 191.126592 82.703365) + (xy 191.26649 82.661128) + (xy 191.319407 82.645152) + (xy 191.31941 82.645151) + (xy 191.325315 82.643368) + (xy 191.335723 82.637834) + (xy 191.503153 82.548809) + (xy 191.503155 82.548808) + (xy 191.508599 82.545913) + (xy 191.586767 82.482161) + (xy 191.664689 82.41861) + (xy 191.664692 82.418607) + (xy 191.669464 82.414715) + (xy 191.718973 82.35487) + (xy 191.797855 82.259518) + (xy 191.801783 82.25477) + (xy 191.805876 82.247201) + (xy 191.897584 82.07759) + (xy 191.897586 82.077585) + (xy 191.900514 82.07217) + (xy 191.955135 81.895719) + (xy 191.994386 81.836559) + (xy 192.059391 81.808012) + (xy 192.12951 81.819141) + (xy 192.182481 81.866412) + (xy 192.2015 81.932978) + (xy 192.2015 89.227418) + (xy 192.181498 89.295539) + (xy 192.127842 89.342032) + (xy 192.057568 89.352136) + (xy 191.992988 89.322642) + (xy 191.986405 89.316513) + (xy 191.766607 89.096715) + (xy 191.640852 89.022104) + (xy 191.6026 89.006259) + (xy 191.49721 88.975313) + (xy 191.396046 88.971271) + (xy 191.39567 88.971261) + (xy 191.395606 88.971259) + (xy 191.368977 88.970562) + (xy 191.35108 88.970093) + (xy 191.261729 88.970093) + (xy 190.379083 88.970094) + (xy 190.371449 88.972043) + (xy 190.371446 88.972043) + (xy 190.324039 88.984144) + (xy 190.237403 89.006258) + (xy 190.233239 89.007983) + (xy 190.202271 89.02081) + (xy 190.202261 89.020815) + (xy 190.199139 89.022108) + (xy 190.102738 89.074748) + (xy 190.097047 89.080002) + (xy 190.097044 89.080004) + (xy 190.083496 89.092512) + (xy 190.028355 89.143417) + (xy 189.99572 89.174388) + (xy 189.738987 89.431121) + (xy 189.676675 89.465147) + (xy 189.60586 89.460082) + (xy 189.558485 89.428747) + (xy 189.555612 89.42572) + (xy 189.226607 89.096715) + (xy 189.100852 89.022104) + (xy 189.0626 89.006259) + (xy 188.95721 88.975313) + (xy 188.856046 88.971271) + (xy 188.85567 88.971261) + (xy 188.855606 88.971259) + (xy 188.828977 88.970562) + (xy 188.81108 88.970093) + (xy 188.721729 88.970093) + (xy 187.839083 88.970094) + (xy 187.831449 88.972043) + (xy 187.831446 88.972043) + (xy 187.784039 88.984144) + (xy 187.697403 89.006258) + (xy 187.693239 89.007983) + (xy 187.662271 89.02081) + (xy 187.662261 89.020815) + (xy 187.659139 89.022108) + (xy 187.562738 89.074748) + (xy 187.557047 89.080002) + (xy 187.557044 89.080004) + (xy 187.543496 89.092512) + (xy 187.488355 89.143417) + (xy 187.45572 89.174388) + (xy 187.126715 89.503393) + (xy 187.052104 89.629148) + (xy 187.036254 89.667415) + (xy 187.035305 89.670647) + (xy 187.035304 89.67065) + (xy 187.033496 89.676808) + (xy 187.005312 89.772801) + (xy 187.001271 89.873951) + (xy 187.000096 89.91893) + (xy 187.000095 91.19092) + (xy 187.002044 91.198554) + (xy 187.002044 91.198557) + (xy 187.005145 91.210706) + (xy 187.036259 91.3326) + (xy 187.037984 91.336764) + (xy 187.050806 91.36772) + (xy 187.050811 91.36773) + (xy 187.052104 91.370852) + (xy 187.053728 91.373826) + (xy 187.09965 91.457925) + (xy 187.104748 91.467262) + (xy 187.110002 91.472953) + (xy 187.110004 91.472956) + (xy 187.125464 91.489702) + (xy 187.173417 91.541645) + (xy 187.204388 91.57428) + (xy 187.533391 91.903283) + (xy 187.659146 91.977895) + (xy 187.68747 91.989627) + (xy 187.697417 91.993747) + (xy 187.700643 91.994694) + (xy 187.700651 91.994697) + (xy 187.784143 92.01921) + (xy 187.802801 92.024688) + (xy 187.884577 92.027955) + (xy 187.903624 92.028716) + (xy 187.903632 92.028716) + (xy 187.903951 92.028729) + (xy 187.940751 92.02969) + (xy 187.948124 92.029883) + (xy 187.948128 92.029883) + (xy 187.94893 92.029904) + (xy 188.038959 92.029904) + (xy 188.913019 92.029906) + (xy 188.920905 92.029906) + (xy 189.00533 92.008359) + (xy 189.058225 91.994859) + (xy 189.058228 91.994858) + (xy 189.062585 91.993746) + (xy 189.090905 91.982016) + (xy 189.096287 91.979787) + (xy 189.097729 91.97919) + (xy 189.097736 91.979187) + (xy 189.100852 91.977896) + (xy 189.103819 91.976276) + (xy 189.103823 91.976274) + (xy 189.190461 91.928966) + (xy 189.190463 91.928964) + (xy 189.197262 91.925252) + (xy 189.202953 91.919998) + (xy 189.202956 91.919996) + (xy 189.232 91.893183) + (xy 189.271645 91.856583) + (xy 189.30428 91.825612) + (xy 189.304836 91.825056) + (xy 189.304874 91.825019) + (xy 189.561013 91.56888) + (xy 189.623325 91.534854) + (xy 189.69414 91.539919) + (xy 189.741503 91.57124) + (xy 189.744388 91.57428) + (xy 190.04639 91.876282) + (xy 190.080416 91.938594) + (xy 190.075351 92.009409) + (xy 190.05438 92.045692) + (xy 190.038217 92.06523) + (xy 190.035287 92.070649) + (xy 190.035285 92.070652) + (xy 189.942416 92.24241) + (xy 189.942414 92.242415) + (xy 189.939486 92.24783) + (xy 189.878102 92.446129) + (xy 189.877458 92.452254) + (xy 189.877458 92.452255) + (xy 189.857499 92.642161) + (xy 189.856404 92.652575) + (xy 189.875218 92.859303) + (xy 189.876956 92.865209) + (xy 189.876957 92.865213) + (xy 189.920473 93.013068) + (xy 189.933827 93.05844) + (xy 190.029999 93.2424) + (xy 190.160071 93.404177) + (xy 190.164788 93.408135) + (xy 190.16479 93.408137) + (xy 190.226863 93.460222) + (xy 190.319089 93.537609) + (xy 190.324481 93.540573) + (xy 190.324485 93.540576) + (xy 190.492291 93.632828) + (xy 190.500995 93.637613) + (xy 190.698861 93.700379) + (xy 190.704978 93.701065) + (xy 190.704982 93.701066) + (xy 190.781598 93.709659) + (xy 190.860413 93.7185) + (xy 190.972237 93.7185) + (xy 190.975293 93.7182) + (xy 190.9753 93.7182) + (xy 191.120466 93.703966) + (xy 191.120469 93.703965) + (xy 191.126592 93.703365) + (xy 191.258546 93.663526) + (xy 191.319407 93.645152) + (xy 191.31941 93.645151) + (xy 191.325315 93.643368) + (xy 191.332635 93.639476) + (xy 191.503153 93.548809) + (xy 191.503155 93.548808) + (xy 191.508599 93.545913) + (xy 191.571871 93.49431) + (xy 191.664689 93.41861) + (xy 191.664692 93.418607) + (xy 191.669464 93.414715) + (xy 191.716286 93.358118) + (xy 191.797855 93.259518) + (xy 191.801783 93.25477) + (xy 191.805876 93.247201) + (xy 191.897584 93.07759) + (xy 191.897586 93.077585) + (xy 191.900514 93.07217) + (xy 191.955135 92.895719) + (xy 191.994386 92.836559) + (xy 192.059391 92.808012) + (xy 192.12951 92.819141) + (xy 192.182481 92.866412) + (xy 192.2015 92.932978) + (xy 192.2015 99.027418) + (xy 192.181498 99.095539) + (xy 192.127842 99.142032) + (xy 192.057568 99.152136) + (xy 191.992988 99.122642) + (xy 191.986405 99.116513) + (xy 191.766607 98.896715) + (xy 191.640852 98.822104) + (xy 191.6026 98.806259) + (xy 191.530296 98.785028) + (xy 191.504641 98.777495) + (xy 191.49721 98.775313) + (xy 191.396046 98.771271) + (xy 191.39567 98.771261) + (xy 191.395606 98.771259) + (xy 191.368977 98.770562) + (xy 191.35108 98.770093) + (xy 191.261729 98.770093) + (xy 190.379083 98.770094) + (xy 190.371449 98.772043) + (xy 190.371446 98.772043) + (xy 190.318852 98.785468) + (xy 190.237403 98.806258) + (xy 190.233239 98.807983) + (xy 190.202271 98.82081) + (xy 190.202261 98.820815) + (xy 190.199139 98.822108) + (xy 190.102738 98.874748) + (xy 190.097047 98.880002) + (xy 190.097044 98.880004) + (xy 190.086872 98.889395) + (xy 190.028355 98.943417) + (xy 189.99572 98.974388) + (xy 189.738987 99.231121) + (xy 189.676675 99.265147) + (xy 189.60586 99.260082) + (xy 189.558485 99.228747) + (xy 189.555612 99.22572) + (xy 189.226607 98.896715) + (xy 189.223356 98.894786) + (xy 189.217698 98.889794) + (xy 189.050405 98.722501) + (xy 189.016379 98.660189) + (xy 189.0135 98.633406) + (xy 189.0135 96.630574) + (xy 189.033502 96.562453) + (xy 189.050405 96.541479) + (xy 189.128747 96.463137) + (xy 189.129879 96.461877) + (xy 189.161342 96.426852) + (xy 189.161345 96.426848) + (xy 189.165478 96.422247) + (xy 189.240059 96.29655) + (xy 189.254411 96.261902) + (xy 189.260514 96.244604) + (xy 189.270643 96.215891) + (xy 189.270643 96.21589) + (xy 189.2727 96.21006) + (xy 189.281105 96.151601) + (xy 189.292861 96.069838) + (xy 189.292862 96.069831) + (xy 189.2935 96.06539) + (xy 189.2935 95.920038) + (xy 189.293504 95.92) + (xy 189.2935 95.919962) + (xy 189.2935 95.77461) + (xy 189.290557 95.719715) + (xy 189.254411 95.578098) + (xy 189.240059 95.54345) + (xy 189.238205 95.539574) + (xy 189.219008 95.499453) + (xy 189.216336 95.493868) + (xy 189.128747 95.376863) + (xy 188.923137 95.171253) + (xy 188.907267 95.156997) + (xy 188.886852 95.138658) + (xy 188.886848 95.138655) + (xy 188.882247 95.134522) + (xy 188.876925 95.131364) + (xy 188.876922 95.131362) + (xy 188.792029 95.080992) + (xy 188.75655 95.059941) + (xy 188.721902 95.045589) + (xy 188.720324 95.045032) + (xy 188.720318 95.04503) + (xy 188.675891 95.029357) + (xy 188.67589 95.029357) + (xy 188.67006 95.0273) + (xy 188.652088 95.024716) + (xy 188.529838 95.007139) + (xy 188.529831 95.007138) + (xy 188.52539 95.0065) + (xy 188.23461 95.0065) + (xy 188.204079 95.008137) + (xy 188.185902 95.009111) + (xy 188.185899 95.009111) + (xy 188.179715 95.009443) + (xy 188.038098 95.045589) + (xy 188.033936 95.047313) + (xy 188.005033 95.059285) + (xy 188.005024 95.059289) + (xy 188.00345 95.059941) + (xy 188.001922 95.060672) + (xy 188.001911 95.060677) + (xy 187.996705 95.063168) + (xy 187.953868 95.083664) + (xy 187.836863 95.171253) + (xy 187.631253 95.376863) + (xy 187.630124 95.37812) + (xy 187.630121 95.378123) + (xy 187.598658 95.413148) + (xy 187.598655 95.413152) + (xy 187.594522 95.417753) + (xy 187.591364 95.423075) + (xy 187.591362 95.423078) + (xy 187.571005 95.457388) + (xy 187.519941 95.54345) + (xy 187.505589 95.578098) + (xy 187.4873 95.62994) + (xy 187.48642 95.636061) + (xy 187.467139 95.770162) + (xy 187.467138 95.770169) + (xy 187.4665 95.77461) + (xy 187.4665 95.919962) + (xy 187.466496 95.92) + (xy 187.4665 95.920038) + (xy 187.4665 96.06539) + (xy 187.469443 96.120285) + (xy 187.505589 96.261902) + (xy 187.507313 96.266064) + (xy 187.516935 96.289292) + (xy 187.519941 96.29655) + (xy 187.520672 96.298078) + (xy 187.520677 96.298089) + (xy 187.533633 96.325168) + (xy 187.543664 96.346132) + (xy 187.631253 96.463137) + (xy 187.709595 96.541479) + (xy 187.743621 96.603791) + (xy 187.7465 96.630574) + (xy 187.7465 98.633406) + (xy 187.726498 98.701527) + (xy 187.709595 98.722501) + (xy 187.494363 98.937733) + (xy 187.490736 98.941219) + (xy 187.488689 98.943108) + (xy 187.488643 98.943152) + (xy 187.488355 98.943417) + (xy 187.45572 98.974388) + (xy 187.126715 99.303393) + (xy 187.096374 99.354532) + (xy 187.057625 99.419843) + (xy 187.052104 99.429148) + (xy 187.036254 99.467415) + (xy 187.005312 99.572801) + (xy 187.001756 99.661809) + (xy 187.001023 99.66178) + (xy 187.001314 99.66359) + (xy 187.0015 99.66359) + (xy 187.0015 99.668099) + (xy 187.001434 99.669022) + (xy 187.0014 99.670722) + (xy 187.001271 99.673951) + (xy 187.000096 99.71893) + (xy 187.000096 100.352241) + (xy 187.000095 100.99092) + (xy 187.002044 100.998554) + (xy 187.002044 100.998557) + (xy 187.011574 101.035892) + (xy 187.036259 101.1326) + (xy 187.037984 101.136764) + (xy 187.050806 101.16772) + (xy 187.050811 101.16773) + (xy 187.052104 101.170852) + (xy 187.053728 101.173826) + (xy 187.100867 101.260154) + (xy 187.104748 101.267262) + (xy 187.110002 101.272953) + (xy 187.110004 101.272956) + (xy 187.165176 101.332718) + (xy 187.164637 101.333215) + (xy 187.166122 101.334288) + (xy 187.166253 101.334157) + (xy 187.169445 101.337349) + (xy 187.17005 101.338047) + (xy 187.171219 101.339264) + (xy 187.173108 101.341311) + (xy 187.173152 101.341357) + (xy 187.173417 101.341645) + (xy 187.204388 101.37428) + (xy 187.533391 101.703283) + (xy 187.659146 101.777895) + (xy 187.68747 101.789627) + (xy 187.697417 101.793747) + (xy 187.700643 101.794694) + (xy 187.700651 101.794697) + (xy 187.784143 101.81921) + (xy 187.802801 101.824688) + (xy 187.891809 101.828244) + (xy 187.89178 101.828977) + (xy 187.89359 101.828686) + (xy 187.89359 101.8285) + (xy 187.898099 101.8285) + (xy 187.899022 101.828566) + (xy 187.900722 101.8286) + (xy 187.903624 101.828716) + (xy 187.903632 101.828716) + (xy 187.903951 101.828729) + (xy 187.940751 101.82969) + (xy 187.948124 101.829883) + (xy 187.948128 101.829883) + (xy 187.94893 101.829904) + (xy 188.038959 101.829904) + (xy 188.913019 101.829906) + (xy 188.920905 101.829906) + (xy 189.00533 101.808359) + (xy 189.058225 101.794859) + (xy 189.058228 101.794858) + (xy 189.062585 101.793746) + (xy 189.090905 101.782016) + (xy 189.097729 101.77919) + (xy 189.097736 101.779187) + (xy 189.100852 101.777896) + (xy 189.103819 101.776276) + (xy 189.103823 101.776274) + (xy 189.190461 101.728966) + (xy 189.190463 101.728964) + (xy 189.197262 101.725252) + (xy 189.202953 101.719998) + (xy 189.202956 101.719996) + (xy 189.262718 101.664824) + (xy 189.263215 101.665363) + (xy 189.264288 101.663878) + (xy 189.264157 101.663747) + (xy 189.267349 101.660555) + (xy 189.268047 101.65995) + (xy 189.269264 101.658781) + (xy 189.271311 101.656892) + (xy 189.271357 101.656848) + (xy 189.271645 101.656583) + (xy 189.30428 101.625612) + (xy 189.304836 101.625056) + (xy 189.304874 101.625019) + (xy 189.561013 101.36888) + (xy 189.623325 101.334854) + (xy 189.69414 101.339919) + (xy 189.741503 101.37124) + (xy 189.744388 101.37428) + (xy 190.04639 101.676282) + (xy 190.080416 101.738594) + (xy 190.075351 101.809409) + (xy 190.05438 101.845692) + (xy 190.048511 101.852787) + (xy 190.038217 101.86523) + (xy 190.035287 101.870649) + (xy 190.035285 101.870652) + (xy 189.942416 102.04241) + (xy 189.942414 102.042415) + (xy 189.939486 102.04783) + (xy 189.878102 102.246129) + (xy 189.877458 102.252254) + (xy 189.877458 102.252255) + (xy 189.871581 102.308177) + (xy 189.856404 102.452575) + (xy 189.875218 102.659303) + (xy 189.876956 102.665209) + (xy 189.876957 102.665213) + (xy 189.907919 102.770412) + (xy 189.933827 102.85844) + (xy 190.029999 103.0424) + (xy 190.160071 103.204177) + (xy 190.164788 103.208135) + (xy 190.16479 103.208137) + (xy 190.268681 103.295312) + (xy 190.319089 103.337609) + (xy 190.324481 103.340573) + (xy 190.324485 103.340576) + (xy 190.464164 103.417365) + (xy 190.500995 103.437613) + (xy 190.698861 103.500379) + (xy 190.704978 103.501065) + (xy 190.704982 103.501066) + (xy 190.781598 103.509659) + (xy 190.860413 103.5185) + (xy 190.972237 103.5185) + (xy 190.975293 103.5182) + (xy 190.9753 103.5182) + (xy 191.120466 103.503966) + (xy 191.120469 103.503965) + (xy 191.126592 103.503365) + (xy 191.258546 103.463526) + (xy 191.319407 103.445152) + (xy 191.31941 103.445151) + (xy 191.325315 103.443368) + (xy 191.332635 103.439476) + (xy 191.503153 103.348809) + (xy 191.503155 103.348808) + (xy 191.508599 103.345913) + (xy 191.568471 103.297083) + (xy 191.664689 103.21861) + (xy 191.664692 103.218607) + (xy 191.669464 103.214715) + (xy 191.801783 103.05477) + (xy 191.806127 103.046736) + (xy 191.897584 102.87759) + (xy 191.897586 102.877585) + (xy 191.900514 102.87217) + (xy 191.961898 102.673871) + (xy 191.963429 102.659303) + (xy 191.982952 102.473554) + (xy 191.982952 102.473552) + (xy 191.983596 102.467425) + (xy 191.968773 102.30455) + (xy 191.965341 102.266836) + (xy 191.96534 102.266833) + (xy 191.964782 102.260697) + (xy 191.962298 102.252255) + (xy 191.907912 102.067469) + (xy 191.906173 102.06156) + (xy 191.810001 101.8776) + (xy 191.806141 101.872799) + (xy 191.806137 101.872793) + (xy 191.782443 101.843323) + (xy 191.755347 101.7777) + (xy 191.768031 101.707846) + (xy 191.79517 101.671793) + (xy 191.811298 101.656904) + (xy 191.811345 101.65686) + (xy 191.811645 101.656583) + (xy 191.84428 101.625612) + (xy 191.906764 101.563128) + (xy 191.989925 101.479968) + (xy 192.052237 101.445943) + (xy 192.123053 101.451008) + (xy 192.179888 101.493555) + (xy 192.20488 101.563127) + (xy 192.208104 101.631488) + (xy 192.209354 101.636947) + (xy 192.209355 101.636952) + (xy 192.212108 101.64897) + (xy 192.214789 101.665899) + (xy 192.216383 101.683762) + (xy 192.217865 101.689178) + (xy 192.217865 101.68918) + (xy 192.23837 101.764133) + (xy 192.239656 101.769251) + (xy 192.253281 101.828738) + (xy 192.258258 101.85047) + (xy 192.26046 101.855632) + (xy 192.265294 101.866967) + (xy 192.270927 101.883142) + (xy 192.274164 101.894972) + (xy 192.275663 101.900451) + (xy 192.278079 101.905516) + (xy 192.311539 101.975667) + (xy 192.31371 101.980476) + (xy 192.346397 102.057109) + (xy 192.356251 102.07211) + (xy 192.364654 102.087025) + (xy 192.372378 102.103218) + (xy 192.375648 102.107769) + (xy 192.37565 102.107772) + (xy 192.395663 102.135623) + (xy 192.415671 102.163466) + (xy 192.420999 102.170881) + (xy 192.423989 102.175232) + (xy 192.467196 102.24101) + (xy 192.467202 102.241018) + (xy 192.469735 102.244874) + (xy 192.488257 102.265662) + (xy 192.49649 102.275939) + (xy 192.503471 102.285654) + (xy 192.52953 102.310907) + (xy 192.580255 102.360063) + (xy 192.581665 102.361452) + (xy 196.704595 106.484383) + (xy 196.738621 106.546695) + (xy 196.7415 106.573478) + (xy 196.7415 117.426522) + (xy 196.721498 117.494643) + (xy 196.704595 117.515617) + (xy 196.515617 117.704595) + (xy 196.453305 117.738621) + (xy 196.426522 117.7415) + (xy 193.699177 117.7415) + (xy 193.631056 117.721498) + (xy 193.584563 117.667842) + (xy 193.574459 117.597568) + (xy 193.603953 117.532988) + (xy 193.610082 117.526405) + (xy 194.007316 117.129171) + (xy 194.01691 117.116821) + (xy 194.085136 117.001829) + (xy 194.089149 116.993811) + (xy 194.09916 116.969642) + (xy 194.101988 116.962815) + (xy 194.104233 116.956451) + (xy 194.132004 116.86187) + (xy 194.134497 116.846688) + (xy 194.138207 116.753786) + (xy 194.138235 116.752932) + (xy 194.139384 116.70922) + (xy 194.139404 116.707657) + (xy 194.139404 115.272115) + (xy 194.134929 115.256876) + (xy 194.133539 115.255671) + (xy 194.125856 115.254) + (xy 190.878711 115.254) + (xy 190.863472 115.258475) + (xy 190.862267 115.259865) + (xy 190.860596 115.267548) + (xy 190.860596 116.810285) + (xy 190.862545 116.825805) + (xy 190.895613 116.955351) + (xy 190.898447 116.963865) + (xy 190.907784 116.986409) + (xy 190.911286 116.994865) + (xy 190.914186 117.000924) + (xy 190.96145 117.087479) + (xy 190.970419 117.099972) + (xy 191.033481 117.168276) + (xy 191.034083 117.168918) + (xy 191.064104 117.200559) + (xy 191.06533 117.201817) + (xy 191.389918 117.526405) + (xy 191.423944 117.588717) + (xy 191.418879 117.659532) + (xy 191.376332 117.716368) + (xy 191.309812 117.741179) + (xy 191.300823 117.7415) + (xy 188.023111 117.7415) + (xy 187.95499 117.721498) + (xy 187.908497 117.667842) + (xy 187.898393 117.597568) + (xy 187.927887 117.532988) + (xy 187.934016 117.526404) + (xy 187.950862 117.509559) + (xy 188.138279 117.322142) + (xy 188.20638 117.207365) + (xy 188.210595 117.200261) + (xy 188.210597 117.200257) + (xy 188.212892 117.196389) + (xy 188.228742 117.158125) + (xy 188.259687 117.052738) + (xy 188.263244 116.963721) + (xy 188.263973 116.96375) + (xy 188.263681 116.961938) + (xy 188.2635 116.961938) + (xy 188.2635 116.957454) + (xy 188.263566 116.956531) + (xy 188.2636 116.954802) + (xy 188.263714 116.951952) + (xy 188.263714 116.951939) + (xy 188.263729 116.951574) + (xy 188.264907 116.906608) + (xy 188.264906 114.727885) + (xy 190.860596 114.727885) + (xy 190.865071 114.743124) + (xy 190.866461 114.744329) + (xy 190.874144 114.746) + (xy 192.227885 114.746) + (xy 192.243124 114.741525) + (xy 192.244329 114.740135) + (xy 192.246 114.732452) + (xy 192.246 114.727885) + (xy 192.754 114.727885) + (xy 192.758475 114.743124) + (xy 192.759865 114.744329) + (xy 192.767548 114.746) + (xy 194.121289 114.746) + (xy 194.136528 114.741525) + (xy 194.137733 114.740135) + (xy 194.139404 114.732452) + (xy 194.139404 113.189729) + (xy 194.137454 113.174203) + (xy 194.104393 113.044669) + (xy 194.101556 113.036144) + (xy 194.088716 113.005143) + (xy 194.085817 112.999085) + (xy 194.038551 112.912523) + (xy 194.029579 112.900026) + (xy 193.966519 112.831724) + (xy 193.965917 112.831082) + (xy 193.935869 112.799413) + (xy 193.934717 112.79823) + (xy 193.504173 112.367685) + (xy 193.491826 112.358094) + (xy 193.376842 112.28987) + (xy 193.368819 112.285853) + (xy 193.361409 112.282784) + (xy 193.337828 112.273017) + (xy 193.331468 112.270773) + (xy 193.23686 112.242993) + (xy 193.221683 112.240501) + (xy 193.128804 112.236794) + (xy 193.127914 112.236765) + (xy 193.084213 112.235616) + (xy 193.082648 112.235596) + (xy 192.772115 112.235596) + (xy 192.756876 112.240071) + (xy 192.755671 112.241461) + (xy 192.754 112.249144) + (xy 192.754 114.727885) + (xy 192.246 114.727885) + (xy 192.246 112.253711) + (xy 192.241525 112.238472) + (xy 192.240135 112.237267) + (xy 192.232452 112.235596) + (xy 191.814727 112.235596) + (xy 191.799213 112.237544) + (xy 191.669655 112.27061) + (xy 191.661156 112.273439) + (xy 191.655358 112.27584) + (xy 191.630166 112.286275) + (xy 191.624056 112.289198) + (xy 191.537527 112.336447) + (xy 191.525025 112.345422) + (xy 191.456724 112.408481) + (xy 191.456082 112.409083) + (xy 191.424441 112.439104) + (xy 191.423183 112.44033) + (xy 190.992685 112.870828) + (xy 190.983085 112.883186) + (xy 190.914869 112.998163) + (xy 190.910846 113.0062) + (xy 190.898021 113.037162) + (xy 190.895774 113.04353) + (xy 190.867993 113.13814) + (xy 190.865501 113.153317) + (xy 190.861794 113.246196) + (xy 190.861765 113.247086) + (xy 190.860616 113.290787) + (xy 190.860596 113.292352) + (xy 190.860596 114.727885) + (xy 188.264906 114.727885) + (xy 188.264905 112.983552) + (xy 188.259528 112.962484) + (xy 188.234889 112.865958) + (xy 188.228741 112.841872) + (xy 188.224458 112.831532) + (xy 188.214194 112.806752) + (xy 188.214189 112.806742) + (xy 188.212896 112.80362) + (xy 188.160252 112.70721) + (xy 188.154998 112.701519) + (xy 188.154996 112.701516) + (xy 188.099824 112.641754) + (xy 188.100363 112.641257) + (xy 188.098878 112.640184) + (xy 188.098747 112.640315) + (xy 188.095555 112.637123) + (xy 188.09495 112.636425) + (xy 188.093781 112.635208) + (xy 188.091892 112.633161) + (xy 188.091848 112.633115) + (xy 188.091583 112.632827) + (xy 188.060612 112.600192) + (xy 187.849806 112.389386) + (xy 187.612546 112.152125) + (xy 187.578521 112.089813) + (xy 187.583586 112.018997) + (xy 187.626133 111.962162) + (xy 187.692653 111.937351) + (xy 187.706671 111.937131) + (xy 187.746647 111.938729) + (xy 187.791607 111.939906) + (xy 188.116529 111.939906) + (xy 191.318225 111.939905) + (xy 191.325859 111.937956) + (xy 191.325862 111.937956) + (xy 191.416802 111.914743) + (xy 191.459905 111.903741) + (xy 191.470245 111.899458) + (xy 191.495025 111.889194) + (xy 191.495035 111.889189) + (xy 191.498157 111.887896) + (xy 191.586211 111.839815) + (xy 191.587766 111.838966) + (xy 191.587768 111.838964) + (xy 191.594567 111.835252) + (xy 191.600258 111.829998) + (xy 191.600261 111.829996) + (xy 191.656664 111.777925) + (xy 191.66895 111.766583) + (xy 191.701585 111.735612) + (xy 192.138283 111.298914) + (xy 192.212895 111.173159) + (xy 192.224627 111.144835) + (xy 192.225051 111.143812) + (xy 192.227455 111.138008) + (xy 192.227457 111.138003) + (xy 192.228747 111.134888) + (xy 192.230024 111.130541) + (xy 192.257501 111.03696) + (xy 192.259685 111.029522) + (xy 192.263729 110.928353) + (xy 192.264906 110.883393) + (xy 192.264906 109.60679) + (xy 192.229996 109.470006) + (xy 192.229859 109.46947) + (xy 192.229858 109.469467) + (xy 192.228746 109.46511) + (xy 192.212896 109.426843) + (xy 192.160252 109.330433) + (xy 192.154998 109.324742) + (xy 192.154996 109.324739) + (xy 192.104186 109.269702) + (xy 192.091583 109.25605) + (xy 192.060612 109.223415) + (xy 191.623919 108.786721) + (xy 191.579307 108.760251) + (xy 191.502038 108.714405) + (xy 191.502034 108.714403) + (xy 191.498166 108.712108) + (xy 191.459902 108.696258) + (xy 191.433618 108.68854) + (xy 191.361946 108.667495) + (xy 191.354515 108.665313) + (xy 191.253351 108.661271) + (xy 191.252975 108.661261) + (xy 191.252911 108.661259) + (xy 191.226282 108.660562) + (xy 191.208385 108.660093) + (xy 190.884129 108.660093) + (xy 187.681793 108.660094) + (xy 187.540112 108.696253) + (xy 187.530165 108.700373) + (xy 187.501841 108.712105) + (xy 187.498882 108.713721) + (xy 187.412234 108.761034) + (xy 187.412232 108.761035) + (xy 187.405433 108.764748) + (xy 187.399742 108.770002) + (xy 187.399739 108.770004) + (xy 187.375594 108.792295) + (xy 187.33105 108.833417) + (xy 187.298415 108.864388) + (xy 186.861715 109.301088) + (xy 186.787104 109.426843) + (xy 186.771259 109.465095) + (xy 186.740313 109.570485) + (xy 186.736271 109.671649) + (xy 186.736261 109.672025) + (xy 186.736259 109.672089) + (xy 186.735577 109.698128) + (xy 186.735093 109.716615) + (xy 186.735094 110.993222) + (xy 186.737043 111.000856) + (xy 186.737043 111.000859) + (xy 186.75446 111.069093) + (xy 186.771258 111.134902) + (xy 186.772983 111.139066) + (xy 186.78581 111.170034) + (xy 186.785815 111.170044) + (xy 186.787108 111.173166) + (xy 186.839748 111.269567) + (xy 186.845002 111.275258) + (xy 186.845004 111.275261) + (xy 186.871817 111.304305) + (xy 186.908417 111.34395) + (xy 186.939388 111.376585) + (xy 187.335676 111.772873) + (xy 187.369702 111.835185) + (xy 187.364637 111.906) + (xy 187.32209 111.962836) + (xy 187.25557 111.987647) + (xy 187.24155 111.987868) + (xy 187.213721 111.986756) + (xy 187.21375 111.986027) + (xy 187.211938 111.986319) + (xy 187.211938 111.9865) + (xy 187.207454 111.9865) + (xy 187.206531 111.986434) + (xy 187.204802 111.9864) + (xy 187.201985 111.986287) + (xy 187.201931 111.986285) + (xy 187.201574 111.986271) + (xy 187.156608 111.985093) + (xy 187.025794 111.985093) + (xy 185.733555 111.985094) + (xy 185.725921 111.987043) + (xy 185.725918 111.987043) + (xy 185.652666 112.005741) + (xy 185.591875 112.021258) + (xy 185.587711 112.022983) + (xy 185.556743 112.03581) + (xy 185.556733 112.035815) + (xy 185.553611 112.037108) + (xy 185.45721 112.089748) + (xy 185.451519 112.095002) + (xy 185.451516 112.095004) + (xy 185.391754 112.150176) + (xy 185.391257 112.149637) + (xy 185.390184 112.151122) + (xy 185.390315 112.151253) + (xy 185.387123 112.154445) + (xy 185.386425 112.15505) + (xy 185.385208 112.156219) + (xy 185.383161 112.158108) + (xy 185.383115 112.158152) + (xy 185.382827 112.158417) + (xy 185.350192 112.189388) + (xy 184.861715 112.677865) + (xy 184.859786 112.681116) + (xy 184.854794 112.686774) + (xy 183.836973 113.704595) + (xy 183.774661 113.738621) + (xy 183.747878 113.7415) + (xy 182.829388 113.7415) + (xy 182.761267 113.721498) + (xy 182.714774 113.667842) + (xy 182.703388 113.6155) + (xy 182.703388 107.367302) + (xy 182.72339 107.299181) + (xy 182.777046 107.252688) + (xy 182.84732 107.242584) + (xy 182.891623 107.258212) + (xy 182.89167 107.258119) + (xy 182.892412 107.258491) + (xy 182.893675 107.258936) + (xy 182.895689 107.260131) + (xy 182.903721 107.264151) + (xy 182.934717 107.27699) + (xy 182.941061 107.279228) + (xy 183.035683 107.30701) + (xy 183.050849 107.3095) + (xy 183.143768 107.313208) + (xy 183.144571 107.313234) + (xy 183.173845 107.314002) + (xy 183.188038 107.309921) + (xy 183.189126 107.308679) + (xy 183.190888 107.300687) + (xy 183.190888 107.296817) + (xy 183.698888 107.296817) + (xy 183.703363 107.312056) + (xy 183.704633 107.313157) + (xy 183.712585 107.314867) + (xy 183.802691 107.31444) + (xy 183.817909 107.312491) + (xy 183.9476 107.279387) + (xy 183.956125 107.276549) + (xy 183.987081 107.263726) + (xy 183.993183 107.260807) + (xy 184.079726 107.213551) + (xy 184.092223 107.204579) + (xy 184.160525 107.141519) + (xy 184.161167 107.140917) + (xy 184.192866 107.110841) + (xy 184.194002 107.109736) + (xy 184.415458 106.889218) + (xy 184.415647 106.889029) + (xy 184.627265 106.676495) + (xy 184.636764 106.664239) + (xy 184.705024 106.54919) + (xy 184.709037 106.541172) + (xy 184.719048 106.517003) + (xy 184.721878 106.51017) + (xy 184.724118 106.503821) + (xy 184.751897 106.409207) + (xy 184.754388 106.394037) + (xy 184.758096 106.30112) + (xy 184.758122 106.300317) + (xy 184.758877 106.271542) + (xy 184.754799 106.256805) + (xy 184.753818 106.255929) + (xy 184.745275 106.254) + (xy 183.717003 106.254) + (xy 183.701764 106.258475) + (xy 183.700559 106.259865) + (xy 183.698888 106.267548) + (xy 183.698888 107.296817) + (xy 183.190888 107.296817) + (xy 183.190888 105.727885) + (xy 183.698888 105.727885) + (xy 183.703363 105.743124) + (xy 183.704753 105.744329) + (xy 183.712436 105.746) + (xy 184.742324 105.746) + (xy 184.757563 105.741525) + (xy 184.758542 105.740396) + (xy 184.760296 105.732126) + (xy 184.75937 105.642039) + (xy 184.757423 105.627161) + (xy 184.724281 105.497308) + (xy 184.721444 105.488783) + (xy 184.708604 105.457782) + (xy 184.705705 105.451724) + (xy 184.658439 105.365162) + (xy 184.649467 105.352665) + (xy 184.586407 105.284363) + (xy 184.585805 105.283721) + (xy 184.555757 105.252052) + (xy 184.554605 105.250869) + (xy 184.121422 104.817685) + (xy 184.109075 104.808094) + (xy 183.994091 104.73987) + (xy 183.986068 104.735853) + (xy 183.978658 104.732784) + (xy 183.955077 104.723017) + (xy 183.948717 104.720773) + (xy 183.854109 104.692993) + (xy 183.838932 104.690501) + (xy 183.746053 104.686794) + (xy 183.745163 104.686765) + (xy 183.715822 104.685994) + (xy 183.701748 104.690075) + (xy 183.700613 104.691376) + (xy 183.698888 104.699242) + (xy 183.698888 105.727885) + (xy 183.190888 105.727885) + (xy 183.190888 104.703342) + (xy 183.186413 104.688103) + (xy 183.185107 104.686971) + (xy 183.177235 104.685272) + (xy 183.087152 104.68557) + (xy 183.071841 104.687519) + (xy 182.942182 104.72061) + (xy 182.933683 104.723439) + (xy 182.927885 104.72584) + (xy 182.902693 104.736275) + (xy 182.896583 104.739198) + (xy 182.810054 104.786447) + (xy 182.797557 104.795418) + (xy 182.751422 104.838013) + (xy 182.687802 104.869526) + (xy 182.617245 104.861642) + (xy 182.573731 104.831295) + (xy 182.561642 104.81831) + (xy 182.561636 104.818305) + (xy 182.555502 104.811717) + (xy 182.54776 104.807123) + (xy 182.547758 104.807122) + (xy 182.43361 104.739397) + (xy 182.429747 104.737105) + (xy 182.401423 104.725373) + (xy 182.395735 104.723017) + (xy 182.394596 104.722545) + (xy 182.394591 104.722543) + (xy 182.391476 104.721253) + (xy 182.38824 104.720303) + (xy 182.388232 104.7203) + (xy 182.297979 104.6938) + (xy 182.28611 104.690315) + (xy 182.278366 104.690005) + (xy 182.278363 104.690005) + (xy 182.225788 104.687904) + (xy 182.184941 104.686271) + (xy 182.146792 104.685272) + (xy 182.140747 104.685114) + (xy 182.140743 104.685114) + (xy 182.139981 104.685094) + (xy 181.39681 104.684043) + (xy 180.647818 104.685083) + (xy 180.647817 104.685083) + (xy 180.639981 104.685094) + (xy 180.4983 104.721253) + (xy 180.488353 104.725373) + (xy 180.460029 104.737105) + (xy 180.433035 104.751845) + (xy 180.370543 104.785968) + (xy 180.370541 104.78597) + (xy 180.363623 104.789747) + (xy 180.256604 104.889387) + (xy 180.181993 105.015141) + (xy 180.166142 105.05341) + (xy 180.135203 105.158778) + (xy 180.134893 105.166522) + (xy 180.134893 105.166525) + (xy 180.133978 105.189412) + (xy 180.131159 105.259947) + (xy 180.129982 105.304907) + (xy 180.129005 105.834116) + (xy 180.128627 106.038894) + (xy 180.128627 106.039117) + (xy 180.129733 106.664239) + (xy 180.129982 106.804907) + (xy 180.166141 106.946588) + (xy 180.167862 106.950742) + (xy 180.17026 106.956534) + (xy 180.170261 106.956535) + (xy 180.176798 106.972316) + (xy 180.186388 107.020532) + (xy 180.186388 113.6155) + (xy 180.166386 113.683621) + (xy 180.11273 113.730114) + (xy 180.060388 113.7415) + (xy 179.131396 113.7415) + (xy 179.114949 113.740422) + (xy 179.11427 113.740333) + (xy 179.092914 113.737521) + (xy 179.087314 113.737785) + (xy 179.087313 113.737785) + (xy 179.011504 113.74136) + (xy 179.005569 113.7415) + (xy 178.983001 113.7415) + (xy 178.980218 113.741748) + (xy 178.980204 113.741749) + (xy 178.957023 113.743818) + (xy 178.95176 113.744177) + (xy 178.922342 113.745564) + (xy 178.868512 113.748103) + (xy 178.851023 113.752108) + (xy 178.834104 113.754788) + (xy 178.829618 113.755189) + (xy 178.816238 113.756383) + (xy 178.81083 113.757862) + (xy 178.810827 113.757863) + (xy 178.73587 113.778369) + (xy 178.730752 113.779655) + (xy 178.655 113.797005) + (xy 178.654998 113.797006) + (xy 178.64953 113.798258) + (xy 178.63903 113.802737) + (xy 178.633033 113.805294) + (xy 178.616858 113.810927) + (xy 178.610806 113.812583) + (xy 178.599549 113.815663) + (xy 178.594494 113.818074) + (xy 178.594489 113.818076) + (xy 178.524317 113.851546) + (xy 178.519508 113.853717) + (xy 178.448053 113.884195) + (xy 178.448047 113.884198) + (xy 178.442892 113.886397) + (xy 178.427902 113.896244) + (xy 178.412974 113.904655) + (xy 178.396782 113.912378) + (xy 178.392229 113.91565) + (xy 178.392225 113.915652) + (xy 178.329103 113.96101) + (xy 178.324753 113.963999) + (xy 178.283711 113.990958) + (xy 178.255126 114.009735) + (xy 178.234338 114.028257) + (xy 178.224061 114.03649) + (xy 178.214346 114.043471) + (xy 178.202205 114.056) + (xy 178.139938 114.120254) + (xy 178.138549 114.121664) + (xy 176.312023 115.948189) + (xy 176.249711 115.982215) + (xy 176.222928 115.985094) + (xy 175.542591 115.985094) + (xy 175.40091 116.021254) + (xy 175.362641 116.037105) + (xy 175.266235 116.089746) + (xy 175.260471 116.095112) + (xy 175.260469 116.095114) + (xy 175.246538 116.108085) + (xy 175.159217 116.189386) + (xy 175.154623 116.197128) + (xy 175.154622 116.19713) + (xy 175.122915 116.250571) + (xy 175.106344 116.278502) + (xy 175.097568 116.293293) + (xy 175.045606 116.341672) + (xy 174.975738 116.354278) + (xy 174.910145 116.32711) + (xy 174.90011 116.318095) + (xy 174.6997 116.117685) + (xy 174.687342 116.108085) + (xy 174.572364 116.039868) + (xy 174.564334 116.035849) + (xy 174.558545 116.033451) + (xy 174.533344 116.023013) + (xy 174.526984 116.020769) + (xy 174.432397 115.992996) + (xy 174.417216 115.990503) + (xy 174.324314 115.986793) + (xy 174.32346 115.986765) + (xy 174.279748 115.985616) + (xy 174.278185 115.985596) + (xy 174.232115 115.985596) + (xy 174.216876 115.990071) + (xy 174.215671 115.991461) + (xy 174.214 115.999144) + (xy 174.214 118.996289) + (xy 173.706 118.996289) + (xy 173.706 116.003712) + (xy 173.701525 115.988473) + (xy 173.700135 115.987268) + (xy 173.692452 115.985597) + (xy 173.539184 115.985597) + (xy 173.523664 115.987546) + (xy 173.394121 116.020613) + (xy 173.385596 116.023451) + (xy 173.35464 116.036274) + (xy 173.348538 116.039193) + (xy 173.261995 116.086449) + (xy 173.249498 116.095421) + (xy 173.181196 116.158481) + (xy 173.180554 116.159083) + (xy 173.148913 116.189104) + (xy 173.147655 116.19033) + (xy 172.77945 116.558535) + (xy 172.717138 116.592561) + (xy 172.646323 116.587496) + (xy 172.60126 116.558535) + (xy 172.420405 116.37768) + (xy 172.386379 116.315368) + (xy 172.3835 116.288585) + (xy 172.3835 112.918148) + (xy 172.403502 112.850027) + (xy 172.420405 112.829053) + (xy 174.913434 110.336024) + (xy 174.928462 110.323187) + (xy 174.939322 110.315297) + (xy 174.968284 110.283132) + (xy 174.983774 110.265928) + (xy 174.988315 110.261143) + (xy 175.00236 110.247098) + (xy 175.004447 110.244521) + (xy 175.014857 110.231666) + (xy 175.019141 110.22665) + (xy 175.059171 110.182192) + (xy 175.059175 110.182187) + (xy 175.063592 110.177281) + (xy 175.070299 110.165664) + (xy 175.081497 110.149371) + (xy 175.085779 110.144083) + (xy 175.089935 110.138951) + (xy 175.120101 110.079749) + (xy 175.123234 110.073979) + (xy 175.153148 110.022167) + (xy 175.15315 110.022162) + (xy 175.156452 110.016443) + (xy 175.158493 110.010163) + (xy 175.158496 110.010155) + (xy 175.160596 110.003691) + (xy 175.16816 109.985429) + (xy 175.171251 109.979363) + (xy 175.171254 109.979354) + (xy 175.17425 109.973475) + (xy 175.191444 109.909308) + (xy 175.19331 109.903006) + (xy 175.213842 109.839814) + (xy 175.215243 109.826484) + (xy 175.218846 109.807041) + (xy 175.222318 109.794083) + (xy 175.222875 109.783466) + (xy 175.225794 109.727758) + (xy 175.226311 109.721183) + (xy 175.228044 109.704691) + (xy 175.228388 109.701418) + (xy 175.228388 109.681544) + (xy 175.228561 109.67495) + (xy 175.231692 109.615211) + (xy 175.231692 109.615207) + (xy 175.232037 109.608619) + (xy 175.229939 109.595372) + (xy 175.228388 109.575662) + (xy 175.228388 107.338397) + (xy 175.24839 107.270276) + (xy 175.294003 107.227809) + (xy 175.319238 107.21403) + (xy 175.319239 107.214029) + (xy 175.326153 107.210254) + (xy 175.331917 107.204887) + (xy 175.331923 107.204883) + (xy 175.377044 107.162872) + (xy 175.44053 107.131091) + (xy 175.51112 107.138679) + (xy 175.551931 107.165925) + (xy 175.568371 107.182339) + (xy 175.580691 107.191902) + (xy 175.695691 107.260132) + (xy 175.703721 107.264151) + (xy 175.734717 107.27699) + (xy 175.741061 107.279228) + (xy 175.835683 107.30701) + (xy 175.850849 107.3095) + (xy 175.943768 107.313208) + (xy 175.944571 107.313234) + (xy 175.973845 107.314002) + (xy 175.988038 107.309921) + (xy 175.989126 107.308679) + (xy 175.990888 107.300687) + (xy 175.990888 107.296817) + (xy 176.498888 107.296817) + (xy 176.503363 107.312056) + (xy 176.504633 107.313157) + (xy 176.512585 107.314867) + (xy 176.602691 107.31444) + (xy 176.617909 107.312491) + (xy 176.7476 107.279387) + (xy 176.756125 107.276549) + (xy 176.787081 107.263726) + (xy 176.793183 107.260807) + (xy 176.879726 107.213551) + (xy 176.892223 107.204579) + (xy 176.960525 107.141519) + (xy 176.961167 107.140917) + (xy 176.992866 107.110841) + (xy 176.994002 107.109736) + (xy 177.215458 106.889218) + (xy 177.215647 106.889029) + (xy 177.427265 106.676495) + (xy 177.436764 106.664239) + (xy 177.505024 106.54919) + (xy 177.509037 106.541172) + (xy 177.519048 106.517003) + (xy 177.521878 106.51017) + (xy 177.524118 106.503821) + (xy 177.551897 106.409207) + (xy 177.554388 106.394037) + (xy 177.558096 106.30112) + (xy 177.558122 106.300317) + (xy 177.558877 106.271542) + (xy 177.554799 106.256805) + (xy 177.553818 106.255929) + (xy 177.545275 106.254) + (xy 176.517003 106.254) + (xy 176.501764 106.258475) + (xy 176.500559 106.259865) + (xy 176.498888 106.267548) + (xy 176.498888 107.296817) + (xy 175.990888 107.296817) + (xy 175.990888 105.727885) + (xy 176.498888 105.727885) + (xy 176.503363 105.743124) + (xy 176.504753 105.744329) + (xy 176.512436 105.746) + (xy 177.542324 105.746) + (xy 177.557563 105.741525) + (xy 177.558542 105.740396) + (xy 177.560296 105.732126) + (xy 177.55937 105.642039) + (xy 177.557423 105.627161) + (xy 177.524281 105.497308) + (xy 177.521444 105.488783) + (xy 177.508604 105.457782) + (xy 177.505705 105.451724) + (xy 177.458439 105.365162) + (xy 177.449467 105.352665) + (xy 177.386407 105.284363) + (xy 177.385805 105.283721) + (xy 177.355757 105.252052) + (xy 177.354605 105.250869) + (xy 176.921422 104.817685) + (xy 176.909075 104.808094) + (xy 176.794091 104.73987) + (xy 176.786068 104.735853) + (xy 176.778658 104.732784) + (xy 176.755077 104.723017) + (xy 176.748717 104.720773) + (xy 176.654109 104.692993) + (xy 176.638932 104.690501) + (xy 176.546053 104.686794) + (xy 176.545163 104.686765) + (xy 176.515822 104.685994) + (xy 176.501748 104.690075) + (xy 176.500613 104.691376) + (xy 176.498888 104.699242) + (xy 176.498888 105.727885) + (xy 175.990888 105.727885) + (xy 175.990888 104.703342) + (xy 175.986413 104.688103) + (xy 175.985107 104.686971) + (xy 175.977235 104.685272) + (xy 175.887152 104.68557) + (xy 175.871841 104.687519) + (xy 175.742182 104.72061) + (xy 175.733683 104.723439) + (xy 175.727885 104.72584) + (xy 175.702693 104.736275) + (xy 175.696583 104.739198) + (xy 175.610054 104.786447) + (xy 175.597557 104.795418) + (xy 175.551422 104.838013) + (xy 175.487802 104.869526) + (xy 175.417245 104.861642) + (xy 175.373731 104.831295) + (xy 175.361642 104.81831) + (xy 175.361636 104.818305) + (xy 175.355502 104.811717) + (xy 175.34776 104.807123) + (xy 175.347758 104.807122) + (xy 175.23361 104.739397) + (xy 175.229747 104.737105) + (xy 175.201423 104.725373) + (xy 175.195735 104.723017) + (xy 175.194596 104.722545) + (xy 175.194591 104.722543) + (xy 175.191476 104.721253) + (xy 175.18824 104.720303) + (xy 175.188232 104.7203) + (xy 175.097979 104.6938) + (xy 175.08611 104.690315) + (xy 175.078366 104.690005) + (xy 175.078363 104.690005) + (xy 175.025788 104.687904) + (xy 174.984941 104.686271) + (xy 174.946792 104.685272) + (xy 174.940747 104.685114) + (xy 174.940743 104.685114) + (xy 174.939981 104.685094) + (xy 174.19681 104.684043) + (xy 173.447818 104.685083) + (xy 173.447817 104.685083) + (xy 173.439981 104.685094) + (xy 173.2983 104.721253) + (xy 173.288353 104.725373) + (xy 173.260029 104.737105) + (xy 173.233035 104.751845) + (xy 173.170543 104.785968) + (xy 173.170541 104.78597) + (xy 173.163623 104.789747) + (xy 173.056604 104.889387) + (xy 172.981993 105.015141) + (xy 172.966142 105.05341) + (xy 172.935203 105.158778) + (xy 172.934893 105.166522) + (xy 172.934893 105.166525) + (xy 172.933978 105.189412) + (xy 172.931159 105.259947) + (xy 172.929982 105.304907) + (xy 172.929005 105.834116) + (xy 172.928627 106.038894) + (xy 172.928627 106.039117) + (xy 172.929733 106.664239) + (xy 172.929982 106.804907) + (xy 172.966141 106.946588) + (xy 172.970261 106.956535) + (xy 172.981993 106.984859) + (xy 172.983609 106.987818) + (xy 173.02761 107.068399) + (xy 173.034635 107.081265) + (xy 173.134275 107.188284) + (xy 173.260029 107.262895) + (xy 173.298298 107.278746) + (xy 173.301532 107.279696) + (xy 173.301536 107.279697) + (xy 173.341963 107.291567) + (xy 173.370887 107.30006) + (xy 173.430613 107.338444) + (xy 173.460106 107.403025) + (xy 173.461388 107.420956) + (xy 173.461388 109.236964) + (xy 173.441386 109.305085) + (xy 173.424483 109.326059) + (xy 170.931454 111.819088) + (xy 170.916426 111.831925) + (xy 170.905566 111.839815) + (xy 170.901145 111.844725) + (xy 170.901144 111.844726) + (xy 170.861114 111.889184) + (xy 170.856573 111.893969) + (xy 170.842528 111.908014) + (xy 170.840444 111.910588) + (xy 170.840441 111.910591) + (xy 170.830031 111.923446) + (xy 170.825747 111.928462) + (xy 170.785717 111.97292) + (xy 170.785713 111.972925) + (xy 170.781296 111.977831) + (xy 170.775978 111.987043) + (xy 170.774589 111.989448) + (xy 170.763391 112.005741) + (xy 170.754953 112.016161) + (xy 170.724787 112.075363) + (xy 170.721654 112.081133) + (xy 170.69174 112.132945) + (xy 170.691738 112.13295) + (xy 170.688436 112.138669) + (xy 170.686395 112.144949) + (xy 170.686392 112.144957) + (xy 170.684292 112.151421) + (xy 170.676728 112.169683) + (xy 170.673637 112.175749) + (xy 170.673634 112.175758) + (xy 170.670638 112.181637) + (xy 170.668929 112.188015) + (xy 170.653444 112.245804) + (xy 170.651578 112.252106) + (xy 170.631046 112.315298) + (xy 170.630356 112.321866) + (xy 170.629645 112.328628) + (xy 170.626042 112.348071) + (xy 170.62257 112.361029) + (xy 170.622225 112.367619) + (xy 170.622224 112.367623) + (xy 170.619093 112.427367) + (xy 170.618577 112.433931) + (xy 170.6165 112.453694) + (xy 170.6165 112.473555) + (xy 170.616327 112.48015) + (xy 170.615119 112.503206) + (xy 170.61285 112.546493) + (xy 170.613882 112.553007) + (xy 170.614949 112.559744) + (xy 170.6165 112.579456) + (xy 170.6165 116.128585) + (xy 170.596498 116.196706) + (xy 170.579595 116.21768) + (xy 170.079217 116.718058) + (xy 170.004605 116.843813) + (xy 170.002884 116.847968) + (xy 169.992873 116.872137) + (xy 169.990203 116.878584) + (xy 169.988753 116.882084) + (xy 169.987803 116.88532) + (xy 169.9878 116.885328) + (xy 169.966666 116.957305) + (xy 169.957815 116.98745) + (xy 169.953771 117.088619) + (xy 169.952594 117.133579) + (xy 169.952594 117.976238) + (xy 161.376031 117.976238) + (xy 161.391648 117.96182) + (xy 161.392139 117.962352) + (xy 161.393211 117.960876) + (xy 161.393082 117.960747) + (xy 161.396276 117.957553) + (xy 161.39698 117.956943) + (xy 161.398177 117.955793) + (xy 161.400237 117.953892) + (xy 161.400283 117.953848) + (xy 161.400571 117.953583) + (xy 161.433206 117.922612) + (xy 161.558268 117.798036) + (xy 161.586182 117.770231) + (xy 161.648561 117.736328) + (xy 161.675104 117.7335) + (xy 163.070543 117.7335) + (xy 163.090255 117.735051) + (xy 163.103507 117.73715) + (xy 163.110094 117.736805) + (xy 163.110098 117.736805) + (xy 163.16985 117.733673) + (xy 163.176445 117.7335) + (xy 163.196306 117.7335) + (xy 163.216069 117.731423) + (xy 163.222628 117.730907) + (xy 163.238427 117.730079) + (xy 163.282377 117.727776) + (xy 163.282381 117.727775) + (xy 163.288971 117.72743) + (xy 163.301929 117.723958) + (xy 163.321372 117.720355) + (xy 163.321795 117.720311) + (xy 163.334702 117.718954) + (xy 163.397894 117.698422) + (xy 163.404196 117.696556) + (xy 163.461985 117.681071) + (xy 163.468363 117.679362) + (xy 163.474242 117.676366) + (xy 163.474251 117.676363) + (xy 163.480317 117.673272) + (xy 163.498579 117.665708) + (xy 163.505043 117.663608) + (xy 163.505051 117.663605) + (xy 163.511331 117.661564) + (xy 163.51705 117.658262) + (xy 163.517055 117.65826) + (xy 163.568867 117.628346) + (xy 163.574637 117.625213) + (xy 163.633839 117.595047) + (xy 163.644259 117.586609) + (xy 163.660552 117.575411) + (xy 163.660903 117.575209) + (xy 163.672169 117.568704) + (xy 163.677075 117.564287) + (xy 163.67708 117.564283) + (xy 163.721538 117.524253) + (xy 163.726554 117.519969) + (xy 163.739409 117.509559) + (xy 163.739412 117.509556) + (xy 163.741986 117.507472) + (xy 163.756031 117.493427) + (xy 163.760816 117.488886) + (xy 163.805274 117.448856) + (xy 163.805275 117.448855) + (xy 163.810185 117.444434) + (xy 163.818075 117.433574) + (xy 163.830912 117.418546) + (xy 170.308546 110.940912) + (xy 170.323574 110.928075) + (xy 170.334434 110.920185) + (xy 170.343878 110.909697) + (xy 170.378886 110.870816) + (xy 170.383427 110.866031) + (xy 170.397472 110.851986) + (xy 170.399559 110.849409) + (xy 170.409969 110.836554) + (xy 170.414253 110.831538) + (xy 170.454283 110.78708) + (xy 170.454287 110.787075) + (xy 170.458704 110.782169) + (xy 170.465411 110.770552) + (xy 170.476609 110.754259) + (xy 170.480891 110.748971) + (xy 170.485047 110.743839) + (xy 170.515213 110.684637) + (xy 170.518346 110.678867) + (xy 170.54826 110.627055) + (xy 170.548262 110.62705) + (xy 170.551564 110.621331) + (xy 170.553605 110.615051) + (xy 170.553608 110.615043) + (xy 170.555708 110.608579) + (xy 170.563272 110.590317) + (xy 170.566365 110.584245) + (xy 170.569362 110.578363) + (xy 170.586559 110.514183) + (xy 170.588424 110.507888) + (xy 170.608954 110.444702) + (xy 170.609644 110.438133) + (xy 170.609646 110.438126) + (xy 170.610358 110.431355) + (xy 170.613958 110.411926) + (xy 170.617429 110.398971) + (xy 170.618409 110.380285) + (xy 170.620905 110.332652) + (xy 170.621422 110.326078) + (xy 170.621726 110.323183) + (xy 170.6235 110.306306) + (xy 170.6235 110.286426) + (xy 170.623673 110.279831) + (xy 170.626804 110.220098) + (xy 170.626804 110.220094) + (xy 170.627149 110.213507) + (xy 170.625051 110.20026) + (xy 170.6235 110.18055) + (xy 170.6235 99.0095) + (xy 170.643502 98.941379) + (xy 170.697158 98.894886) + (xy 170.7495 98.8835) + (xy 172.471502 98.8835) + (xy 172.539623 98.903502) + (xy 172.560662 98.920469) + (xy 172.613935 98.973819) + (xy 172.617288 98.977177) + (xy 172.617287 98.977177) + (xy 172.617288 98.977178) + (xy 172.617288 98.977177) + (xy 172.828727 99.188285) + (xy 172.954482 99.262896) + (xy 172.992749 99.278746) + (xy 172.995981 99.279695) + (xy 172.995984 99.279696) + (xy 173.024359 99.288027) + (xy 173.098135 99.309688) + (xy 173.187144 99.313244) + (xy 173.187115 99.313977) + (xy 173.188925 99.313686) + (xy 173.188925 99.3135) + (xy 173.193435 99.3135) + (xy 173.194358 99.313566) + (xy 173.196056 99.3136) + (xy 173.198958 99.313716) + (xy 173.198966 99.313716) + (xy 173.199285 99.313729) + (xy 173.244264 99.314904) + (xy 173.244857 99.314907) + (xy 173.244898 99.314908) + (xy 173.43612 99.315977) + (xy 173.529699 99.3165) + (xy 173.529927 99.316499) + (xy 173.529977 99.316499) + (xy 173.857857 99.314942) + (xy 173.857859 99.314942) + (xy 173.865586 99.314905) + (xy 174.007266 99.278741) + (xy 174.017606 99.274458) + (xy 174.042386 99.264194) + (xy 174.042396 99.264189) + (xy 174.045518 99.262896) + (xy 174.062243 99.253763) + (xy 174.135127 99.213966) + (xy 174.135129 99.213964) + (xy 174.141928 99.210252) + (xy 174.147619 99.204998) + (xy 174.147622 99.204996) + (xy 174.207388 99.14982) + (xy 174.207879 99.150352) + (xy 174.208951 99.148876) + (xy 174.208822 99.148747) + (xy 174.212016 99.145553) + (xy 174.21272 99.144943) + (xy 174.213917 99.143793) + (xy 174.215977 99.141892) + (xy 174.216023 99.141848) + (xy 174.216311 99.141583) + (xy 174.248946 99.110612) + (xy 174.470991 98.889512) + (xy 174.688283 98.671275) + (xy 174.692265 98.664564) + (xy 174.692267 98.664561) + (xy 174.760603 98.549383) + (xy 174.762895 98.54552) + (xy 174.774627 98.517196) + (xy 174.778747 98.507249) + (xy 174.780024 98.502902) + (xy 174.807505 98.4093) + (xy 174.809688 98.401865) + (xy 174.813244 98.312856) + (xy 174.813977 98.312885) + (xy 174.813686 98.311075) + (xy 174.8135 98.311075) + (xy 174.8135 98.306565) + (xy 174.813566 98.305642) + (xy 174.8136 98.303944) + (xy 174.813716 98.301042) + (xy 174.813716 98.301034) + (xy 174.813729 98.300715) + (xy 174.814904 98.255736) + (xy 174.816152 98.17568) + (xy 174.818283 98.038894) + (xy 182.343739 98.038894) + (xy 182.345094 98.365583) + (xy 182.381258 98.507263) + (xy 182.382983 98.511427) + (xy 182.39581 98.542395) + (xy 182.395815 98.542405) + (xy 182.397108 98.545527) + (xy 182.449748 98.641928) + (xy 182.455002 98.647619) + (xy 182.455004 98.647622) + (xy 182.481602 98.676433) + (xy 182.518417 98.716311) + (xy 182.549388 98.748946) + (xy 182.549952 98.749511) + (xy 182.549959 98.749518) + (xy 182.694047 98.893815) + (xy 182.777288 98.977177) + (xy 182.777287 98.977177) + (xy 182.777288 98.977178) + (xy 182.777288 98.977177) + (xy 182.988727 99.188285) + (xy 183.114482 99.262896) + (xy 183.152749 99.278746) + (xy 183.155981 99.279695) + (xy 183.155984 99.279696) + (xy 183.184359 99.288027) + (xy 183.258135 99.309688) + (xy 183.340458 99.312977) + (xy 183.358958 99.313716) + (xy 183.358966 99.313716) + (xy 183.359285 99.313729) + (xy 183.404264 99.314904) + (xy 183.404857 99.314907) + (xy 183.404898 99.314908) + (xy 183.59612 99.315977) + (xy 183.689699 99.3165) + (xy 183.689927 99.316499) + (xy 183.689977 99.316499) + (xy 184.017857 99.314942) + (xy 184.017859 99.314942) + (xy 184.025586 99.314905) + (xy 184.167266 99.278741) + (xy 184.177606 99.274458) + (xy 184.202386 99.264194) + (xy 184.202396 99.264189) + (xy 184.205518 99.262896) + (xy 184.222243 99.253763) + (xy 184.295127 99.213966) + (xy 184.295129 99.213964) + (xy 184.301928 99.210252) + (xy 184.307619 99.204998) + (xy 184.307622 99.204996) + (xy 184.336666 99.178183) + (xy 184.376311 99.141583) + (xy 184.408946 99.110612) + (xy 184.630991 98.889512) + (xy 184.848283 98.671275) + (xy 184.852265 98.664564) + (xy 184.852267 98.664561) + (xy 184.920603 98.549383) + (xy 184.922895 98.54552) + (xy 184.934627 98.517196) + (xy 184.938747 98.507249) + (xy 184.940024 98.502902) + (xy 184.967505 98.4093) + (xy 184.969688 98.401865) + (xy 184.973361 98.309921) + (xy 184.973716 98.301042) + (xy 184.973716 98.301034) + (xy 184.973729 98.300715) + (xy 184.974904 98.255736) + (xy 184.976152 98.17568) + (xy 184.978427 98.029654) + (xy 184.97873 98.007942) + (xy 184.978741 98.007175) + (xy 184.97864 97.997388) + (xy 184.974984 97.641985) + (xy 184.974984 97.641983) + (xy 184.974906 97.634429) + (xy 184.967493 97.605384) + (xy 184.939859 97.497109) + (xy 184.939858 97.497106) + (xy 184.938746 97.492749) + (xy 184.922896 97.454482) + (xy 184.920781 97.450609) + (xy 184.873966 97.364873) + (xy 184.873964 97.364871) + (xy 184.870252 97.358072) + (xy 184.864998 97.352381) + (xy 184.864996 97.352378) + (xy 184.838013 97.32315) + (xy 184.801583 97.283689) + (xy 184.770612 97.251054) + (xy 184.33128 96.811721) + (xy 184.286668 96.785251) + (xy 184.209399 96.739405) + (xy 184.209395 96.739403) + (xy 184.205527 96.737108) + (xy 184.167263 96.721258) + (xy 184.061876 96.690313) + (xy 183.960712 96.686271) + (xy 183.960336 96.686261) + (xy 183.960272 96.686259) + (xy 183.916413 96.68511) + (xy 183.916374 96.685109) + (xy 183.915746 96.685093) + (xy 183.611922 96.684043) + (xy 183.61162 96.684044) + (xy 183.30221 96.685068) + (xy 183.302208 96.685068) + (xy 183.294432 96.685094) + (xy 183.152751 96.721253) + (xy 183.142804 96.725373) + (xy 183.11448 96.737105) + (xy 183.111521 96.738721) + (xy 183.024873 96.786034) + (xy 183.024871 96.786035) + (xy 183.018072 96.789748) + (xy 183.012381 96.795002) + (xy 183.012378 96.795004) + (xy 182.991226 96.814532) + (xy 182.943689 96.858417) + (xy 182.911054 96.889388) + (xy 182.471715 97.328727) + (xy 182.397104 97.454482) + (xy 182.381259 97.492734) + (xy 182.350313 97.598124) + (xy 182.346271 97.699288) + (xy 182.346261 97.699664) + (xy 182.346259 97.699728) + (xy 182.345142 97.742373) + (xy 182.345093 97.744254) + (xy 182.343739 98.038894) + (xy 174.818283 98.038894) + (xy 174.818427 98.029654) + (xy 174.81873 98.007942) + (xy 174.818741 98.007175) + (xy 174.81864 97.997388) + (xy 174.814984 97.641985) + (xy 174.814984 97.641983) + (xy 174.814906 97.634429) + (xy 174.807493 97.605384) + (xy 174.779859 97.497109) + (xy 174.779858 97.497106) + (xy 174.778746 97.492749) + (xy 174.762896 97.454482) + (xy 174.760781 97.450609) + (xy 174.713966 97.364873) + (xy 174.713964 97.364871) + (xy 174.710252 97.358072) + (xy 174.704998 97.352381) + (xy 174.704996 97.352378) + (xy 174.64982 97.292612) + (xy 174.650352 97.292121) + (xy 174.648876 97.291049) + (xy 174.648747 97.291178) + (xy 174.645553 97.287984) + (xy 174.644943 97.28728) + (xy 174.643793 97.286083) + (xy 174.641892 97.284023) + (xy 174.641848 97.283977) + (xy 174.641583 97.283689) + (xy 174.610612 97.251054) + (xy 174.17128 96.811721) + (xy 174.126668 96.785251) + (xy 174.049399 96.739405) + (xy 174.049395 96.739403) + (xy 174.045527 96.737108) + (xy 174.007263 96.721258) + (xy 173.901876 96.690313) + (xy 173.812857 96.686756) + (xy 173.812886 96.686027) + (xy 173.811075 96.686318) + (xy 173.811075 96.6865) + (xy 173.806588 96.6865) + (xy 173.805665 96.686434) + (xy 173.80394 96.6864) + (xy 173.801123 96.686287) + (xy 173.801069 96.686285) + (xy 173.800712 96.686271) + (xy 173.785583 96.685875) + (xy 173.756413 96.68511) + (xy 173.756374 96.685109) + (xy 173.755746 96.685093) + (xy 173.451922 96.684043) + (xy 173.45162 96.684044) + (xy 173.14221 96.685068) + (xy 173.142208 96.685068) + (xy 173.134432 96.685094) + (xy 172.992751 96.721253) + (xy 172.982804 96.725373) + (xy 172.95448 96.737105) + (xy 172.951521 96.738721) + (xy 172.864873 96.786034) + (xy 172.864871 96.786035) + (xy 172.858072 96.789748) + (xy 172.852381 96.795002) + (xy 172.852378 96.795004) + (xy 172.792612 96.85018) + (xy 172.792121 96.849648) + (xy 172.791049 96.851124) + (xy 172.791178 96.851253) + (xy 172.787984 96.854447) + (xy 172.78728 96.855057) + (xy 172.786083 96.856207) + (xy 172.784023 96.858108) + (xy 172.783977 96.858152) + (xy 172.783689 96.858417) + (xy 172.751054 96.889388) + (xy 172.560847 97.079595) + (xy 172.498535 97.113621) + (xy 172.471752 97.1165) + (xy 170.7495 97.1165) + (xy 170.681379 97.096498) + (xy 170.634886 97.042842) + (xy 170.6235 96.9905) + (xy 170.6235 90.0095) + (xy 170.643502 89.941379) + (xy 170.697158 89.894886) + (xy 170.7495 89.8835) + (xy 172.471502 89.8835) + (xy 172.539623 89.903502) + (xy 172.560662 89.920469) + (xy 172.617288 89.977177) + (xy 172.617287 89.977177) + (xy 172.617288 89.977178) + (xy 172.617288 89.977177) + (xy 172.828727 90.188285) + (xy 172.865752 90.210252) + (xy 172.923188 90.244329) + (xy 172.954482 90.262896) + (xy 172.992749 90.278746) + (xy 172.995981 90.279695) + (xy 172.995984 90.279696) + (xy 173.029666 90.289585) + (xy 173.098135 90.309688) + (xy 173.187144 90.313244) + (xy 173.187115 90.313977) + (xy 173.188925 90.313686) + (xy 173.188925 90.3135) + (xy 173.193435 90.3135) + (xy 173.194358 90.313566) + (xy 173.196056 90.3136) + (xy 173.198958 90.313716) + (xy 173.198966 90.313716) + (xy 173.199285 90.313729) + (xy 173.244264 90.314904) + (xy 173.244857 90.314907) + (xy 173.244898 90.314908) + (xy 173.43612 90.315977) + (xy 173.529699 90.3165) + (xy 173.529927 90.316499) + (xy 173.529977 90.316499) + (xy 173.857857 90.314942) + (xy 173.857859 90.314942) + (xy 173.865586 90.314905) + (xy 174.007266 90.278741) + (xy 174.017606 90.274458) + (xy 174.042386 90.264194) + (xy 174.042396 90.264189) + (xy 174.045518 90.262896) + (xy 174.109636 90.227885) + (xy 174.135127 90.213966) + (xy 174.135129 90.213964) + (xy 174.141928 90.210252) + (xy 174.147619 90.204998) + (xy 174.147622 90.204996) + (xy 174.207388 90.14982) + (xy 174.207879 90.150352) + (xy 174.208951 90.148876) + (xy 174.208822 90.148747) + (xy 174.212016 90.145553) + (xy 174.21272 90.144943) + (xy 174.213917 90.143793) + (xy 174.215977 90.141892) + (xy 174.216023 90.141848) + (xy 174.216311 90.141583) + (xy 174.248946 90.110612) + (xy 174.470991 89.889512) + (xy 174.688283 89.671275) + (xy 174.692265 89.664564) + (xy 174.692267 89.664561) + (xy 174.760603 89.549383) + (xy 174.762895 89.54552) + (xy 174.774627 89.517196) + (xy 174.778747 89.507249) + (xy 174.77988 89.503393) + (xy 174.807505 89.4093) + (xy 174.809688 89.401865) + (xy 174.813244 89.312856) + (xy 174.813977 89.312885) + (xy 174.813686 89.311075) + (xy 174.8135 89.311075) + (xy 174.8135 89.306565) + (xy 174.813566 89.305642) + (xy 174.8136 89.303944) + (xy 174.813716 89.301042) + (xy 174.813716 89.301033) + (xy 174.813729 89.300715) + (xy 174.814904 89.255736) + (xy 174.815346 89.227418) + (xy 174.818283 89.038894) + (xy 182.343739 89.038894) + (xy 182.345094 89.365583) + (xy 182.381258 89.507263) + (xy 182.382983 89.511427) + (xy 182.39581 89.542395) + (xy 182.395815 89.542405) + (xy 182.397108 89.545527) + (xy 182.449748 89.641928) + (xy 182.455002 89.647619) + (xy 182.455004 89.647622) + (xy 182.481817 89.676666) + (xy 182.518417 89.716311) + (xy 182.549388 89.748946) + (xy 182.777288 89.977177) + (xy 182.777287 89.977177) + (xy 182.777288 89.977178) + (xy 182.777288 89.977177) + (xy 182.988727 90.188285) + (xy 183.025752 90.210252) + (xy 183.083188 90.244329) + (xy 183.114482 90.262896) + (xy 183.152749 90.278746) + (xy 183.155981 90.279695) + (xy 183.155984 90.279696) + (xy 183.189666 90.289585) + (xy 183.258135 90.309688) + (xy 183.340458 90.312977) + (xy 183.358958 90.313716) + (xy 183.358966 90.313716) + (xy 183.359285 90.313729) + (xy 183.404264 90.314904) + (xy 183.404857 90.314907) + (xy 183.404898 90.314908) + (xy 183.59612 90.315977) + (xy 183.689699 90.3165) + (xy 183.689927 90.316499) + (xy 183.689977 90.316499) + (xy 184.017857 90.314942) + (xy 184.017859 90.314942) + (xy 184.025586 90.314905) + (xy 184.167266 90.278741) + (xy 184.177606 90.274458) + (xy 184.202386 90.264194) + (xy 184.202396 90.264189) + (xy 184.205518 90.262896) + (xy 184.269636 90.227885) + (xy 184.295127 90.213966) + (xy 184.295129 90.213964) + (xy 184.301928 90.210252) + (xy 184.307619 90.204998) + (xy 184.307622 90.204996) + (xy 184.347963 90.167753) + (xy 184.376311 90.141583) + (xy 184.408946 90.110612) + (xy 184.630991 89.889512) + (xy 184.848283 89.671275) + (xy 184.852265 89.664564) + (xy 184.852267 89.664561) + (xy 184.920603 89.549383) + (xy 184.922895 89.54552) + (xy 184.934627 89.517196) + (xy 184.938747 89.507249) + (xy 184.93988 89.503393) + (xy 184.967505 89.4093) + (xy 184.969688 89.401865) + (xy 184.973361 89.309921) + (xy 184.973716 89.301042) + (xy 184.973716 89.301033) + (xy 184.973729 89.300715) + (xy 184.974904 89.255736) + (xy 184.975346 89.227418) + (xy 184.978427 89.029654) + (xy 184.97855 89.020847) + (xy 184.978741 89.007175) + (xy 184.978372 88.971271) + (xy 184.974984 88.641985) + (xy 184.974984 88.641983) + (xy 184.974906 88.634429) + (xy 184.938746 88.492749) + (xy 184.922896 88.454482) + (xy 184.920781 88.450609) + (xy 184.873966 88.364873) + (xy 184.873964 88.364871) + (xy 184.870252 88.358072) + (xy 184.864998 88.352381) + (xy 184.864996 88.352378) + (xy 184.838013 88.32315) + (xy 184.801583 88.283689) + (xy 184.770612 88.251054) + (xy 184.33128 87.811721) + (xy 184.286668 87.785251) + (xy 184.209399 87.739405) + (xy 184.209395 87.739403) + (xy 184.205527 87.737108) + (xy 184.167263 87.721258) + (xy 184.061876 87.690313) + (xy 183.960712 87.686271) + (xy 183.960336 87.686261) + (xy 183.960272 87.686259) + (xy 183.916413 87.68511) + (xy 183.916374 87.685109) + (xy 183.915746 87.685093) + (xy 183.611922 87.684043) + (xy 183.61162 87.684044) + (xy 183.30221 87.685068) + (xy 183.302208 87.685068) + (xy 183.294432 87.685094) + (xy 183.152751 87.721253) + (xy 183.142804 87.725373) + (xy 183.11448 87.737105) + (xy 183.103681 87.743002) + (xy 183.024873 87.786034) + (xy 183.024871 87.786035) + (xy 183.018072 87.789748) + (xy 183.012381 87.795002) + (xy 183.012378 87.795004) + (xy 182.988233 87.817295) + (xy 182.943689 87.858417) + (xy 182.911054 87.889388) + (xy 182.471715 88.328727) + (xy 182.397104 88.454482) + (xy 182.381259 88.492734) + (xy 182.350313 88.598124) + (xy 182.346271 88.699288) + (xy 182.345093 88.744254) + (xy 182.343739 89.038894) + (xy 174.818283 89.038894) + (xy 174.818427 89.029654) + (xy 174.81855 89.020847) + (xy 174.818741 89.007175) + (xy 174.818372 88.971271) + (xy 174.814984 88.641985) + (xy 174.814984 88.641983) + (xy 174.814906 88.634429) + (xy 174.778746 88.492749) + (xy 174.762896 88.454482) + (xy 174.760781 88.450609) + (xy 174.713966 88.364873) + (xy 174.713964 88.364871) + (xy 174.710252 88.358072) + (xy 174.704998 88.352381) + (xy 174.704996 88.352378) + (xy 174.64982 88.292612) + (xy 174.650352 88.292121) + (xy 174.648876 88.291049) + (xy 174.648747 88.291178) + (xy 174.645553 88.287984) + (xy 174.644943 88.28728) + (xy 174.643793 88.286083) + (xy 174.641892 88.284023) + (xy 174.641848 88.283977) + (xy 174.641583 88.283689) + (xy 174.610612 88.251054) + (xy 174.17128 87.811721) + (xy 174.126668 87.785251) + (xy 174.049399 87.739405) + (xy 174.049395 87.739403) + (xy 174.045527 87.737108) + (xy 174.007263 87.721258) + (xy 173.901876 87.690313) + (xy 173.812857 87.686756) + (xy 173.812886 87.686027) + (xy 173.811075 87.686318) + (xy 173.811075 87.6865) + (xy 173.806588 87.6865) + (xy 173.805665 87.686434) + (xy 173.80394 87.6864) + (xy 173.801123 87.686287) + (xy 173.801069 87.686285) + (xy 173.800712 87.686271) + (xy 173.785583 87.685875) + (xy 173.756413 87.68511) + (xy 173.756374 87.685109) + (xy 173.755746 87.685093) + (xy 173.451922 87.684043) + (xy 173.45162 87.684044) + (xy 173.14221 87.685068) + (xy 173.142208 87.685068) + (xy 173.134432 87.685094) + (xy 172.992751 87.721253) + (xy 172.982804 87.725373) + (xy 172.95448 87.737105) + (xy 172.943681 87.743002) + (xy 172.864873 87.786034) + (xy 172.864871 87.786035) + (xy 172.858072 87.789748) + (xy 172.852381 87.795002) + (xy 172.852378 87.795004) + (xy 172.792612 87.85018) + (xy 172.792121 87.849648) + (xy 172.791049 87.851124) + (xy 172.791178 87.851253) + (xy 172.787984 87.854447) + (xy 172.78728 87.855057) + (xy 172.786083 87.856207) + (xy 172.784023 87.858108) + (xy 172.783977 87.858152) + (xy 172.783689 87.858417) + (xy 172.751054 87.889388) + (xy 172.560847 88.079595) + (xy 172.498535 88.113621) + (xy 172.471752 88.1165) + (xy 170.7495 88.1165) + (xy 170.681379 88.096498) + (xy 170.634886 88.042842) + (xy 170.6235 87.9905) + (xy 170.6235 81.0095) + (xy 170.643502 80.941379) + (xy 170.697158 80.894886) + (xy 170.7495 80.8835) + (xy 172.471502 80.8835) + (xy 172.539623 80.903502) + (xy 172.560662 80.920469) + (xy 172.617288 80.977177) + (xy 172.617287 80.977177) + (xy 172.617288 80.977178) + (xy 172.617288 80.977177) + (xy 172.828727 81.188285) + (xy 172.835481 81.192292) + (xy 172.929089 81.24783) + (xy 172.954482 81.262896) + (xy 172.992749 81.278746) + (xy 172.995981 81.279695) + (xy 172.995984 81.279696) + (xy 173.029802 81.289625) + (xy 173.098135 81.309688) + (xy 173.187144 81.313244) + (xy 173.187115 81.313977) + (xy 173.188925 81.313686) + (xy 173.188925 81.3135) + (xy 173.193435 81.3135) + (xy 173.194358 81.313566) + (xy 173.196056 81.3136) + (xy 173.198958 81.313716) + (xy 173.198966 81.313716) + (xy 173.199285 81.313729) + (xy 173.244264 81.314904) + (xy 173.244857 81.314907) + (xy 173.244898 81.314908) + (xy 173.43612 81.315977) + (xy 173.529699 81.3165) + (xy 173.529927 81.316499) + (xy 173.529977 81.316499) + (xy 173.857857 81.314942) + (xy 173.857859 81.314942) + (xy 173.865586 81.314905) + (xy 174.007266 81.278741) + (xy 174.017606 81.274458) + (xy 174.042386 81.264194) + (xy 174.042396 81.264189) + (xy 174.045518 81.262896) + (xy 174.083035 81.24241) + (xy 174.135127 81.213966) + (xy 174.135129 81.213964) + (xy 174.141928 81.210252) + (xy 174.147619 81.204998) + (xy 174.147622 81.204996) + (xy 174.207388 81.14982) + (xy 174.207879 81.150352) + (xy 174.208951 81.148876) + (xy 174.208822 81.148747) + (xy 174.212016 81.145553) + (xy 174.21272 81.144943) + (xy 174.213917 81.143793) + (xy 174.215977 81.141892) + (xy 174.216023 81.141848) + (xy 174.216311 81.141583) + (xy 174.248946 81.110612) + (xy 174.470991 80.889512) + (xy 174.688283 80.671275) + (xy 174.692265 80.664564) + (xy 174.692267 80.664561) + (xy 174.760603 80.549383) + (xy 174.762895 80.54552) + (xy 174.774627 80.517196) + (xy 174.778747 80.507249) + (xy 174.780024 80.502902) + (xy 174.807505 80.4093) + (xy 174.809688 80.401865) + (xy 174.813244 80.312856) + (xy 174.813977 80.312885) + (xy 174.813686 80.311075) + (xy 174.8135 80.311075) + (xy 174.8135 80.306565) + (xy 174.813566 80.305642) + (xy 174.8136 80.303944) + (xy 174.813716 80.301042) + (xy 174.813716 80.301034) + (xy 174.813729 80.300715) + (xy 174.814904 80.255736) + (xy 174.815045 80.246735) + (xy 174.818283 80.038894) + (xy 182.343739 80.038894) + (xy 182.345094 80.365583) + (xy 182.381258 80.507263) + (xy 182.382983 80.511427) + (xy 182.39581 80.542395) + (xy 182.395815 80.542405) + (xy 182.397108 80.545527) + (xy 182.449748 80.641928) + (xy 182.455002 80.647619) + (xy 182.455004 80.647622) + (xy 182.476902 80.671342) + (xy 182.518417 80.716311) + (xy 182.549388 80.748946) + (xy 182.549952 80.749511) + (xy 182.549959 80.749518) + (xy 182.711807 80.911601) + (xy 182.777288 80.977177) + (xy 182.777287 80.977177) + (xy 182.777288 80.977178) + (xy 182.777288 80.977177) + (xy 182.988727 81.188285) + (xy 182.995481 81.192292) + (xy 183.089089 81.24783) + (xy 183.114482 81.262896) + (xy 183.152749 81.278746) + (xy 183.155981 81.279695) + (xy 183.155984 81.279696) + (xy 183.189802 81.289625) + (xy 183.258135 81.309688) + (xy 183.340458 81.312977) + (xy 183.358958 81.313716) + (xy 183.358966 81.313716) + (xy 183.359285 81.313729) + (xy 183.404264 81.314904) + (xy 183.404857 81.314907) + (xy 183.404898 81.314908) + (xy 183.59612 81.315977) + (xy 183.689699 81.3165) + (xy 183.689927 81.316499) + (xy 183.689977 81.316499) + (xy 184.017857 81.314942) + (xy 184.017859 81.314942) + (xy 184.025586 81.314905) + (xy 184.167266 81.278741) + (xy 184.177606 81.274458) + (xy 184.202386 81.264194) + (xy 184.202396 81.264189) + (xy 184.205518 81.262896) + (xy 184.243035 81.24241) + (xy 184.295127 81.213966) + (xy 184.295129 81.213964) + (xy 184.301928 81.210252) + (xy 184.307619 81.204998) + (xy 184.307622 81.204996) + (xy 184.366812 81.150352) + (xy 184.376311 81.141583) + (xy 184.408946 81.110612) + (xy 184.630991 80.889512) + (xy 184.848283 80.671275) + (xy 184.852265 80.664564) + (xy 184.852267 80.664561) + (xy 184.920603 80.549383) + (xy 184.922895 80.54552) + (xy 184.934627 80.517196) + (xy 184.938747 80.507249) + (xy 184.940024 80.502902) + (xy 184.967505 80.4093) + (xy 184.969688 80.401865) + (xy 184.973361 80.309921) + (xy 184.973716 80.301042) + (xy 184.973716 80.301034) + (xy 184.973729 80.300715) + (xy 184.974904 80.255736) + (xy 184.975045 80.246735) + (xy 184.978427 80.029654) + (xy 184.978631 80.015021) + (xy 184.978741 80.007175) + (xy 184.976166 79.756876) + (xy 184.974984 79.641985) + (xy 184.974984 79.641983) + (xy 184.974906 79.634429) + (xy 184.938746 79.492749) + (xy 184.922896 79.454482) + (xy 184.903056 79.418148) + (xy 184.873966 79.364873) + (xy 184.873964 79.364871) + (xy 184.870252 79.358072) + (xy 184.864998 79.352381) + (xy 184.864996 79.352378) + (xy 184.838013 79.32315) + (xy 184.801583 79.283689) + (xy 184.770612 79.251054) + (xy 184.33128 78.811721) + (xy 184.253155 78.765367) + (xy 184.209399 78.739405) + (xy 184.209395 78.739403) + (xy 184.205527 78.737108) + (xy 184.167263 78.721258) + (xy 184.061876 78.690313) + (xy 183.960712 78.686271) + (xy 183.960336 78.686261) + (xy 183.960272 78.686259) + (xy 183.916413 78.68511) + (xy 183.916374 78.685109) + (xy 183.915746 78.685093) + (xy 183.611922 78.684043) + (xy 183.61162 78.684044) + (xy 183.30221 78.685068) + (xy 183.302208 78.685068) + (xy 183.294432 78.685094) + (xy 183.152751 78.721253) + (xy 183.142804 78.725373) + (xy 183.11448 78.737105) + (xy 183.111521 78.738721) + (xy 183.024873 78.786034) + (xy 183.024871 78.786035) + (xy 183.018072 78.789748) + (xy 183.012381 78.795002) + (xy 183.012378 78.795004) + (xy 182.990396 78.815298) + (xy 182.943689 78.858417) + (xy 182.911054 78.889388) + (xy 182.471715 79.328727) + (xy 182.397104 79.454482) + (xy 182.381259 79.492734) + (xy 182.350313 79.598124) + (xy 182.346271 79.699288) + (xy 182.345093 79.744254) + (xy 182.343739 80.038894) + (xy 174.818283 80.038894) + (xy 174.818427 80.029654) + (xy 174.818631 80.015021) + (xy 174.818741 80.007175) + (xy 174.816166 79.756876) + (xy 174.814984 79.641985) + (xy 174.814984 79.641983) + (xy 174.814906 79.634429) + (xy 174.778746 79.492749) + (xy 174.762896 79.454482) + (xy 174.743056 79.418148) + (xy 174.713966 79.364873) + (xy 174.713964 79.364871) + (xy 174.710252 79.358072) + (xy 174.704998 79.352381) + (xy 174.704996 79.352378) + (xy 174.64982 79.292612) + (xy 174.650352 79.292121) + (xy 174.648876 79.291049) + (xy 174.648747 79.291178) + (xy 174.645553 79.287984) + (xy 174.644943 79.28728) + (xy 174.643793 79.286083) + (xy 174.641892 79.284023) + (xy 174.641848 79.283977) + (xy 174.641583 79.283689) + (xy 174.610612 79.251054) + (xy 174.17128 78.811721) + (xy 174.093155 78.765367) + (xy 174.049399 78.739405) + (xy 174.049395 78.739403) + (xy 174.045527 78.737108) + (xy 174.007263 78.721258) + (xy 173.901876 78.690313) + (xy 173.812857 78.686756) + (xy 173.812886 78.686027) + (xy 173.811075 78.686318) + (xy 173.811075 78.6865) + (xy 173.806588 78.6865) + (xy 173.805665 78.686434) + (xy 173.80394 78.6864) + (xy 173.801123 78.686287) + (xy 173.801069 78.686285) + (xy 173.800712 78.686271) + (xy 173.785583 78.685875) + (xy 173.756413 78.68511) + (xy 173.756374 78.685109) + (xy 173.755746 78.685093) + (xy 173.451922 78.684043) + (xy 173.45162 78.684044) + (xy 173.14221 78.685068) + (xy 173.142208 78.685068) + (xy 173.134432 78.685094) + (xy 172.992751 78.721253) + (xy 172.982804 78.725373) + (xy 172.95448 78.737105) + (xy 172.951521 78.738721) + (xy 172.864873 78.786034) + (xy 172.864871 78.786035) + (xy 172.858072 78.789748) + (xy 172.852381 78.795002) + (xy 172.852378 78.795004) + (xy 172.792612 78.85018) + (xy 172.792121 78.849648) + (xy 172.791049 78.851124) + (xy 172.791178 78.851253) + (xy 172.787984 78.854447) + (xy 172.78728 78.855057) + (xy 172.786083 78.856207) + (xy 172.784023 78.858108) + (xy 172.783977 78.858152) + (xy 172.783689 78.858417) + (xy 172.751054 78.889388) + (xy 172.560847 79.079595) + (xy 172.498535 79.113621) + (xy 172.471752 79.1165) + (xy 170.7495 79.1165) + (xy 170.681379 79.096498) + (xy 170.634886 79.042842) + (xy 170.6235 78.9905) + (xy 170.6235 72.0095) + (xy 170.643502 71.941379) + (xy 170.697158 71.894886) + (xy 170.7495 71.8835) + (xy 172.391502 71.8835) + (xy 172.459623 71.903502) + (xy 172.480662 71.920469) + (xy 172.501542 71.941379) + (xy 172.537288 71.977177) + (xy 172.537287 71.977177) + (xy 172.537288 71.977178) + (xy 172.537288 71.977177) + (xy 172.748727 72.188285) + (xy 172.874482 72.262896) + (xy 172.912749 72.278746) + (xy 172.915981 72.279695) + (xy 172.915984 72.279696) + (xy 172.949802 72.289625) + (xy 173.018135 72.309688) + (xy 173.107144 72.313244) + (xy 173.107115 72.313977) + (xy 173.108925 72.313686) + (xy 173.108925 72.3135) + (xy 173.113435 72.3135) + (xy 173.114358 72.313566) + (xy 173.116056 72.3136) + (xy 173.118958 72.313716) + (xy 173.118966 72.313716) + (xy 173.119285 72.313729) + (xy 173.164264 72.314904) + (xy 173.164857 72.314907) + (xy 173.164898 72.314908) + (xy 173.35612 72.315977) + (xy 173.449699 72.3165) + (xy 173.449927 72.316499) + (xy 173.449977 72.316499) + (xy 173.777857 72.314942) + (xy 173.777859 72.314942) + (xy 173.785586 72.314905) + (xy 173.927266 72.278741) + (xy 173.937606 72.274458) + (xy 173.962386 72.264194) + (xy 173.962396 72.264189) + (xy 173.965518 72.262896) + (xy 173.982243 72.253763) + (xy 174.055127 72.213966) + (xy 174.055129 72.213964) + (xy 174.061928 72.210252) + (xy 174.067619 72.204998) + (xy 174.067622 72.204996) + (xy 174.127388 72.14982) + (xy 174.127879 72.150352) + (xy 174.128951 72.148876) + (xy 174.128822 72.148747) + (xy 174.132016 72.145553) + (xy 174.13272 72.144943) + (xy 174.133917 72.143793) + (xy 174.135977 72.141892) + (xy 174.136023 72.141848) + (xy 174.136311 72.141583) + (xy 174.168946 72.110612) + (xy 174.390991 71.889512) + (xy 174.608283 71.671275) + (xy 174.612265 71.664564) + (xy 174.612267 71.664561) + (xy 174.680603 71.549383) + (xy 174.682895 71.54552) + (xy 174.694627 71.517196) + (xy 174.698747 71.507249) + (xy 174.700024 71.502902) + (xy 174.727505 71.4093) + (xy 174.729688 71.401865) + (xy 174.733244 71.312856) + (xy 174.733977 71.312885) + (xy 174.733686 71.311075) + (xy 174.7335 71.311075) + (xy 174.7335 71.306565) + (xy 174.733566 71.305642) + (xy 174.7336 71.303944) + (xy 174.733716 71.301042) + (xy 174.733716 71.301034) + (xy 174.733729 71.300715) + (xy 174.734904 71.255736) + (xy 174.735111 71.242485) + (xy 174.738283 71.038894) + (xy 182.263739 71.038894) + (xy 182.265094 71.365583) + (xy 182.301258 71.507263) + (xy 182.302983 71.511427) + (xy 182.31581 71.542395) + (xy 182.315815 71.542405) + (xy 182.317108 71.545527) + (xy 182.369748 71.641928) + (xy 182.375002 71.647619) + (xy 182.375004 71.647622) + (xy 182.401817 71.676666) + (xy 182.438417 71.716311) + (xy 182.469388 71.748946) + (xy 182.469952 71.749511) + (xy 182.469959 71.749518) + (xy 182.615116 71.894886) + (xy 182.697288 71.977177) + (xy 182.697287 71.977177) + (xy 182.697288 71.977178) + (xy 182.697288 71.977177) + (xy 182.908727 72.188285) + (xy 183.034482 72.262896) + (xy 183.072749 72.278746) + (xy 183.075981 72.279695) + (xy 183.075984 72.279696) + (xy 183.109802 72.289625) + (xy 183.178135 72.309688) + (xy 183.260458 72.312977) + (xy 183.278958 72.313716) + (xy 183.278966 72.313716) + (xy 183.279285 72.313729) + (xy 183.324264 72.314904) + (xy 183.324857 72.314907) + (xy 183.324898 72.314908) + (xy 183.51612 72.315977) + (xy 183.609699 72.3165) + (xy 183.609927 72.316499) + (xy 183.609977 72.316499) + (xy 183.937857 72.314942) + (xy 183.937859 72.314942) + (xy 183.945586 72.314905) + (xy 184.087266 72.278741) + (xy 184.097606 72.274458) + (xy 184.122386 72.264194) + (xy 184.122396 72.264189) + (xy 184.125518 72.262896) + (xy 184.142243 72.253763) + (xy 184.215127 72.213966) + (xy 184.215129 72.213964) + (xy 184.221928 72.210252) + (xy 184.227619 72.204998) + (xy 184.227622 72.204996) + (xy 184.256666 72.178183) + (xy 184.296311 72.141583) + (xy 184.328946 72.110612) + (xy 184.550991 71.889512) + (xy 184.768283 71.671275) + (xy 184.772265 71.664564) + (xy 184.772267 71.664561) + (xy 184.840603 71.549383) + (xy 184.842895 71.54552) + (xy 184.854627 71.517196) + (xy 184.858747 71.507249) + (xy 184.860024 71.502902) + (xy 184.887505 71.4093) + (xy 184.889688 71.401865) + (xy 184.893192 71.314149) + (xy 184.893716 71.301042) + (xy 184.893716 71.301034) + (xy 184.893729 71.300715) + (xy 184.894904 71.255736) + (xy 184.895111 71.242485) + (xy 184.898427 71.029654) + (xy 184.89873 71.007942) + (xy 184.898741 71.007175) + (xy 184.898733 71.006382) + (xy 184.894984 70.641985) + (xy 184.894984 70.641983) + (xy 184.894906 70.634429) + (xy 184.858746 70.492749) + (xy 184.842896 70.454482) + (xy 184.840781 70.450609) + (xy 184.793966 70.364873) + (xy 184.793964 70.364871) + (xy 184.790252 70.358072) + (xy 184.784998 70.352381) + (xy 184.784996 70.352378) + (xy 184.756417 70.321422) + (xy 184.721583 70.283689) + (xy 184.690612 70.251054) + (xy 184.25128 69.811721) + (xy 184.140514 69.746) + (xy 184.129399 69.739405) + (xy 184.129395 69.739403) + (xy 184.125527 69.737108) + (xy 184.087263 69.721258) + (xy 183.981876 69.690313) + (xy 183.880712 69.686271) + (xy 183.880336 69.686261) + (xy 183.880272 69.686259) + (xy 183.836413 69.68511) + (xy 183.836374 69.685109) + (xy 183.835746 69.685093) + (xy 183.531922 69.684043) + (xy 183.53162 69.684044) + (xy 183.22221 69.685068) + (xy 183.222208 69.685068) + (xy 183.214432 69.685094) + (xy 183.072751 69.721253) + (xy 183.062804 69.725373) + (xy 183.03448 69.737105) + (xy 183.01819 69.746) + (xy 182.944873 69.786034) + (xy 182.944871 69.786035) + (xy 182.938072 69.789748) + (xy 182.932381 69.795002) + (xy 182.932378 69.795004) + (xy 182.908233 69.817295) + (xy 182.863689 69.858417) + (xy 182.831054 69.889388) + (xy 182.391715 70.328727) + (xy 182.317104 70.454482) + (xy 182.301259 70.492734) + (xy 182.270313 70.598124) + (xy 182.266271 70.699288) + (xy 182.266261 70.699664) + (xy 182.266259 70.699728) + (xy 182.265479 70.729533) + (xy 182.265093 70.744254) + (xy 182.263739 71.038894) + (xy 174.738283 71.038894) + (xy 174.738427 71.029654) + (xy 174.73873 71.007942) + (xy 174.738741 71.007175) + (xy 174.738733 71.006382) + (xy 174.734984 70.641985) + (xy 174.734984 70.641983) + (xy 174.734906 70.634429) + (xy 174.698746 70.492749) + (xy 174.682896 70.454482) + (xy 174.680781 70.450609) + (xy 174.633966 70.364873) + (xy 174.633964 70.364871) + (xy 174.630252 70.358072) + (xy 174.624998 70.352381) + (xy 174.624996 70.352378) + (xy 174.56982 70.292612) + (xy 174.570352 70.292121) + (xy 174.568876 70.291049) + (xy 174.568747 70.291178) + (xy 174.565553 70.287984) + (xy 174.564943 70.28728) + (xy 174.563793 70.286083) + (xy 174.561892 70.284023) + (xy 174.561848 70.283977) + (xy 174.561583 70.283689) + (xy 174.530612 70.251054) + (xy 174.09128 69.811721) + (xy 173.980514 69.746) + (xy 173.969399 69.739405) + (xy 173.969395 69.739403) + (xy 173.965527 69.737108) + (xy 173.927263 69.721258) + (xy 173.821876 69.690313) + (xy 173.732857 69.686756) + (xy 173.732886 69.686027) + (xy 173.731075 69.686318) + (xy 173.731075 69.6865) + (xy 173.726588 69.6865) + (xy 173.725665 69.686434) + (xy 173.72394 69.6864) + (xy 173.721123 69.686287) + (xy 173.721069 69.686285) + (xy 173.720712 69.686271) + (xy 173.705583 69.685875) + (xy 173.676413 69.68511) + (xy 173.676374 69.685109) + (xy 173.675746 69.685093) + (xy 173.371922 69.684043) + (xy 173.37162 69.684044) + (xy 173.06221 69.685068) + (xy 173.062208 69.685068) + (xy 173.054432 69.685094) + (xy 172.912751 69.721253) + (xy 172.902804 69.725373) + (xy 172.87448 69.737105) + (xy 172.85819 69.746) + (xy 172.784873 69.786034) + (xy 172.784871 69.786035) + (xy 172.778072 69.789748) + (xy 172.772381 69.795002) + (xy 172.772378 69.795004) + (xy 172.712612 69.85018) + (xy 172.712121 69.849648) + (xy 172.711049 69.851124) + (xy 172.711178 69.851253) + (xy 172.707984 69.854447) + (xy 172.70728 69.855057) + (xy 172.706083 69.856207) + (xy 172.704023 69.858108) + (xy 172.703977 69.858152) + (xy 172.703689 69.858417) + (xy 172.671054 69.889388) + (xy 172.480847 70.079595) + (xy 172.418535 70.113621) + (xy 172.391752 70.1165) + (xy 168.7995 70.1165) + (xy 168.731379 70.096498) + (xy 168.684886 70.042842) + (xy 168.6735 69.9905) + (xy 168.6735 63.600624) + (xy 168.693502 63.532503) + (xy 168.710899 63.511036) + (xy 168.768812 63.453761) + (xy 168.768903 63.453671) + (xy 168.793874 63.428478) + (xy 168.874661 63.346973) + (xy 179.135596 63.346973) + (xy 179.137544 63.362487) + (xy 179.17061 63.492045) + (xy 179.173439 63.500544) + (xy 179.17584 63.506342) + (xy 179.186282 63.531551) + (xy 179.189188 63.537625) + (xy 179.236382 63.624055) + (xy 179.245535 63.636748) + (xy 179.333564 63.731295) + (xy 179.347454 63.742488) + (xy 179.461462 63.810131) + (xy 179.469496 63.814153) + (xy 179.50048 63.826986) + (xy 179.506846 63.829232) + (xy 179.601429 63.857004) + (xy 179.616612 63.859497) + (xy 179.709514 63.863207) + (xy 179.710368 63.863235) + (xy 179.754049 63.864383) + (xy 179.755674 63.864405) + (xy 180.227883 63.864876) + (xy 180.24313 63.860416) + (xy 180.244313 63.859053) + (xy 180.246 63.851316) + (xy 180.246 62.772115) + (xy 180.241525 62.756876) + (xy 180.240135 62.755671) + (xy 180.232452 62.754) + (xy 179.153711 62.754) + (xy 179.138472 62.758475) + (xy 179.137267 62.759865) + (xy 179.135596 62.767548) + (xy 179.135596 63.346973) + (xy 168.874661 63.346973) + (xy 169.022834 63.197483) + (xy 169.022836 63.197481) + (xy 169.028285 63.191983) + (xy 169.102896 63.066228) + (xy 169.118746 63.027961) + (xy 169.149688 62.922575) + (xy 169.153244 62.833567) + (xy 169.153977 62.833596) + (xy 169.153686 62.831786) + (xy 169.1535 62.831786) + (xy 169.1535 62.827277) + (xy 169.153566 62.826354) + (xy 169.1536 62.824654) + (xy 169.153716 62.821752) + (xy 169.153716 62.821744) + (xy 169.153729 62.821425) + (xy 169.154904 62.776446) + (xy 169.154905 62.227885) + (xy 179.135596 62.227885) + (xy 179.140071 62.243124) + (xy 179.141461 62.244329) + (xy 179.149144 62.246) + (xy 180.227885 62.246) + (xy 180.243124 62.241525) + (xy 180.244329 62.240135) + (xy 180.246 62.232452) + (xy 180.246 61.153194) + (xy 180.241525 61.137955) + (xy 180.240156 61.136768) + (xy 180.232427 61.135091) + (xy 179.652997 61.135589) + (xy 179.637539 61.137537) + (xy 179.50796 61.170608) + (xy 179.499444 61.173443) + (xy 179.468449 61.186281) + (xy 179.462375 61.189187) + (xy 179.375945 61.236381) + (xy 179.363252 61.245534) + (xy 179.268701 61.333567) + (xy 179.257515 61.347447) + (xy 179.189864 61.461471) + (xy 179.185851 61.469489) + (xy 179.17584 61.493658) + (xy 179.173012 61.500485) + (xy 179.170767 61.506849) + (xy 179.142996 61.60143) + (xy 179.140503 61.616612) + (xy 179.136793 61.709514) + (xy 179.136765 61.710368) + (xy 179.135616 61.75408) + (xy 179.135596 61.755643) + (xy 179.135596 62.227885) + (xy 169.154905 62.227885) + (xy 169.154905 62.113704) + (xy 169.146575 62.081067) + (xy 169.119854 61.976385) + (xy 169.118741 61.972024) + (xy 169.108387 61.947027) + (xy 169.104194 61.936904) + (xy 169.104189 61.936894) + (xy 169.102896 61.933772) + (xy 169.050252 61.837362) + (xy 169.044998 61.831671) + (xy 169.044996 61.831668) + (xy 168.989824 61.771906) + (xy 168.990363 61.771409) + (xy 168.988878 61.770336) + (xy 168.988747 61.770467) + (xy 168.985555 61.767275) + (xy 168.98495 61.766577) + (xy 168.983781 61.76536) + (xy 168.981892 61.763313) + (xy 168.981848 61.763267) + (xy 168.981583 61.762979) + (xy 168.950612 61.730344) + (xy 168.930043 61.709514) + (xy 168.769188 61.546617) + (xy 168.769132 61.546561) + (xy 168.768903 61.546329) + (xy 168.743991 61.521617) + (xy 168.487491 61.267178) + (xy 168.487488 61.267175) + (xy 168.481985 61.261717) + (xy 168.35623 61.187105) + (xy 168.327906 61.175373) + (xy 168.317959 61.171253) + (xy 168.314733 61.170306) + (xy 168.314725 61.170303) + (xy 168.229022 61.145141) + (xy 168.212575 61.140312) + (xy 168.123567 61.136756) + (xy 168.123596 61.136023) + (xy 168.121786 61.136314) + (xy 168.121786 61.1365) + (xy 168.117277 61.1365) + (xy 168.116354 61.136434) + (xy 168.114654 61.1364) + (xy 168.111752 61.136284) + (xy 168.111744 61.136284) + (xy 168.111425 61.136271) + (xy 168.066446 61.135096) + (xy 167.922486 61.134648) + (xy 167.843771 61.134403) + (xy 167.7363 61.134403) + (xy 167.403719 61.135094) + (xy 167.396146 61.137027) + (xy 167.396144 61.137027) + (xy 167.266399 61.170141) + (xy 167.266396 61.170142) + (xy 167.262039 61.171254) + (xy 167.250967 61.17584) + (xy 167.233719 61.182984) + (xy 167.226895 61.18581) + (xy 167.226888 61.185813) + (xy 167.223772 61.187104) + (xy 167.220805 61.188724) + (xy 167.220801 61.188726) + (xy 167.134163 61.236034) + (xy 167.134161 61.236036) + (xy 167.127362 61.239748) + (xy 167.121671 61.245002) + (xy 167.121668 61.245004) + (xy 167.061906 61.300176) + (xy 167.061409 61.299637) + (xy 167.060336 61.301122) + (xy 167.060467 61.301253) + (xy 167.057275 61.304445) + (xy 167.056577 61.30505) + (xy 167.05536 61.306219) + (xy 167.053313 61.308108) + (xy 167.053267 61.308152) + (xy 167.052979 61.308417) + (xy 167.020344 61.339388) + (xy 167.01992 61.339807) + (xy 167.01991 61.339817) + (xy 166.940443 61.418408) + (xy 166.811097 61.546329) + (xy 166.803832 61.553659) + (xy 166.791199 61.566404) + (xy 166.729038 61.600705) + (xy 166.658201 61.595953) + (xy 166.601177 61.553659) + (xy 166.581185 61.512115) + (xy 166.580816 61.512238) + (xy 166.579855 61.509351) + (xy 166.579626 61.508875) + (xy 166.579394 61.507965) + (xy 166.576557 61.499444) + (xy 166.563719 61.468449) + (xy 166.560813 61.462375) + (xy 166.513619 61.375945) + (xy 166.504466 61.363252) + (xy 166.416433 61.268701) + (xy 166.402553 61.257515) + (xy 166.288529 61.189864) + (xy 166.280511 61.185851) + (xy 166.256342 61.17584) + (xy 166.249515 61.173012) + (xy 166.243151 61.170767) + (xy 166.14857 61.142996) + (xy 166.133388 61.140503) + (xy 166.040486 61.136793) + (xy 166.039632 61.136765) + (xy 165.995951 61.135617) + (xy 165.994326 61.135595) + (xy 165.522117 61.135124) + (xy 165.50687 61.139584) + (xy 165.505687 61.140947) + (xy 165.504 61.148684) + (xy 165.504 63.846806) + (xy 165.508475 63.862045) + (xy 165.509844 63.863232) + (xy 165.517573 63.864909) + (xy 166.097001 63.864411) + (xy 166.112459 63.862463) + (xy 166.242045 63.82939) + (xy 166.250544 63.826561) + (xy 166.256342 63.82416) + (xy 166.281551 63.813718) + (xy 166.287625 63.810812) + (xy 166.374055 63.763618) + (xy 166.386748 63.754465) + (xy 166.481295 63.666436) + (xy 166.492488 63.652546) + (xy 166.560131 63.538538) + (xy 166.564153 63.530504) + (xy 166.576986 63.49952) + (xy 166.579233 63.493153) + (xy 166.581049 63.486966) + (xy 166.61943 63.427239) + (xy 166.68401 63.397743) + (xy 166.754284 63.407844) + (xy 166.791599 63.433926) + (xy 166.811097 63.453671) + (xy 166.811355 63.453927) + (xy 166.81139 63.453962) + (xy 166.869235 63.511342) + (xy 166.903512 63.573517) + (xy 166.9065 63.600796) + (xy 166.9065 69.9905) + (xy 166.886498 70.058621) + (xy 166.832842 70.105114) + (xy 166.7805 70.1165) + (xy 159.079457 70.1165) + (xy 159.059745 70.114949) + (xy 159.053008 70.113882) + (xy 159.053009 70.113882) + (xy 159.046493 70.11285) + (xy 159.039906 70.113195) + (xy 159.039902 70.113195) + (xy 158.98015 70.116327) + (xy 158.973555 70.1165) + (xy 158.953694 70.1165) + (xy 158.933931 70.118577) + (xy 158.927372 70.119093) + (xy 158.911573 70.119921) + (xy 158.867623 70.122224) + (xy 158.867619 70.122225) + (xy 158.861029 70.12257) + (xy 158.848071 70.126042) + (xy 158.828628 70.129645) + (xy 158.815298 70.131046) + (xy 158.752106 70.151578) + (xy 158.745804 70.153444) + (xy 158.692328 70.167773) + (xy 158.681637 70.170638) + (xy 158.675758 70.173634) + (xy 158.675749 70.173637) + (xy 158.669683 70.176728) + (xy 158.651421 70.184292) + (xy 158.644957 70.186392) + (xy 158.644949 70.186395) + (xy 158.638669 70.188436) + (xy 158.63295 70.191738) + (xy 158.632945 70.19174) + (xy 158.581133 70.221654) + (xy 158.575363 70.224787) + (xy 158.516161 70.254953) + (xy 158.511029 70.259109) + (xy 158.505741 70.263391) + (xy 158.489448 70.274589) + (xy 158.477831 70.281296) + (xy 158.472925 70.285713) + (xy 158.47292 70.285717) + (xy 158.428462 70.325747) + (xy 158.423446 70.330031) + (xy 158.416683 70.335508) + (xy 158.408014 70.342528) + (xy 158.393969 70.356573) + (xy 158.389184 70.361114) + (xy 158.361217 70.386296) + (xy 158.339815 70.405566) + (xy 158.331925 70.416426) + (xy 158.319088 70.431454) + (xy 156.670947 72.079595) + (xy 156.608635 72.113621) + (xy 156.581852 72.1165) + (xy 148.4695 72.1165) + (xy 148.401379 72.096498) + (xy 148.354886 72.042842) + (xy 148.3435 71.9905) + (xy 148.3435 71.100624) + (xy 148.363502 71.032503) + (xy 148.380899 71.011036) + (xy 148.438812 70.953761) + (xy 148.438903 70.953671) + (xy 148.458801 70.933596) + (xy 148.520962 70.899295) + (xy 148.591799 70.904047) + (xy 148.648823 70.946341) + (xy 148.668815 70.987885) + (xy 148.669184 70.987762) + (xy 148.670145 70.990649) + (xy 148.670374 70.991125) + (xy 148.670606 70.992035) + (xy 148.673443 71.000556) + (xy 148.686281 71.031551) + (xy 148.689187 71.037625) + (xy 148.736381 71.124055) + (xy 148.745534 71.136748) + (xy 148.833567 71.231299) + (xy 148.847447 71.242485) + (xy 148.961471 71.310136) + (xy 148.969489 71.314149) + (xy 148.993658 71.32416) + (xy 149.000485 71.326988) + (xy 149.006849 71.329233) + (xy 149.10143 71.357004) + (xy 149.116612 71.359497) + (xy 149.209514 71.363207) + (xy 149.210368 71.363235) + (xy 149.254049 71.364383) + (xy 149.255674 71.364405) + (xy 149.727883 71.364876) + (xy 149.74313 71.360416) + (xy 149.744313 71.359053) + (xy 149.746 71.351316) + (xy 149.746 71.346806) + (xy 150.254 71.346806) + (xy 150.258475 71.362045) + (xy 150.259844 71.363232) + (xy 150.267573 71.364909) + (xy 150.847003 71.364411) + (xy 150.862461 71.362463) + (xy 150.99204 71.329392) + (xy 151.000556 71.326557) + (xy 151.031551 71.313719) + (xy 151.037625 71.310813) + (xy 151.124055 71.263619) + (xy 151.136748 71.254466) + (xy 151.231299 71.166433) + (xy 151.242485 71.152553) + (xy 151.310136 71.038529) + (xy 151.314149 71.030511) + (xy 151.32416 71.006342) + (xy 151.326988 70.999515) + (xy 151.329233 70.993151) + (xy 151.357004 70.89857) + (xy 151.359497 70.883388) + (xy 151.363207 70.790486) + (xy 151.363235 70.789632) + (xy 151.364384 70.74592) + (xy 151.364404 70.744357) + (xy 151.364404 70.272115) + (xy 151.359929 70.256876) + (xy 151.358539 70.255671) + (xy 151.350856 70.254) + (xy 150.272115 70.254) + (xy 150.256876 70.258475) + (xy 150.255671 70.259865) + (xy 150.254 70.267548) + (xy 150.254 71.346806) + (xy 149.746 71.346806) + (xy 149.746 69.727885) + (xy 150.254 69.727885) + (xy 150.258475 69.743124) + (xy 150.259865 69.744329) + (xy 150.267548 69.746) + (xy 151.346289 69.746) + (xy 151.361528 69.741525) + (xy 151.362733 69.740135) + (xy 151.364404 69.732452) + (xy 151.364404 69.153027) + (xy 151.362456 69.137513) + (xy 151.32939 69.007955) + (xy 151.326561 68.999456) + (xy 151.32416 68.993658) + (xy 151.313718 68.968449) + (xy 151.310812 68.962375) + (xy 151.263618 68.875945) + (xy 151.254465 68.863252) + (xy 151.166436 68.768705) + (xy 151.152546 68.757512) + (xy 151.038538 68.689869) + (xy 151.030504 68.685847) + (xy 150.99952 68.673014) + (xy 150.993154 68.670768) + (xy 150.898571 68.642996) + (xy 150.883388 68.640503) + (xy 150.790486 68.636793) + (xy 150.789632 68.636765) + (xy 150.745951 68.635617) + (xy 150.744326 68.635595) + (xy 150.272117 68.635124) + (xy 150.25687 68.639584) + (xy 150.255687 68.640947) + (xy 150.254 68.648684) + (xy 150.254 69.727885) + (xy 149.746 69.727885) + (xy 149.746 68.653194) + (xy 149.741525 68.637955) + (xy 149.740156 68.636768) + (xy 149.732427 68.635091) + (xy 149.152999 68.635589) + (xy 149.137541 68.637537) + (xy 149.007955 68.67061) + (xy 148.999456 68.673439) + (xy 148.993658 68.67584) + (xy 148.968449 68.686282) + (xy 148.962375 68.689188) + (xy 148.875945 68.736382) + (xy 148.863252 68.745535) + (xy 148.768705 68.833564) + (xy 148.757512 68.847454) + (xy 148.689869 68.961462) + (xy 148.685847 68.969496) + (xy 148.673014 69.00048) + (xy 148.670767 69.006847) + (xy 148.668951 69.013034) + (xy 148.63057 69.072761) + (xy 148.56599 69.102257) + (xy 148.495716 69.092156) + (xy 148.458401 69.066074) + (xy 148.438903 69.046329) + (xy 148.406909 69.014592) + (xy 148.157492 68.767179) + (xy 148.157489 68.767176) + (xy 148.151983 68.761715) + (xy 148.026228 68.687104) + (xy 147.987976 68.671259) + (xy 147.882586 68.640313) + (xy 147.793569 68.636756) + (xy 147.793598 68.636027) + (xy 147.791786 68.636319) + (xy 147.791786 68.6365) + (xy 147.787302 68.6365) + (xy 147.786379 68.636434) + (xy 147.78465 68.6364) + (xy 147.781833 68.636287) + (xy 147.781779 68.636285) + (xy 147.781422 68.636271) + (xy 147.755389 68.635589) + (xy 147.737188 68.635112) + (xy 147.737173 68.635112) + (xy 147.736456 68.635093) + (xy 147.595768 68.634657) + (xy 147.513767 68.634403) + (xy 147.4063 68.634403) + (xy 147.073707 68.635094) + (xy 146.932027 68.671258) + (xy 146.924471 68.674388) + (xy 146.896895 68.68581) + (xy 146.896885 68.685815) + (xy 146.893763 68.687108) + (xy 146.797362 68.739748) + (xy 146.791671 68.745002) + (xy 146.791668 68.745004) + (xy 146.731906 68.800176) + (xy 146.731409 68.799637) + (xy 146.730336 68.801122) + (xy 146.730467 68.801253) + (xy 146.727275 68.804445) + (xy 146.726577 68.80505) + (xy 146.72536 68.806219) + (xy 146.723313 68.808108) + (xy 146.723267 68.808152) + (xy 146.722979 68.808417) + (xy 146.690344 68.839388) + (xy 146.68992 68.839807) + (xy 146.68991 68.839817) + (xy 146.60366 68.925117) + (xy 146.481097 69.046329) + (xy 146.480906 69.046522) + (xy 146.480847 69.046581) + (xy 146.278743 69.250482) + (xy 146.216582 69.284783) + (xy 146.145744 69.280031) + (xy 146.097861 69.248519) + (xy 146.081063 69.230819) + (xy 146.081052 69.230808) + (xy 146.080612 69.230344) + (xy 146.015397 69.164301) + (xy 145.899188 69.046617) + (xy 145.899132 69.046561) + (xy 145.898903 69.046329) + (xy 145.866909 69.014592) + (xy 145.617492 68.767179) + (xy 145.617489 68.767176) + (xy 145.611983 68.761715) + (xy 145.486228 68.687104) + (xy 145.447976 68.671259) + (xy 145.342586 68.640313) + (xy 145.241422 68.636271) + (xy 145.241046 68.636261) + (xy 145.240982 68.636259) + (xy 145.197188 68.635112) + (xy 145.197173 68.635112) + (xy 145.196456 68.635093) + (xy 145.055768 68.634657) + (xy 144.973767 68.634403) + (xy 144.8663 68.634403) + (xy 144.533707 68.635094) + (xy 144.392027 68.671258) + (xy 144.384471 68.674388) + (xy 144.356895 68.68581) + (xy 144.356885 68.685815) + (xy 144.353763 68.687108) + (xy 144.257362 68.739748) + (xy 144.251671 68.745002) + (xy 144.251668 68.745004) + (xy 144.251093 68.745535) + (xy 144.182979 68.808417) + (xy 144.150344 68.839388) + (xy 144.14992 68.839807) + (xy 144.14991 68.839817) + (xy 144.06366 68.925117) + (xy 143.941097 69.046329) + (xy 143.940906 69.046522) + (xy 143.940847 69.046581) + (xy 143.738743 69.250482) + (xy 143.676582 69.284783) + (xy 143.605744 69.280031) + (xy 143.557861 69.248519) + (xy 143.541063 69.230819) + (xy 143.541052 69.230808) + (xy 143.540612 69.230344) + (xy 143.475397 69.164301) + (xy 143.359188 69.046617) + (xy 143.359132 69.046561) + (xy 143.358903 69.046329) + (xy 143.326909 69.014592) + (xy 143.077492 68.767179) + (xy 143.077489 68.767176) + (xy 143.071983 68.761715) + (xy 142.946228 68.687104) + (xy 142.907976 68.671259) + (xy 142.802586 68.640313) + (xy 142.701422 68.636271) + (xy 142.701046 68.636261) + (xy 142.700982 68.636259) + (xy 142.657188 68.635112) + (xy 142.657173 68.635112) + (xy 142.656456 68.635093) + (xy 142.515768 68.634657) + (xy 142.433767 68.634403) + (xy 142.3263 68.634403) + (xy 141.993707 68.635094) + (xy 141.852027 68.671258) + (xy 141.844471 68.674388) + (xy 141.816895 68.68581) + (xy 141.816885 68.685815) + (xy 141.813763 68.687108) + (xy 141.717362 68.739748) + (xy 141.711671 68.745002) + (xy 141.711668 68.745004) + (xy 141.711093 68.745535) + (xy 141.642979 68.808417) + (xy 141.610344 68.839388) + (xy 141.60992 68.839807) + (xy 141.60991 68.839817) + (xy 141.52366 68.925117) + (xy 141.401097 69.046329) + (xy 141.400906 69.046522) + (xy 141.400847 69.046581) + (xy 141.198743 69.250482) + (xy 141.136582 69.284783) + (xy 141.065744 69.280031) + (xy 141.017861 69.248519) + (xy 141.001063 69.230819) + (xy 141.001052 69.230808) + (xy 141.000612 69.230344) + (xy 140.935397 69.164301) + (xy 140.819188 69.046617) + (xy 140.819132 69.046561) + (xy 140.818903 69.046329) + (xy 140.786909 69.014592) + (xy 140.537492 68.767179) + (xy 140.537489 68.767176) + (xy 140.531983 68.761715) + (xy 140.406228 68.687104) + (xy 140.367976 68.671259) + (xy 140.262586 68.640313) + (xy 140.161422 68.636271) + (xy 140.161046 68.636261) + (xy 140.160982 68.636259) + (xy 140.117188 68.635112) + (xy 140.117173 68.635112) + (xy 140.116456 68.635093) + (xy 139.975768 68.634657) + (xy 139.893767 68.634403) + (xy 139.7863 68.634403) + (xy 139.453707 68.635094) + (xy 139.312027 68.671258) + (xy 139.304471 68.674388) + (xy 139.276895 68.68581) + (xy 139.276885 68.685815) + (xy 139.273763 68.687108) + (xy 139.177362 68.739748) + (xy 139.171671 68.745002) + (xy 139.171668 68.745004) + (xy 139.171093 68.745535) + (xy 139.102979 68.808417) + (xy 139.070344 68.839388) + (xy 139.06992 68.839807) + (xy 139.06991 68.839817) + (xy 138.98366 68.925117) + (xy 138.861097 69.046329) + (xy 138.860906 69.046522) + (xy 138.860847 69.046581) + (xy 138.658743 69.250482) + (xy 138.596582 69.284783) + (xy 138.525744 69.280031) + (xy 138.477861 69.248519) + (xy 138.461063 69.230819) + (xy 138.461052 69.230808) + (xy 138.460612 69.230344) + (xy 138.395397 69.164301) + (xy 138.279188 69.046617) + (xy 138.279132 69.046561) + (xy 138.278903 69.046329) + (xy 138.246909 69.014592) + (xy 137.997492 68.767179) + (xy 137.997489 68.767176) + (xy 137.991983 68.761715) + (xy 137.866228 68.687104) + (xy 137.827976 68.671259) + (xy 137.722586 68.640313) + (xy 137.633569 68.636756) + (xy 137.633598 68.636027) + (xy 137.631786 68.636319) + (xy 137.631786 68.6365) + (xy 137.627302 68.6365) + (xy 137.626379 68.636434) + (xy 137.62465 68.6364) + (xy 137.621833 68.636287) + (xy 137.621779 68.636285) + (xy 137.621422 68.636271) + (xy 137.595389 68.635589) + (xy 137.577188 68.635112) + (xy 137.577173 68.635112) + (xy 137.576456 68.635093) + (xy 137.435768 68.634657) + (xy 137.353767 68.634403) + (xy 137.2463 68.634403) + (xy 136.913707 68.635094) + (xy 136.772027 68.671258) + (xy 136.764471 68.674388) + (xy 136.736895 68.68581) + (xy 136.736885 68.685815) + (xy 136.733763 68.687108) + (xy 136.637362 68.739748) + (xy 136.631671 68.745002) + (xy 136.631668 68.745004) + (xy 136.571906 68.800176) + (xy 136.571409 68.799637) + (xy 136.570336 68.801122) + (xy 136.570467 68.801253) + (xy 136.567275 68.804445) + (xy 136.566577 68.80505) + (xy 136.56536 68.806219) + (xy 136.563313 68.808108) + (xy 136.563267 68.808152) + (xy 136.562979 68.808417) + (xy 136.530344 68.839388) + (xy 136.52992 68.839807) + (xy 136.52991 68.839817) + (xy 136.44366 68.925117) + (xy 136.321097 69.046329) + (xy 136.320906 69.046522) + (xy 136.320847 69.046581) + (xy 136.067166 69.302517) + (xy 136.067164 69.302519) + (xy 136.061715 69.308017) + (xy 135.987104 69.433772) + (xy 135.971254 69.472039) + (xy 135.940312 69.577425) + (xy 135.936756 69.666433) + (xy 135.936023 69.666404) + (xy 135.936314 69.668214) + (xy 135.9365 69.668214) + (xy 135.9365 69.672723) + (xy 135.936434 69.673646) + (xy 135.9364 69.675346) + (xy 135.936271 69.678575) + (xy 135.935096 69.723554) + (xy 135.935095 70.386296) + (xy 135.936029 70.389955) + (xy 135.9365 70.39748) + (xy 135.9365 70.440405) + (xy 135.916498 70.508526) + (xy 135.899595 70.5295) + (xy 132.607747 73.821348) + (xy 132.599461 73.828888) + (xy 132.592982 73.833) + (xy 132.587557 73.838777) + (xy 132.546357 73.882651) + (xy 132.543602 73.885493) + (xy 132.523865 73.90523) + (xy 132.521385 73.908427) + (xy 132.513682 73.917447) + (xy 132.483414 73.949679) + (xy 132.479595 73.956625) + (xy 132.479593 73.956628) + (xy 132.473652 73.967434) + (xy 132.462801 73.983953) + (xy 132.450386 73.999959) + (xy 132.447241 74.007228) + (xy 132.447238 74.007232) + (xy 132.432826 74.040537) + (xy 132.427609 74.051187) + (xy 132.406305 74.08994) + (xy 132.404334 74.097615) + (xy 132.404334 74.097616) + (xy 132.401267 74.109562) + (xy 132.394863 74.128266) + (xy 132.386819 74.146855) + (xy 132.38558 74.154678) + (xy 132.385577 74.154688) + (xy 132.379901 74.190524) + (xy 132.377495 74.202144) + (xy 132.3665 74.24497) + (xy 132.3665 74.265224) + (xy 132.364949 74.284934) + (xy 132.36178 74.304943) + (xy 131.5085 74.304943) + (xy 131.5085 61.632703) + (xy 132.390743 61.632703) + (xy 132.391302 61.636947) + (xy 132.391302 61.636951) + (xy 132.395507 61.668892) + (xy 132.428268 61.917734) + (xy 132.504129 62.195036) + (xy 132.616923 62.459476) + (xy 132.764561 62.706161) + (xy 132.944313 62.930528) + (xy 133.152851 63.128423) + (xy 133.386317 63.296186) + (xy 133.390112 63.298195) + (xy 133.390113 63.298196) + (xy 133.411869 63.309715) + (xy 133.640392 63.430712) + (xy 133.703926 63.453962) + (xy 133.866725 63.513538) + (xy 133.910373 63.529511) + (xy 134.191264 63.590755) + (xy 134.219841 63.593004) + (xy 134.414282 63.608307) + (xy 134.414291 63.608307) + (xy 134.416739 63.6085) + (xy 134.572271 63.6085) + (xy 134.574407 63.608354) + (xy 134.574418 63.608354) + (xy 134.782548 63.594165) + (xy 134.782554 63.594164) + (xy 134.786825 63.593873) + (xy 134.79102 63.593004) + (xy 134.791022 63.593004) + (xy 135.006856 63.548307) + (xy 135.068342 63.535574) + (xy 135.339343 63.439607) + (xy 135.518819 63.346973) + (xy 135.567256 63.321973) + (xy 148.385596 63.321973) + (xy 148.387544 63.337487) + (xy 148.42061 63.467045) + (xy 148.423439 63.475544) + (xy 148.42584 63.481342) + (xy 148.436282 63.506551) + (xy 148.439188 63.512625) + (xy 148.486382 63.599055) + (xy 148.495535 63.611748) + (xy 148.583564 63.706295) + (xy 148.597454 63.717488) + (xy 148.711462 63.785131) + (xy 148.719496 63.789153) + (xy 148.75048 63.801986) + (xy 148.756846 63.804232) + (xy 148.851429 63.832004) + (xy 148.866612 63.834497) + (xy 148.959514 63.838207) + (xy 148.960368 63.838235) + (xy 149.004049 63.839383) + (xy 149.005674 63.839405) + (xy 149.477883 63.839876) + (xy 149.49313 63.835416) + (xy 149.494313 63.834053) + (xy 149.496 63.826316) + (xy 149.496 63.821806) + (xy 150.004 63.821806) + (xy 150.008475 63.837045) + (xy 150.009844 63.838232) + (xy 150.017573 63.839909) + (xy 150.597001 63.839411) + (xy 150.612459 63.837463) + (xy 150.742045 63.80439) + (xy 150.750544 63.801561) + (xy 150.756342 63.79916) + (xy 150.781551 63.788718) + (xy 150.787625 63.785812) + (xy 150.874055 63.738618) + (xy 150.886748 63.729465) + (xy 150.981295 63.641436) + (xy 150.992488 63.627546) + (xy 151.060131 63.513538) + (xy 151.064153 63.505504) + (xy 151.076986 63.47452) + (xy 151.079233 63.468153) + (xy 151.081049 63.461966) + (xy 151.11943 63.402239) + (xy 151.18401 63.372743) + (xy 151.254284 63.382844) + (xy 151.291599 63.408926) + (xy 151.311097 63.428671) + (xy 151.311349 63.428921) + (xy 151.31139 63.428962) + (xy 151.592508 63.707821) + (xy 151.592511 63.707824) + (xy 151.598017 63.713285) + (xy 151.723772 63.787896) + (xy 151.762024 63.803741) + (xy 151.867414 63.834687) + (xy 151.968578 63.838729) + (xy 151.968954 63.838739) + (xy 151.969018 63.838741) + (xy 152.012812 63.839888) + (xy 152.012827 63.839888) + (xy 152.013544 63.839907) + (xy 152.154232 63.840343) + (xy 152.236233 63.840597) + (xy 152.3437 63.840597) + (xy 152.676293 63.839906) + (xy 152.817973 63.803742) + (xy 152.8381 63.795405) + (xy 152.853105 63.78919) + (xy 152.853115 63.789185) + (xy 152.856237 63.787892) + (xy 152.952638 63.735252) + (xy 152.958329 63.729998) + (xy 152.958332 63.729996) + (xy 152.987376 63.703183) + (xy 153.027021 63.666583) + (xy 153.059656 63.635612) + (xy 153.096621 63.599055) + (xy 153.196229 63.500544) + (xy 153.268903 63.428671) + (xy 153.269153 63.428419) + (xy 153.349881 63.346973) + (xy 163.885596 63.346973) + (xy 163.887544 63.362487) + (xy 163.92061 63.492045) + (xy 163.923439 63.500544) + (xy 163.92584 63.506342) + (xy 163.936282 63.531551) + (xy 163.939188 63.537625) + (xy 163.986382 63.624055) + (xy 163.995535 63.636748) + (xy 164.083564 63.731295) + (xy 164.097454 63.742488) + (xy 164.211462 63.810131) + (xy 164.219496 63.814153) + (xy 164.25048 63.826986) + (xy 164.256846 63.829232) + (xy 164.351429 63.857004) + (xy 164.366612 63.859497) + (xy 164.459514 63.863207) + (xy 164.460368 63.863235) + (xy 164.504049 63.864383) + (xy 164.505674 63.864405) + (xy 164.977883 63.864876) + (xy 164.99313 63.860416) + (xy 164.994313 63.859053) + (xy 164.996 63.851316) + (xy 164.996 62.772115) + (xy 164.991525 62.756876) + (xy 164.990135 62.755671) + (xy 164.982452 62.754) + (xy 163.903711 62.754) + (xy 163.888472 62.758475) + (xy 163.887267 62.759865) + (xy 163.885596 62.767548) + (xy 163.885596 63.346973) + (xy 153.349881 63.346973) + (xy 153.522834 63.172483) + (xy 153.522836 63.172481) + (xy 153.528285 63.166983) + (xy 153.588062 63.06623) + (xy 153.600599 63.0451) + (xy 153.6006 63.045097) + (xy 153.602896 63.041228) + (xy 153.618746 63.002961) + (xy 153.649688 62.897575) + (xy 153.653729 62.796425) + (xy 153.654904 62.751446) + (xy 153.654905 62.227885) + (xy 163.885596 62.227885) + (xy 163.890071 62.243124) + (xy 163.891461 62.244329) + (xy 163.899144 62.246) + (xy 164.977885 62.246) + (xy 164.993124 62.241525) + (xy 164.994329 62.240135) + (xy 164.996 62.232452) + (xy 164.996 61.153194) + (xy 164.991525 61.137955) + (xy 164.990156 61.136768) + (xy 164.982427 61.135091) + (xy 164.402997 61.135589) + (xy 164.387539 61.137537) + (xy 164.25796 61.170608) + (xy 164.249444 61.173443) + (xy 164.218449 61.186281) + (xy 164.212375 61.189187) + (xy 164.125945 61.236381) + (xy 164.113252 61.245534) + (xy 164.018701 61.333567) + (xy 164.007515 61.347447) + (xy 163.939864 61.461471) + (xy 163.935851 61.469489) + (xy 163.92584 61.493658) + (xy 163.923012 61.500485) + (xy 163.920767 61.506849) + (xy 163.892996 61.60143) + (xy 163.890503 61.616612) + (xy 163.886793 61.709514) + (xy 163.886765 61.710368) + (xy 163.885616 61.75408) + (xy 163.885596 61.755643) + (xy 163.885596 62.227885) + (xy 153.654905 62.227885) + (xy 153.654905 62.088704) + (xy 153.652024 62.077414) + (xy 153.619854 61.951385) + (xy 153.618741 61.947024) + (xy 153.608324 61.921876) + (xy 153.604194 61.911904) + (xy 153.604189 61.911894) + (xy 153.602896 61.908772) + (xy 153.550252 61.812362) + (xy 153.544998 61.806671) + (xy 153.544996 61.806668) + (xy 153.510257 61.769039) + (xy 153.481583 61.737979) + (xy 153.450612 61.705344) + (xy 153.408153 61.662346) + (xy 153.269188 61.521617) + (xy 153.269132 61.521561) + (xy 153.268903 61.521329) + (xy 153.26861 61.521038) + (xy 152.987491 61.242178) + (xy 152.987488 61.242175) + (xy 152.981985 61.236717) + (xy 152.85623 61.162105) + (xy 152.827906 61.150373) + (xy 152.817959 61.146253) + (xy 152.814733 61.145306) + (xy 152.814725 61.145303) + (xy 152.731233 61.12079) + (xy 152.712575 61.115312) + (xy 152.630252 61.112023) + (xy 152.611752 61.111284) + (xy 152.611744 61.111284) + (xy 152.611425 61.111271) + (xy 152.566446 61.110096) + (xy 152.422486 61.109648) + (xy 152.343771 61.109403) + (xy 152.2363 61.109403) + (xy 151.903719 61.110094) + (xy 151.896146 61.112027) + (xy 151.896144 61.112027) + (xy 151.766399 61.145141) + (xy 151.766396 61.145142) + (xy 151.762039 61.146254) + (xy 151.750967 61.15084) + (xy 151.733719 61.157984) + (xy 151.726895 61.16081) + (xy 151.726888 61.160813) + (xy 151.723772 61.162104) + (xy 151.720805 61.163724) + (xy 151.720801 61.163726) + (xy 151.634163 61.211034) + (xy 151.634161 61.211036) + (xy 151.627362 61.214748) + (xy 151.621671 61.220002) + (xy 151.621668 61.220004) + (xy 151.59697 61.242805) + (xy 151.552979 61.283417) + (xy 151.520344 61.314388) + (xy 151.51992 61.314807) + (xy 151.51991 61.314817) + (xy 151.45993 61.374136) + (xy 151.311097 61.521329) + (xy 151.310812 61.521617) + (xy 151.291199 61.541404) + (xy 151.229038 61.575705) + (xy 151.158201 61.570953) + (xy 151.101177 61.528659) + (xy 151.081185 61.487115) + (xy 151.080816 61.487238) + (xy 151.079855 61.484351) + (xy 151.079626 61.483875) + (xy 151.079394 61.482965) + (xy 151.076557 61.474444) + (xy 151.063719 61.443449) + (xy 151.060813 61.437375) + (xy 151.013619 61.350945) + (xy 151.004466 61.338252) + (xy 150.916433 61.243701) + (xy 150.902553 61.232515) + (xy 150.788529 61.164864) + (xy 150.780511 61.160851) + (xy 150.756342 61.15084) + (xy 150.749515 61.148012) + (xy 150.743151 61.145767) + (xy 150.64857 61.117996) + (xy 150.633388 61.115503) + (xy 150.540486 61.111793) + (xy 150.539632 61.111765) + (xy 150.495951 61.110617) + (xy 150.494326 61.110595) + (xy 150.022117 61.110124) + (xy 150.00687 61.114584) + (xy 150.005687 61.115947) + (xy 150.004 61.123684) + (xy 150.004 63.821806) + (xy 149.496 63.821806) + (xy 149.496 62.747115) + (xy 149.491525 62.731876) + (xy 149.490135 62.730671) + (xy 149.482452 62.729) + (xy 148.403711 62.729) + (xy 148.388472 62.733475) + (xy 148.387267 62.734865) + (xy 148.385596 62.742548) + (xy 148.385596 63.321973) + (xy 135.567256 63.321973) + (xy 135.591005 63.309715) + (xy 135.591006 63.309715) + (xy 135.594812 63.30775) + (xy 135.598313 63.305289) + (xy 135.598317 63.305287) + (xy 135.769008 63.185323) + (xy 135.830023 63.142441) + (xy 135.980123 63.002959) + (xy 136.037479 62.949661) + (xy 136.037481 62.949658) + (xy 136.040622 62.94674) + (xy 136.222713 62.724268) + (xy 136.372927 62.479142) + (xy 136.488483 62.215898) + (xy 136.49219 62.202885) + (xy 148.385596 62.202885) + (xy 148.390071 62.218124) + (xy 148.391461 62.219329) + (xy 148.399144 62.221) + (xy 149.477885 62.221) + (xy 149.493124 62.216525) + (xy 149.494329 62.215135) + (xy 149.496 62.207452) + (xy 149.496 61.128194) + (xy 149.491525 61.112955) + (xy 149.490156 61.111768) + (xy 149.482427 61.110091) + (xy 148.902997 61.110589) + (xy 148.887539 61.112537) + (xy 148.75796 61.145608) + (xy 148.749444 61.148443) + (xy 148.718449 61.161281) + (xy 148.712375 61.164187) + (xy 148.625945 61.211381) + (xy 148.613252 61.220534) + (xy 148.518701 61.308567) + (xy 148.507515 61.322447) + (xy 148.439864 61.436471) + (xy 148.435851 61.444489) + (xy 148.42584 61.468658) + (xy 148.423012 61.475485) + (xy 148.420767 61.481849) + (xy 148.392996 61.57643) + (xy 148.390503 61.591612) + (xy 148.386793 61.684514) + (xy 148.386765 61.685368) + (xy 148.385616 61.72908) + (xy 148.385596 61.730643) + (xy 148.385596 62.202885) + (xy 136.49219 62.202885) + (xy 136.493427 62.198544) + (xy 136.566068 61.943534) + (xy 136.567244 61.939406) + (xy 136.607751 61.654784) + (xy 136.607845 61.636951) + (xy 136.609235 61.371583) + (xy 136.609235 61.371576) + (xy 136.609257 61.367297) + (xy 136.606879 61.34923) + (xy 136.589935 61.220534) + (xy 136.571732 61.082266) + (xy 136.495871 60.804964) + (xy 136.383077 60.540524) + (xy 136.235439 60.293839) + (xy 136.055687 60.069472) + (xy 135.847149 59.871577) + (xy 135.613683 59.703814) + (xy 135.591843 59.69225) + (xy 135.568654 59.679972) + (xy 135.359608 59.569288) + (xy 135.089627 59.470489) + (xy 134.808736 59.409245) + (xy 134.777685 59.406801) + (xy 134.585718 59.391693) + (xy 134.585709 59.391693) + (xy 134.583261 59.3915) + (xy 134.427729 59.3915) + (xy 134.425593 59.391646) + (xy 134.425582 59.391646) + (xy 134.217452 59.405835) + (xy 134.217446 59.405836) + (xy 134.213175 59.406127) + (xy 134.20898 59.406996) + (xy 134.208978 59.406996) + (xy 134.072417 59.435276) + (xy 133.931658 59.464426) + (xy 133.660657 59.560393) + (xy 133.405188 59.69225) + (xy 133.401687 59.694711) + (xy 133.401683 59.694713) + (xy 133.391594 59.701804) + (xy 133.169977 59.857559) + (xy 132.959378 60.05326) + (xy 132.777287 60.275732) + (xy 132.627073 60.520858) + (xy 132.511517 60.784102) + (xy 132.432756 61.060594) + (xy 132.392249 61.345216) + (xy 132.392227 61.349505) + (xy 132.392226 61.349512) + (xy 132.390827 61.616612) + (xy 132.390743 61.632703) + (xy 131.5085 61.632703) + (xy 131.5085 58.6345) + (xy 131.528502 58.566379) + (xy 131.582158 58.519886) + (xy 131.6345 58.5085) + (xy 199.874971 58.5085) + ) + ) + ) + (zone (net 31) (net_name "Net-(EXT1-Pad6)") (layer "F.Cu") (tstamp bbf0b890-8e4c-4244-a442-00f22de730e7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.062 101.925631) + (xy 135.615631 102.372) + (xy 134.984369 102.372) + (xy 134.222369 101.61) + (xy 134.984369 100.848) + (xy 135.615631 100.848) + (xy 136.062 101.294369) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 135.629983 100.862352) + (xy 136.047648 101.280017) + (xy 136.062 101.314665) + (xy 136.062 101.905335) + (xy 136.047648 101.939983) + (xy 135.629983 102.357648) + (xy 135.595335 102.372) + (xy 135.004665 102.372) + (xy 134.970017 102.357648) + (xy 134.257017 101.644648) + (xy 134.242665 101.61) + (xy 134.257017 101.575352) + (xy 134.970017 100.862352) + (xy 135.004665 100.848) + (xy 135.595335 100.848) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp c3d264c2-b274-441f-ba0b-ca41a37c7681) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 174.3 89.331371) + (xy 173.831371 89.8) + (xy 173.168629 89.8) + (xy 172.368629 89) + (xy 173.168629 88.2) + (xy 173.831371 88.2) + (xy 174.3 88.668629) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 173.845723 88.214352) + (xy 174.285648 88.654277) + (xy 174.3 88.688925) + (xy 174.3 89.311075) + (xy 174.285648 89.345723) + (xy 173.845723 89.785648) + (xy 173.811075 89.8) + (xy 173.188925 89.8) + (xy 173.154277 89.785648) + (xy 172.403277 89.034648) + (xy 172.388925 89) + (xy 172.403277 88.965352) + (xy 173.154277 88.214352) + (xy 173.188925 88.2) + (xy 173.811075 88.2) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp cc21ce98-5ff9-4b5a-ab5b-17714c1ec672) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 3) (net_name "+3V3") (layer "F.Cu") (tstamp d3011656-3c73-4ee4-9d2a-f0274bdd7f95) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 147.46 71.202082) + (xy 146.61 70.352082) + (xy 146.61 69.647918) + (xy 147.107918 69.15) + (xy 147.812082 69.15) + (xy 148.31 69.647918) + (xy 148.31 70.352082) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 147.826434 69.164352) + (xy 148.295648 69.633566) + (xy 148.31 69.668214) + (xy 148.31 70.331786) + (xy 148.295648 70.366434) + (xy 147.494648 71.167434) + (xy 147.46 71.181786) + (xy 147.425352 71.167434) + (xy 146.624352 70.366434) + (xy 146.61 70.331786) + (xy 146.61 69.668214) + (xy 146.624352 69.633566) + (xy 147.093566 69.164352) + (xy 147.128214 69.15) + (xy 147.791786 69.15) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "F.Cu") (tstamp eb680939-5df6-4764-9caf-9d217e29b291) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 160.15 73.65) + (xy 159.584314 73.65) + (xy 159.35 73.415686) + (xy 159.35 73.084314) + (xy 159.584314 72.85) + (xy 159.915686 72.85) + (xy 160.15 73.084314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 159.930038 72.864352) + (xy 160.135648 73.069962) + (xy 160.15 73.10461) + (xy 160.15 73.601) + (xy 160.135648 73.635648) + (xy 160.101 73.65) + (xy 159.60461 73.65) + (xy 159.569962 73.635648) + (xy 159.364352 73.430038) + (xy 159.35 73.39539) + (xy 159.35 73.10461) + (xy 159.364352 73.069962) + (xy 159.569962 72.864352) + (xy 159.60461 72.85) + (xy 159.89539 72.85) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp ed5011fa-d0e4-48f5-a7ef-4b2f63701faf) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 193.46 101.821706) + (xy 192.595 100.956706) + (xy 192.595 99.643294) + (xy 193.46 98.778294) + (xy 194.325 99.643294) + (xy 194.325 101.315) + (xy 193.966706 101.315) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 193.494648 98.812942) + (xy 194.310648 99.628942) + (xy 194.325 99.66359) + (xy 194.325 101.266) + (xy 194.310648 101.300648) + (xy 194.276 101.315) + (xy 193.966706 101.315) + (xy 193.494648 101.787058) + (xy 193.46 101.80141) + (xy 193.425352 101.787058) + (xy 192.609352 100.971058) + (xy 192.595 100.93641) + (xy 192.595 99.66359) + (xy 192.609352 99.628942) + (xy 193.425352 98.812942) + (xy 193.46 98.79859) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "F.Cu") (tstamp f81da1dd-7871-4dd5-8231-663168f8a024) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.38 96.485686) + (xy 187.98 96.085686) + (xy 187.98 95.754314) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.414648 96.451038) + (xy 188.38 96.46539) + (xy 188.345352 96.451038) + (xy 187.994352 96.100038) + (xy 187.98 96.06539) + (xy 187.98 95.77461) + (xy 187.994352 95.739962) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 2) (net_name "VCC") (layer "F.Cu") (tstamp feef12b2-93ad-4c34-a25d-57014538b42c) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 187.75 116.982234) + (xy 186.5 118.232234) + (xy 183.267766 115) + (xy 185.767766 112.5) + (xy 187.232234 112.5) + (xy 187.75 113.017766) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 187.246586 112.514352) + (xy 187.735648 113.003414) + (xy 187.75 113.038062) + (xy 187.75 116.961938) + (xy 187.735648 116.996586) + (xy 186.534648 118.197586) + (xy 186.5 118.211938) + (xy 186.465352 118.197586) + (xy 183.302414 115.034648) + (xy 183.288062 115) + (xy 183.302414 114.965352) + (xy 185.753414 112.514352) + (xy 185.788062 112.5) + (xy 187.211938 112.5) + ) + ) + ) + (zone (net 22) (net_name "Net-(EXT1-Pad3)") (layer "B.Cu") (tstamp 01e69ef0-b560-41dd-b16f-bc921bd65607) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.377631 96.53) + (xy 135.615631 97.292) + (xy 134.984369 97.292) + (xy 134.538 96.845631) + (xy 134.538 96.214369) + (xy 134.984369 95.768) + (xy 135.615631 95.768) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.629983 95.782352) + (xy 136.342983 96.495352) + (xy 136.357335 96.53) + (xy 136.342983 96.564648) + (xy 135.629983 97.277648) + (xy 135.595335 97.292) + (xy 135.004665 97.292) + (xy 134.970017 97.277648) + (xy 134.552352 96.859983) + (xy 134.538 96.825335) + (xy 134.538 96.234665) + (xy 134.552352 96.200017) + (xy 134.970017 95.782352) + (xy 135.004665 95.768) + (xy 135.595335 95.768) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "B.Cu") (tstamp 08bc1544-a071-4efe-a2ff-d26b2bbccf20) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 163.4 114.665686) + (xy 163 115.065686) + (xy 162.6 114.665686) + (xy 162.6 114.334314) + (xy 162.834314 114.1) + (xy 163.165686 114.1) + (xy 163.4 114.334314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 163.180038 114.114352) + (xy 163.385648 114.319962) + (xy 163.4 114.35461) + (xy 163.4 114.64539) + (xy 163.385648 114.680038) + (xy 163.034648 115.031038) + (xy 163 115.04539) + (xy 162.965352 115.031038) + (xy 162.614352 114.680038) + (xy 162.6 114.64539) + (xy 162.6 114.35461) + (xy 162.614352 114.319962) + (xy 162.819962 114.114352) + (xy 162.85461 114.1) + (xy 163.14539 114.1) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 1a2450c3-7f3d-4483-a6ad-1f3b503d33ad) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 23942e7c-2021-45b1-8ff5-a69654241d1f) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 27063a1d-18ef-433d-b27e-628de5acea4e) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 26) (net_name "PWM2") (layer "B.Cu") (tstamp 2c6ebfef-ec4f-4bce-9d24-541a922c9adf) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 93.99) + (xy 161.015631 94.752) + (xy 160.384369 94.752) + (xy 159.938 94.305631) + (xy 159.938 93.674369) + (xy 160.384369 93.228) + (xy 161.015631 93.228) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 93.242352) + (xy 161.742983 93.955352) + (xy 161.757335 93.99) + (xy 161.742983 94.024648) + (xy 161.029983 94.737648) + (xy 160.995335 94.752) + (xy 160.404665 94.752) + (xy 160.370017 94.737648) + (xy 159.952352 94.319983) + (xy 159.938 94.285335) + (xy 159.938 93.694665) + (xy 159.952352 93.660017) + (xy 160.370017 93.242352) + (xy 160.404665 93.228) + (xy 160.995335 93.228) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "B.Cu") (tstamp 36327c44-4f2d-4a96-b99f-84df47fa5d11) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 160.15 73.415686) + (xy 159.915686 73.65) + (xy 159.584314 73.65) + (xy 159.35 73.415686) + (xy 159.35 73.084314) + (xy 159.75 72.684314) + (xy 160.15 73.084314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 159.784648 72.718962) + (xy 160.135648 73.069962) + (xy 160.15 73.10461) + (xy 160.15 73.39539) + (xy 160.135648 73.430038) + (xy 159.930038 73.635648) + (xy 159.89539 73.65) + (xy 159.60461 73.65) + (xy 159.569962 73.635648) + (xy 159.364352 73.430038) + (xy 159.35 73.39539) + (xy 159.35 73.10461) + (xy 159.364352 73.069962) + (xy 159.715352 72.718962) + (xy 159.75 72.70461) + ) + ) + ) + (zone (net 23) (net_name "Net-(EXT1-Pad4)") (layer "B.Cu") (tstamp 38541585-663b-40c5-92ae-86b487bed3b9) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 142.38 71.202082) + (xy 141.53 70.352082) + (xy 141.53 69.647918) + (xy 142.027918 69.15) + (xy 142.732082 69.15) + (xy 143.23 69.647918) + (xy 143.23 70.352082) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 142.746434 69.164352) + (xy 143.215648 69.633566) + (xy 143.23 69.668214) + (xy 143.23 70.331786) + (xy 143.215648 70.366434) + (xy 142.414648 71.167434) + (xy 142.38 71.181786) + (xy 142.345352 71.167434) + (xy 141.544352 70.366434) + (xy 141.53 70.331786) + (xy 141.53 69.668214) + (xy 141.544352 69.633566) + (xy 142.013566 69.164352) + (xy 142.048214 69.15) + (xy 142.711786 69.15) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 3c95667d-acb6-43db-817c-ce270389dbb5) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 4274bea3-c090-4d4b-b5f2-fcbe3fb97267) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 20) (net_name "TACH1") (layer "B.Cu") (tstamp 4459289b-9c92-4997-b475-b4c0bc1d01e6) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 104.15) + (xy 161.015631 104.912) + (xy 160.384369 104.912) + (xy 159.938 104.465631) + (xy 159.938 103.834369) + (xy 160.384369 103.388) + (xy 161.015631 103.388) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 103.402352) + (xy 161.742983 104.115352) + (xy 161.757335 104.15) + (xy 161.742983 104.184648) + (xy 161.029983 104.897648) + (xy 160.995335 104.912) + (xy 160.404665 104.912) + (xy 160.370017 104.897648) + (xy 159.952352 104.479983) + (xy 159.938 104.445335) + (xy 159.938 103.854665) + (xy 159.952352 103.820017) + (xy 160.370017 103.402352) + (xy 160.404665 103.388) + (xy 160.995335 103.388) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 44dcc57f-1dd4-4253-9d76-5a557c9a4ffc) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 22) (net_name "Net-(EXT1-Pad3)") (layer "B.Cu") (tstamp 477e403c-05eb-4202-bf4e-68aff4c0df40) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 144.92 71.202082) + (xy 144.07 70.352082) + (xy 144.07 69.647918) + (xy 144.567918 69.15) + (xy 145.272082 69.15) + (xy 145.77 69.647918) + (xy 145.77 70.352082) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 145.286434 69.164352) + (xy 145.755648 69.633566) + (xy 145.77 69.668214) + (xy 145.77 70.331786) + (xy 145.755648 70.366434) + (xy 144.954648 71.167434) + (xy 144.92 71.181786) + (xy 144.885352 71.167434) + (xy 144.084352 70.366434) + (xy 144.07 70.331786) + (xy 144.07 69.668214) + (xy 144.084352 69.633566) + (xy 144.553566 69.164352) + (xy 144.588214 69.15) + (xy 145.251786 69.15) + ) + ) + ) + (zone (net 25) (net_name "TACH2") (layer "B.Cu") (tstamp 48603844-22f0-4944-a35f-58bd288c1664) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 184.46 89.331371) + (xy 183.66 90.131371) + (xy 182.86 89.331371) + (xy 182.86 88.668629) + (xy 183.328629 88.2) + (xy 183.991371 88.2) + (xy 184.46 88.668629) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 184.005723 88.214352) + (xy 184.445648 88.654277) + (xy 184.46 88.688925) + (xy 184.46 89.311075) + (xy 184.445648 89.345723) + (xy 183.694648 90.096723) + (xy 183.66 90.111075) + (xy 183.625352 90.096723) + (xy 182.874352 89.345723) + (xy 182.86 89.311075) + (xy 182.86 88.688925) + (xy 182.874352 88.654277) + (xy 183.314277 88.214352) + (xy 183.348925 88.2) + (xy 183.971075 88.2) + ) + ) + ) + (zone (net 24) (net_name "Net-(EXT1-Pad5)") (layer "B.Cu") (tstamp 4b3cfa1b-2646-4b7a-80e9-e464698178a2) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 138.99 70.85) + (xy 138.99 69.647918) + (xy 139.487918 69.15) + (xy 140.192082 69.15) + (xy 140.69 69.647918) + (xy 140.69 70.352082) + (xy 140.192082 70.85) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 140.206434 69.164352) + (xy 140.675648 69.633566) + (xy 140.69 69.668214) + (xy 140.69 70.331786) + (xy 140.675648 70.366434) + (xy 140.206434 70.835648) + (xy 140.171786 70.85) + (xy 139.039 70.85) + (xy 139.004352 70.835648) + (xy 138.99 70.801) + (xy 138.99 69.668214) + (xy 139.004352 69.633566) + (xy 139.473566 69.164352) + (xy 139.508214 69.15) + (xy 140.171786 69.15) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 546dd519-3e9b-4b70-8baa-a5bf0c389872) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 101.61) + (xy 161.015631 102.372) + (xy 160.384369 102.372) + (xy 159.938 101.925631) + (xy 159.938 101.294369) + (xy 160.384369 100.848) + (xy 161.015631 100.848) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 100.862352) + (xy 161.742983 101.575352) + (xy 161.757335 101.61) + (xy 161.742983 101.644648) + (xy 161.029983 102.357648) + (xy 160.995335 102.372) + (xy 160.404665 102.372) + (xy 160.370017 102.357648) + (xy 159.952352 101.939983) + (xy 159.938 101.905335) + (xy 159.938 101.314665) + (xy 159.952352 101.280017) + (xy 160.370017 100.862352) + (xy 160.404665 100.848) + (xy 160.995335 100.848) + ) + ) + ) + (zone (net 25) (net_name "TACH2") (layer "B.Cu") (tstamp 5b4ca86c-ae63-4f30-b793-373734769e47) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 96.53) + (xy 161.015631 97.292) + (xy 160.384369 97.292) + (xy 159.938 96.845631) + (xy 159.938 96.214369) + (xy 160.384369 95.768) + (xy 161.015631 95.768) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 95.782352) + (xy 161.742983 96.495352) + (xy 161.757335 96.53) + (xy 161.742983 96.564648) + (xy 161.029983 97.277648) + (xy 160.995335 97.292) + (xy 160.404665 97.292) + (xy 160.370017 97.277648) + (xy 159.952352 96.859983) + (xy 159.938 96.825335) + (xy 159.938 96.234665) + (xy 159.952352 96.200017) + (xy 160.370017 95.782352) + (xy 160.404665 95.768) + (xy 160.995335 95.768) + ) + ) + ) + (zone (net 23) (net_name "Net-(EXT1-Pad4)") (layer "B.Cu") (tstamp 5c825377-bd8e-43e4-b509-00f6b856ddb4) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.377631 93.99) + (xy 135.615631 94.752) + (xy 134.984369 94.752) + (xy 134.538 94.305631) + (xy 134.538 93.674369) + (xy 134.984369 93.228) + (xy 135.615631 93.228) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.629983 93.242352) + (xy 136.342983 93.955352) + (xy 136.357335 93.99) + (xy 136.342983 94.024648) + (xy 135.629983 94.737648) + (xy 135.595335 94.752) + (xy 135.004665 94.752) + (xy 134.970017 94.737648) + (xy 134.552352 94.319983) + (xy 134.538 94.285335) + (xy 134.538 93.694665) + (xy 134.552352 93.660017) + (xy 134.970017 93.242352) + (xy 135.004665 93.228) + (xy 135.595335 93.228) + ) + ) + ) + (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 63e6d13c-9c4f-4b22-bad8-6e73181d124d) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 200.5 127.5) + (xy 131.5 127.5) + (xy 131.5 58.5) + (xy 200 58.5) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 199.943092 58.528502) + (xy 199.989585 58.582158) + (xy 200.000968 58.633587) + (xy 200.491497 126.326586) + (xy 200.4915 126.327499) + (xy 200.4915 127.3655) + (xy 200.471498 127.433621) + (xy 200.417842 127.480114) + (xy 200.3655 127.4915) + (xy 131.6345 127.4915) + (xy 131.566379 127.471498) + (xy 131.519886 127.417842) + (xy 131.5085 127.3655) + (xy 131.5085 124.632703) + (xy 132.390743 124.632703) + (xy 132.428268 124.917734) + (xy 132.504129 125.195036) + (xy 132.616923 125.459476) + (xy 132.764561 125.706161) + (xy 132.944313 125.930528) + (xy 133.152851 126.128423) + (xy 133.386317 126.296186) + (xy 133.390112 126.298195) + (xy 133.390113 126.298196) + (xy 133.411869 126.309715) + (xy 133.640392 126.430712) + (xy 133.910373 126.529511) + (xy 134.191264 126.590755) + (xy 134.219841 126.593004) + (xy 134.414282 126.608307) + (xy 134.414291 126.608307) + (xy 134.416739 126.6085) + (xy 134.572271 126.6085) + (xy 134.574407 126.608354) + (xy 134.574418 126.608354) + (xy 134.782548 126.594165) + (xy 134.782554 126.594164) + (xy 134.786825 126.593873) + (xy 134.79102 126.593004) + (xy 134.791022 126.593004) + (xy 134.927583 126.564724) + (xy 135.068342 126.535574) + (xy 135.339343 126.439607) + (xy 135.594812 126.30775) + (xy 135.598313 126.305289) + (xy 135.598317 126.305287) + (xy 135.712417 126.225096) + (xy 135.830023 126.142441) + (xy 136.040622 125.94674) + (xy 136.222713 125.724268) + (xy 136.372927 125.479142) + (xy 136.488483 125.215898) + (xy 136.567244 124.939406) + (xy 136.607751 124.654784) + (xy 136.607845 124.636951) + (xy 136.607867 124.632703) + (xy 195.390743 124.632703) + (xy 195.428268 124.917734) + (xy 195.504129 125.195036) + (xy 195.616923 125.459476) + (xy 195.764561 125.706161) + (xy 195.944313 125.930528) + (xy 196.152851 126.128423) + (xy 196.386317 126.296186) + (xy 196.390112 126.298195) + (xy 196.390113 126.298196) + (xy 196.411869 126.309715) + (xy 196.640392 126.430712) + (xy 196.910373 126.529511) + (xy 197.191264 126.590755) + (xy 197.219841 126.593004) + (xy 197.414282 126.608307) + (xy 197.414291 126.608307) + (xy 197.416739 126.6085) + (xy 197.572271 126.6085) + (xy 197.574407 126.608354) + (xy 197.574418 126.608354) + (xy 197.782548 126.594165) + (xy 197.782554 126.594164) + (xy 197.786825 126.593873) + (xy 197.79102 126.593004) + (xy 197.791022 126.593004) + (xy 197.927583 126.564724) + (xy 198.068342 126.535574) + (xy 198.339343 126.439607) + (xy 198.594812 126.30775) + (xy 198.598313 126.305289) + (xy 198.598317 126.305287) + (xy 198.712417 126.225096) + (xy 198.830023 126.142441) + (xy 199.040622 125.94674) + (xy 199.222713 125.724268) + (xy 199.372927 125.479142) + (xy 199.488483 125.215898) + (xy 199.567244 124.939406) + (xy 199.607751 124.654784) + (xy 199.607845 124.636951) + (xy 199.609235 124.371583) + (xy 199.609235 124.371576) + (xy 199.609257 124.367297) + (xy 199.571732 124.082266) + (xy 199.495871 123.804964) + (xy 199.383077 123.540524) + (xy 199.235439 123.293839) + (xy 199.055687 123.069472) + (xy 198.847149 122.871577) + (xy 198.613683 122.703814) + (xy 198.591843 122.69225) + (xy 198.568654 122.679972) + (xy 198.359608 122.569288) + (xy 198.089627 122.470489) + (xy 197.808736 122.409245) + (xy 197.777685 122.406801) + (xy 197.585718 122.391693) + (xy 197.585709 122.391693) + (xy 197.583261 122.3915) + (xy 197.427729 122.3915) + (xy 197.425593 122.391646) + (xy 197.425582 122.391646) + (xy 197.217452 122.405835) + (xy 197.217446 122.405836) + (xy 197.213175 122.406127) + (xy 197.20898 122.406996) + (xy 197.208978 122.406996) + (xy 197.072417 122.435276) + (xy 196.931658 122.464426) + (xy 196.660657 122.560393) + (xy 196.405188 122.69225) + (xy 196.401687 122.694711) + (xy 196.401683 122.694713) + (xy 196.391594 122.701804) + (xy 196.169977 122.857559) + (xy 195.959378 123.05326) + (xy 195.777287 123.275732) + (xy 195.627073 123.520858) + (xy 195.511517 123.784102) + (xy 195.432756 124.060594) + (xy 195.392249 124.345216) + (xy 195.392227 124.349505) + (xy 195.392226 124.349512) + (xy 195.390765 124.628417) + (xy 195.390743 124.632703) + (xy 136.607867 124.632703) + (xy 136.609235 124.371583) + (xy 136.609235 124.371576) + (xy 136.609257 124.367297) + (xy 136.571732 124.082266) + (xy 136.495871 123.804964) + (xy 136.383077 123.540524) + (xy 136.235439 123.293839) + (xy 136.055687 123.069472) + (xy 135.847149 122.871577) + (xy 135.613683 122.703814) + (xy 135.591843 122.69225) + (xy 135.568654 122.679972) + (xy 135.359608 122.569288) + (xy 135.089627 122.470489) + (xy 134.808736 122.409245) + (xy 134.777685 122.406801) + (xy 134.585718 122.391693) + (xy 134.585709 122.391693) + (xy 134.583261 122.3915) + (xy 134.427729 122.3915) + (xy 134.425593 122.391646) + (xy 134.425582 122.391646) + (xy 134.217452 122.405835) + (xy 134.217446 122.405836) + (xy 134.213175 122.406127) + (xy 134.20898 122.406996) + (xy 134.208978 122.406996) + (xy 134.072417 122.435276) + (xy 133.931658 122.464426) + (xy 133.660657 122.560393) + (xy 133.405188 122.69225) + (xy 133.401687 122.694711) + (xy 133.401683 122.694713) + (xy 133.391594 122.701804) + (xy 133.169977 122.857559) + (xy 132.959378 123.05326) + (xy 132.777287 123.275732) + (xy 132.627073 123.520858) + (xy 132.511517 123.784102) + (xy 132.432756 124.060594) + (xy 132.392249 124.345216) + (xy 132.392227 124.349505) + (xy 132.392226 124.349512) + (xy 132.390765 124.628417) + (xy 132.390743 124.632703) + (xy 131.5085 124.632703) + (xy 131.5085 76.844943) + (xy 132.36178 76.844943) + (xy 132.362526 76.852835) + (xy 132.365941 76.888961) + (xy 132.3665 76.900819) + (xy 132.3665 102.921233) + (xy 132.365973 102.932416) + (xy 132.364298 102.939909) + (xy 132.364547 102.947835) + (xy 132.364547 102.947836) + (xy 132.366438 103.007986) + (xy 132.3665 103.011945) + (xy 132.3665 103.039856) + (xy 132.366997 103.04379) + (xy 132.366997 103.043791) + (xy 132.367005 103.043856) + (xy 132.367938 103.055693) + (xy 132.369327 103.099889) + (xy 132.374978 103.119339) + (xy 132.378987 103.1387) + (xy 132.381526 103.158797) + (xy 132.384445 103.166168) + (xy 132.384445 103.16617) + (xy 132.397804 103.199912) + (xy 132.401649 103.211142) + (xy 132.413982 103.253593) + (xy 132.418015 103.260412) + (xy 132.418017 103.260417) + (xy 132.424293 103.271028) + (xy 132.432988 103.288776) + (xy 132.440448 103.307617) + (xy 132.44511 103.314033) + (xy 132.44511 103.314034) + (xy 132.466436 103.343387) + (xy 132.472952 103.353307) + (xy 132.495458 103.391362) + (xy 132.509779 103.405683) + (xy 132.522619 103.420716) + (xy 132.534528 103.437107) + (xy 132.558475 103.456918) + (xy 132.568605 103.465298) + (xy 132.577384 103.473288) + (xy 133.646343 104.542247) + (xy 133.653887 104.550537) + (xy 133.658 104.557018) + (xy 133.663777 104.562443) + (xy 133.707667 104.603658) + (xy 133.710509 104.606413) + (xy 133.730231 104.626135) + (xy 133.733355 104.628558) + (xy 133.733359 104.628562) + (xy 133.733424 104.628612) + (xy 133.742445 104.636317) + (xy 133.774679 104.666586) + (xy 133.781627 104.670405) + (xy 133.781629 104.670407) + (xy 133.792432 104.676346) + (xy 133.808959 104.687202) + (xy 133.818698 104.694757) + (xy 133.8187 104.694758) + (xy 133.82496 104.699614) + (xy 133.86554 104.717174) + (xy 133.876188 104.722391) + (xy 133.902953 104.737105) + (xy 133.91494 104.743695) + (xy 133.922616 104.745666) + (xy 133.922619 104.745667) + (xy 133.934562 104.748733) + (xy 133.953267 104.755137) + (xy 133.971855 104.763181) + (xy 133.979678 104.76442) + (xy 133.979688 104.764423) + (xy 134.015524 104.770099) + (xy 134.027144 104.772505) + (xy 134.058959 104.780673) + (xy 134.06997 104.7835) + (xy 134.077899 104.7835) + (xy 134.08576 104.784493) + (xy 134.085585 104.785879) + (xy 134.145602 104.803502) + (xy 134.166576 104.820405) + (xy 134.190721 104.84455) + (xy 134.194207 104.848177) + (xy 134.196108 104.850237) + (xy 134.196152 104.850283) + (xy 134.196417 104.850571) + (xy 134.227388 104.883206) + (xy 134.227939 104.883758) + (xy 134.227954 104.883773) + (xy 134.441662 105.097712) + (xy 134.638898 105.294723) + (xy 134.638901 105.294725) + (xy 134.644467 105.300285) + (xy 134.661538 105.310414) + (xy 134.709917 105.362373) + (xy 134.722524 105.432241) + (xy 134.695357 105.497834) + (xy 134.674977 105.517112) + (xy 134.673812 105.517748) + (xy 134.599429 105.586417) + (xy 134.566794 105.617388) + (xy 134.149715 106.034467) + (xy 134.075104 106.160222) + (xy 134.059259 106.198474) + (xy 134.028313 106.303864) + (xy 134.024271 106.405028) + (xy 134.024261 106.405404) + (xy 134.024259 106.405468) + (xy 134.023111 106.449292) + (xy 134.023093 106.449994) + (xy 134.02309 106.450692) + (xy 134.02309 106.450706) + (xy 134.022696 106.54919) + (xy 134.021976 106.729424) + (xy 134.021977 106.729702) + (xy 134.022552 106.889218) + (xy 134.023094 107.039843) + (xy 134.059258 107.181523) + (xy 134.060983 107.185687) + (xy 134.07381 107.216655) + (xy 134.073815 107.216665) + (xy 134.075108 107.219787) + (xy 134.127748 107.316188) + (xy 134.133002 107.321879) + (xy 134.133004 107.321882) + (xy 134.148632 107.33881) + (xy 134.196417 107.390571) + (xy 134.227388 107.423206) + (xy 134.227939 107.423758) + (xy 134.227954 107.423773) + (xy 134.441662 107.637712) + (xy 134.638898 107.834723) + (xy 134.638901 107.834725) + (xy 134.644467 107.840285) + (xy 134.661538 107.850414) + (xy 134.709917 107.902373) + (xy 134.722524 107.972241) + (xy 134.695357 108.037834) + (xy 134.674977 108.057112) + (xy 134.673812 108.057748) + (xy 134.599429 108.126417) + (xy 134.566794 108.157388) + (xy 134.149715 108.574467) + (xy 134.075104 108.700222) + (xy 134.07338 108.704384) + (xy 134.073379 108.704386) + (xy 134.069512 108.713721) + (xy 134.059259 108.738474) + (xy 134.028313 108.843864) + (xy 134.024271 108.945028) + (xy 134.024261 108.945404) + (xy 134.024259 108.945468) + (xy 134.023111 108.989292) + (xy 134.023093 108.989994) + (xy 134.021976 109.269424) + (xy 134.023094 109.579843) + (xy 134.059258 109.721523) + (xy 134.060983 109.725687) + (xy 134.07381 109.756655) + (xy 134.073815 109.756665) + (xy 134.075108 109.759787) + (xy 134.127748 109.856188) + (xy 134.133002 109.861879) + (xy 134.133004 109.861882) + (xy 134.148632 109.87881) + (xy 134.196417 109.930571) + (xy 134.227388 109.963206) + (xy 134.227939 109.963758) + (xy 134.227954 109.963773) + (xy 134.441662 110.177712) + (xy 134.638898 110.374723) + (xy 134.638901 110.374725) + (xy 134.644467 110.380285) + (xy 134.661538 110.390414) + (xy 134.709917 110.442373) + (xy 134.722524 110.512241) + (xy 134.695357 110.577834) + (xy 134.674977 110.597112) + (xy 134.673812 110.597748) + (xy 134.599429 110.666417) + (xy 134.566794 110.697388) + (xy 134.149715 111.114467) + (xy 134.075104 111.240222) + (xy 134.059259 111.278474) + (xy 134.028313 111.383864) + (xy 134.024271 111.485028) + (xy 134.023093 111.529994) + (xy 134.021976 111.809424) + (xy 134.023094 112.119843) + (xy 134.059258 112.261523) + (xy 134.060983 112.265687) + (xy 134.07381 112.296655) + (xy 134.073815 112.296665) + (xy 134.075108 112.299787) + (xy 134.127748 112.396188) + (xy 134.133002 112.401879) + (xy 134.133004 112.401882) + (xy 134.139652 112.409083) + (xy 134.196417 112.470571) + (xy 134.227388 112.503206) + (xy 134.227939 112.503758) + (xy 134.227954 112.503773) + (xy 134.441662 112.717712) + (xy 134.638898 112.914723) + (xy 134.638901 112.914725) + (xy 134.644467 112.920285) + (xy 134.651233 112.9243) + (xy 134.651234 112.9243) + (xy 134.662013 112.930695) + (xy 134.710392 112.982656) + (xy 134.722999 113.052524) + (xy 134.695832 113.118117) + (xy 134.671203 113.141412) + (xy 134.668406 113.14342) + (xy 134.600103 113.206481) + (xy 134.599461 113.207083) + (xy 134.56782 113.237104) + (xy 134.566562 113.23833) + (xy 134.155685 113.649207) + (xy 134.146085 113.661565) + (xy 134.077869 113.776542) + (xy 134.073846 113.784579) + (xy 134.061021 113.815541) + (xy 134.058774 113.821909) + (xy 134.030993 113.916519) + (xy 134.028501 113.931696) + (xy 134.024788 114.024716) + (xy 134.024768 114.025327) + (xy 134.024438 114.037891) + (xy 134.028511 114.053242) + (xy 134.029219 114.053889) + (xy 134.038346 114.056) + (xy 136.559252 114.056) + (xy 136.574491 114.051525) + (xy 136.575475 114.05039) + (xy 136.577227 114.042133) + (xy 136.576479 113.967768) + (xy 136.574533 113.952883) + (xy 136.541387 113.823028) + (xy 136.538549 113.814503) + (xy 136.525726 113.783547) + (xy 136.522807 113.777445) + (xy 136.475551 113.690902) + (xy 136.466579 113.678405) + (xy 136.403519 113.610103) + (xy 136.402917 113.609461) + (xy 136.372869 113.577792) + (xy 136.371717 113.576609) + (xy 135.960794 113.165685) + (xy 135.948447 113.156093) + (xy 135.938018 113.149906) + (xy 135.889638 113.097946) + (xy 135.877031 113.028077) + (xy 135.904198 112.962484) + (xy 135.92477 112.943026) + (xy 135.926188 112.942252) + (xy 136.000571 112.873583) + (xy 136.033206 112.842612) + (xy 136.241697 112.634932) + (xy 136.241697 112.634933) + (xy 136.241698 112.634932) + (xy 136.241697 112.634932) + (xy 136.323361 112.552951) + (xy 136.450279 112.42554) + (xy 136.497467 112.34601) + (xy 136.522595 112.303659) + (xy 136.522597 112.303655) + (xy 136.524892 112.299787) + (xy 136.540742 112.261523) + (xy 136.571687 112.156136) + (xy 136.575729 112.054972) + (xy 136.576155 112.038732) + (xy 136.576901 112.010222) + (xy 136.576907 112.010006) + (xy 136.580202 111.798584) + (xy 136.580491 111.777925) + (xy 136.580491 111.777885) + (xy 136.580501 111.777173) + (xy 136.576905 111.420154) + (xy 136.540741 111.278474) + (xy 136.526621 111.244386) + (xy 136.526194 111.243354) + (xy 136.526189 111.243344) + (xy 136.524896 111.240222) + (xy 136.490386 111.177022) + (xy 136.475966 111.150613) + (xy 136.475964 111.150611) + (xy 136.472252 111.143812) + (xy 136.466998 111.138121) + (xy 136.466996 111.138118) + (xy 136.440013 111.10889) + (xy 136.403583 111.069429) + (xy 136.372612 111.036794) + (xy 135.95554 110.619721) + (xy 135.938457 110.609585) + (xy 135.89008 110.557622) + (xy 135.877475 110.487753) + (xy 135.904645 110.422161) + (xy 135.925024 110.402888) + (xy 135.926188 110.402252) + (xy 136.000571 110.333583) + (xy 136.033206 110.302612) + (xy 136.241697 110.094932) + (xy 136.241697 110.094933) + (xy 136.241698 110.094932) + (xy 136.241697 110.094932) + (xy 136.370435 109.965694) + (xy 136.450279 109.88554) + (xy 136.524892 109.759787) + (xy 136.540742 109.721523) + (xy 136.571687 109.616136) + (xy 136.575729 109.514972) + (xy 136.576907 109.470006) + (xy 136.580202 109.258584) + (xy 136.580242 109.255714) + (xy 136.580491 109.237925) + (xy 136.580491 109.237885) + (xy 136.580501 109.237173) + (xy 136.576905 108.880154) + (xy 136.540741 108.738474) + (xy 136.530488 108.713721) + (xy 136.526194 108.703354) + (xy 136.526189 108.703344) + (xy 136.524896 108.700222) + (xy 136.505834 108.665313) + (xy 136.475966 108.610613) + (xy 136.475964 108.610611) + (xy 136.472252 108.603812) + (xy 136.466998 108.598121) + (xy 136.466996 108.598118) + (xy 136.42562 108.5533) + (xy 136.403583 108.529429) + (xy 136.372612 108.496794) + (xy 135.95554 108.079721) + (xy 135.938457 108.069585) + (xy 135.89008 108.017622) + (xy 135.877475 107.947753) + (xy 135.904645 107.882161) + (xy 135.925024 107.862888) + (xy 135.926188 107.862252) + (xy 136.000571 107.793583) + (xy 136.033206 107.762612) + (xy 136.241697 107.554932) + (xy 136.241697 107.554933) + (xy 136.241698 107.554932) + (xy 136.241697 107.554932) + (xy 136.450279 107.34554) + (xy 136.490952 107.27699) + (xy 136.522595 107.223659) + (xy 136.522597 107.223655) + (xy 136.524892 107.219787) + (xy 136.540742 107.181523) + (xy 136.571687 107.076136) + (xy 136.575729 106.974972) + (xy 136.576907 106.930006) + (xy 136.580202 106.718584) + (xy 136.580491 106.697925) + (xy 136.580491 106.697885) + (xy 136.580501 106.697173) + (xy 136.576905 106.340154) + (xy 136.540741 106.198474) + (xy 136.526621 106.164386) + (xy 136.526194 106.163354) + (xy 136.526189 106.163344) + (xy 136.524896 106.160222) + (xy 136.472252 106.063812) + (xy 136.466998 106.058121) + (xy 136.466996 106.058118) + (xy 136.440013 106.02889) + (xy 136.403583 105.989429) + (xy 136.372612 105.956794) + (xy 135.95554 105.539721) + (xy 135.938457 105.529585) + (xy 135.89008 105.477622) + (xy 135.877475 105.407753) + (xy 135.904645 105.342161) + (xy 135.925024 105.322888) + (xy 135.926188 105.322252) + (xy 135.991648 105.26182) + (xy 135.992139 105.262352) + (xy 135.993211 105.260876) + (xy 135.993082 105.260747) + (xy 135.996276 105.257553) + (xy 135.99698 105.256943) + (xy 135.998177 105.255793) + (xy 136.000237 105.253892) + (xy 136.000283 105.253848) + (xy 136.000571 105.253583) + (xy 136.033206 105.222612) + (xy 136.241697 105.014932) + (xy 136.241697 105.014933) + (xy 136.241698 105.014932) + (xy 136.241697 105.014932) + (xy 136.366756 104.889387) + (xy 136.450279 104.80554) + (xy 136.484211 104.748351) + (xy 136.522595 104.683659) + (xy 136.522597 104.683655) + (xy 136.524892 104.679787) + (xy 136.528778 104.670407) + (xy 136.539447 104.644649) + (xy 136.540742 104.641523) + (xy 136.571687 104.536136) + (xy 136.575244 104.447117) + (xy 136.575973 104.447146) + (xy 136.575682 104.445335) + (xy 136.5755 104.445335) + (xy 136.5755 104.440848) + (xy 136.575566 104.439925) + (xy 136.5756 104.4382) + (xy 136.575713 104.435383) + (xy 136.575715 104.435329) + (xy 136.575729 104.434972) + (xy 136.576907 104.390006) + (xy 136.580202 104.178584) + (xy 136.580491 104.157925) + (xy 136.580491 104.157885) + (xy 136.580501 104.157173) + (xy 136.576905 103.800154) + (xy 136.540741 103.658474) + (xy 136.526621 103.624386) + (xy 136.526194 103.623354) + (xy 136.526189 103.623344) + (xy 136.524896 103.620222) + (xy 136.472252 103.523812) + (xy 136.466998 103.518121) + (xy 136.466996 103.518118) + (xy 136.41182 103.458352) + (xy 136.412352 103.457861) + (xy 136.410876 103.456789) + (xy 136.410747 103.456918) + (xy 136.407553 103.453724) + (xy 136.406943 103.45302) + (xy 136.405793 103.451823) + (xy 136.403892 103.449763) + (xy 136.403848 103.449717) + (xy 136.403583 103.449429) + (xy 136.372612 103.416794) + (xy 136.16696 103.211142) + (xy 135.961114 103.005295) + (xy 135.95554 102.999721) + (xy 135.938457 102.989585) + (xy 135.89008 102.937622) + (xy 135.877475 102.867753) + (xy 135.904645 102.802161) + (xy 135.925024 102.782888) + (xy 135.926188 102.782252) + (xy 136.000571 102.713583) + (xy 136.033206 102.682612) + (xy 136.241697 102.474932) + (xy 136.241697 102.474933) + (xy 136.241698 102.474932) + (xy 136.241697 102.474932) + (xy 136.257851 102.458715) + (xy 136.450279 102.26554) + (xy 136.490217 102.198229) + (xy 136.522595 102.143659) + (xy 136.522597 102.143655) + (xy 136.524892 102.139787) + (xy 136.540742 102.101523) + (xy 136.571687 101.996136) + (xy 136.575729 101.894972) + (xy 136.576907 101.850006) + (xy 136.580202 101.638584) + (xy 136.58028 101.632995) + (xy 136.580491 101.617925) + (xy 136.580491 101.617885) + (xy 136.580501 101.617173) + (xy 136.576905 101.260154) + (xy 136.540741 101.118474) + (xy 136.526621 101.084386) + (xy 136.526194 101.083354) + (xy 136.526189 101.083344) + (xy 136.524896 101.080222) + (xy 136.495949 101.02721) + (xy 136.475966 100.990613) + (xy 136.475964 100.990611) + (xy 136.472252 100.983812) + (xy 136.466998 100.978121) + (xy 136.466996 100.978118) + (xy 136.440013 100.94889) + (xy 136.403583 100.909429) + (xy 136.372612 100.876794) + (xy 135.95554 100.459721) + (xy 135.938457 100.449585) + (xy 135.89008 100.397622) + (xy 135.877475 100.327753) + (xy 135.904645 100.262161) + (xy 135.925024 100.242888) + (xy 135.926188 100.242252) + (xy 135.991648 100.18182) + (xy 135.992139 100.182352) + (xy 135.993211 100.180876) + (xy 135.993082 100.180747) + (xy 135.996276 100.177553) + (xy 135.99698 100.176943) + (xy 135.998177 100.175793) + (xy 136.000237 100.173892) + (xy 136.000283 100.173848) + (xy 136.000571 100.173583) + (xy 136.033206 100.142612) + (xy 136.241697 99.934932) + (xy 136.241697 99.934933) + (xy 136.241698 99.934932) + (xy 136.241697 99.934932) + (xy 136.412882 99.763082) + (xy 136.4353 99.740577) + (xy 136.497546 99.706432) + (xy 136.524568 99.7035) + (xy 154.851233 99.7035) + (xy 154.862416 99.704027) + (xy 154.869909 99.705702) + (xy 154.877835 99.705453) + (xy 154.877836 99.705453) + (xy 154.937986 99.703562) + (xy 154.941945 99.7035) + (xy 154.969856 99.7035) + (xy 154.973791 99.703003) + (xy 154.973856 99.702995) + (xy 154.985693 99.702062) + (xy 155.017951 99.701048) + (xy 155.02197 99.700922) + (xy 155.029889 99.700673) + (xy 155.049343 99.695021) + (xy 155.0687 99.691013) + (xy 155.08093 99.689468) + (xy 155.080931 99.689468) + (xy 155.088797 99.688474) + (xy 155.096168 99.685555) + (xy 155.09617 99.685555) + (xy 155.129912 99.672196) + (xy 155.141142 99.668351) + (xy 155.175983 99.658229) + (xy 155.175984 99.658229) + (xy 155.183593 99.656018) + (xy 155.190412 99.651985) + (xy 155.190417 99.651983) + (xy 155.201028 99.645707) + (xy 155.218776 99.637012) + (xy 155.237617 99.629552) + (xy 155.273387 99.603564) + (xy 155.283307 99.597048) + (xy 155.314535 99.57858) + (xy 155.314538 99.578578) + (xy 155.321362 99.574542) + (xy 155.335683 99.560221) + (xy 155.350717 99.54738) + (xy 155.360694 99.540131) + (xy 155.367107 99.535472) + (xy 155.395298 99.501395) + (xy 155.403288 99.492616) + (xy 159.392247 95.503657) + (xy 159.400537 95.496113) + (xy 159.407018 95.492) + (xy 159.453659 95.442332) + (xy 159.456413 95.439491) + (xy 159.476134 95.41977) + (xy 159.478612 95.416575) + (xy 159.486318 95.407553) + (xy 159.511158 95.381101) + (xy 159.516586 95.375321) + (xy 159.524389 95.361128) + (xy 159.526346 95.357568) + (xy 159.537199 95.341045) + (xy 159.53969 95.337834) + (xy 159.549613 95.325041) + (xy 159.567176 95.284457) + (xy 159.572383 95.273827) + (xy 159.593695 95.23506) + (xy 159.595666 95.227383) + (xy 159.595668 95.227378) + (xy 159.598732 95.215442) + (xy 159.605138 95.19673) + (xy 159.610033 95.185419) + (xy 159.613181 95.178145) + (xy 159.614421 95.170317) + (xy 159.614423 95.17031) + (xy 159.620099 95.134476) + (xy 159.622505 95.122856) + (xy 159.631528 95.087711) + (xy 159.631528 95.08771) + (xy 159.6335 95.08003) + (xy 159.6335 95.059776) + (xy 159.635051 95.040065) + (xy 159.63822 95.020057) + (xy 159.640937 95.020487) + (xy 159.658938 94.965586) + (xy 159.71402 94.920792) + (xy 159.784576 94.912889) + (xy 159.851799 94.947838) + (xy 160.044467 95.140285) + (xy 160.061538 95.150414) + (xy 160.109917 95.202373) + (xy 160.122524 95.272241) + (xy 160.095357 95.337834) + (xy 160.074977 95.357112) + (xy 160.073812 95.357748) + (xy 160.008352 95.41818) + (xy 160.007861 95.417648) + (xy 160.006789 95.419124) + (xy 160.006918 95.419253) + (xy 160.003724 95.422447) + (xy 160.00302 95.423057) + (xy 160.001823 95.424207) + (xy 159.999763 95.426108) + (xy 159.999717 95.426152) + (xy 159.999429 95.426417) + (xy 159.966794 95.457388) + (xy 159.549715 95.874467) + (xy 159.475104 96.000222) + (xy 159.459259 96.038474) + (xy 159.428313 96.143864) + (xy 159.424756 96.232883) + (xy 159.424027 96.232854) + (xy 159.424318 96.234665) + (xy 159.4245 96.234665) + (xy 159.4245 96.239152) + (xy 159.424434 96.240075) + (xy 159.4244 96.241799) + (xy 159.424271 96.245028) + (xy 159.423093 96.289994) + (xy 159.421976 96.569424) + (xy 159.421977 96.569702) + (xy 159.42277 96.789748) + (xy 159.423094 96.879843) + (xy 159.459258 97.021523) + (xy 159.460983 97.025687) + (xy 159.47381 97.056655) + (xy 159.473815 97.056665) + (xy 159.475108 97.059787) + (xy 159.527748 97.156188) + (xy 159.533002 97.161879) + (xy 159.533004 97.161882) + (xy 159.58818 97.221648) + (xy 159.587648 97.222139) + (xy 159.589124 97.223211) + (xy 159.589253 97.223082) + (xy 159.592447 97.226276) + (xy 159.593057 97.22698) + (xy 159.594207 97.228177) + (xy 159.596108 97.230237) + (xy 159.596152 97.230283) + (xy 159.596417 97.230571) + (xy 159.627388 97.263206) + (xy 159.627939 97.263758) + (xy 159.627954 97.263773) + (xy 159.841662 97.477712) + (xy 160.038898 97.674723) + (xy 160.038901 97.674725) + (xy 160.044467 97.680285) + (xy 160.061538 97.690414) + (xy 160.109917 97.742373) + (xy 160.122524 97.812241) + (xy 160.095357 97.877834) + (xy 160.074977 97.897112) + (xy 160.073812 97.897748) + (xy 159.999429 97.966417) + (xy 159.966794 97.997388) + (xy 159.549715 98.414467) + (xy 159.475104 98.540222) + (xy 159.47338 98.544384) + (xy 159.473379 98.544386) + (xy 159.471309 98.549383) + (xy 159.459259 98.578474) + (xy 159.428313 98.683864) + (xy 159.424271 98.785028) + (xy 159.424261 98.785404) + (xy 159.424259 98.785468) + (xy 159.423257 98.823732) + (xy 159.423093 98.829994) + (xy 159.42309 98.830692) + (xy 159.42309 98.830706) + (xy 159.422064 99.087532) + (xy 159.421976 99.109424) + (xy 159.421977 99.109702) + (xy 159.422655 99.297816) + (xy 159.423094 99.419843) + (xy 159.459258 99.561523) + (xy 159.460983 99.565687) + (xy 159.47381 99.596655) + (xy 159.473815 99.596665) + (xy 159.475108 99.599787) + (xy 159.527748 99.696188) + (xy 159.533002 99.701879) + (xy 159.533004 99.701882) + (xy 159.535014 99.704059) + (xy 159.596417 99.770571) + (xy 159.627388 99.803206) + (xy 159.627939 99.803758) + (xy 159.627954 99.803773) + (xy 159.841662 100.017712) + (xy 160.038898 100.214723) + (xy 160.038901 100.214725) + (xy 160.044467 100.220285) + (xy 160.061538 100.230414) + (xy 160.109917 100.282373) + (xy 160.122524 100.352241) + (xy 160.095357 100.417834) + (xy 160.074977 100.437112) + (xy 160.073812 100.437748) + (xy 160.008352 100.49818) + (xy 160.007861 100.497648) + (xy 160.006789 100.499124) + (xy 160.006918 100.499253) + (xy 160.003724 100.502447) + (xy 160.00302 100.503057) + (xy 160.001823 100.504207) + (xy 159.999763 100.506108) + (xy 159.999717 100.506152) + (xy 159.999429 100.506417) + (xy 159.966794 100.537388) + (xy 159.549715 100.954467) + (xy 159.475104 101.080222) + (xy 159.459259 101.118474) + (xy 159.428313 101.223864) + (xy 159.424756 101.312883) + (xy 159.424027 101.312854) + (xy 159.424318 101.314665) + (xy 159.4245 101.314665) + (xy 159.4245 101.319152) + (xy 159.424434 101.320075) + (xy 159.4244 101.321799) + (xy 159.424271 101.325028) + (xy 159.423093 101.369994) + (xy 159.42309 101.370692) + (xy 159.42309 101.370706) + (xy 159.422736 101.459366) + (xy 159.421976 101.649424) + (xy 159.421977 101.649702) + (xy 159.422781 101.872798) + (xy 159.423094 101.959843) + (xy 159.459258 102.101523) + (xy 159.460983 102.105687) + (xy 159.47381 102.136655) + (xy 159.473815 102.136665) + (xy 159.475108 102.139787) + (xy 159.527748 102.236188) + (xy 159.533002 102.241879) + (xy 159.533004 102.241882) + (xy 159.58818 102.301648) + (xy 159.587648 102.302139) + (xy 159.589124 102.303211) + (xy 159.589253 102.303082) + (xy 159.592447 102.306276) + (xy 159.593057 102.30698) + (xy 159.594207 102.308177) + (xy 159.596108 102.310237) + (xy 159.596152 102.310283) + (xy 159.596417 102.310571) + (xy 159.627388 102.343206) + (xy 159.627939 102.343758) + (xy 159.627954 102.343773) + (xy 159.841662 102.557712) + (xy 160.038898 102.754723) + (xy 160.038901 102.754725) + (xy 160.044467 102.760285) + (xy 160.061538 102.770414) + (xy 160.109917 102.822373) + (xy 160.122524 102.892241) + (xy 160.095357 102.957834) + (xy 160.074977 102.977112) + (xy 160.073812 102.977748) + (xy 160.008352 103.03818) + (xy 160.007861 103.037648) + (xy 160.006789 103.039124) + (xy 160.006918 103.039253) + (xy 160.003724 103.042447) + (xy 160.00302 103.043057) + (xy 160.001823 103.044207) + (xy 159.999763 103.046108) + (xy 159.999717 103.046152) + (xy 159.999429 103.046417) + (xy 159.966794 103.077388) + (xy 159.549715 103.494467) + (xy 159.475104 103.620222) + (xy 159.459259 103.658474) + (xy 159.428313 103.763864) + (xy 159.424756 103.852883) + (xy 159.424027 103.852854) + (xy 159.424318 103.854665) + (xy 159.4245 103.854665) + (xy 159.4245 103.859152) + (xy 159.424434 103.860075) + (xy 159.4244 103.861799) + (xy 159.424271 103.865028) + (xy 159.423093 103.909994) + (xy 159.421976 104.189424) + (xy 159.423094 104.499843) + (xy 159.459258 104.641523) + (xy 159.460983 104.645687) + (xy 159.47381 104.676655) + (xy 159.473815 104.676665) + (xy 159.475108 104.679787) + (xy 159.527748 104.776188) + (xy 159.533002 104.781879) + (xy 159.533004 104.781882) + (xy 159.58818 104.841648) + (xy 159.587648 104.842139) + (xy 159.589124 104.843211) + (xy 159.589253 104.843082) + (xy 159.592447 104.846276) + (xy 159.593057 104.84698) + (xy 159.594207 104.848177) + (xy 159.596108 104.850237) + (xy 159.596152 104.850283) + (xy 159.596417 104.850571) + (xy 159.627388 104.883206) + (xy 159.627939 104.883758) + (xy 159.627954 104.883773) + (xy 159.841662 105.097712) + (xy 160.038898 105.294723) + (xy 160.038901 105.294725) + (xy 160.044467 105.300285) + (xy 160.061538 105.310414) + (xy 160.109917 105.362373) + (xy 160.122524 105.432241) + (xy 160.095357 105.497834) + (xy 160.074977 105.517112) + (xy 160.073812 105.517748) + (xy 159.999429 105.586417) + (xy 159.966794 105.617388) + (xy 159.549715 106.034467) + (xy 159.475104 106.160222) + (xy 159.459259 106.198474) + (xy 159.428313 106.303864) + (xy 159.424271 106.405028) + (xy 159.424261 106.405404) + (xy 159.424259 106.405468) + (xy 159.423111 106.449292) + (xy 159.423093 106.449994) + (xy 159.42309 106.450692) + (xy 159.42309 106.450706) + (xy 159.422696 106.54919) + (xy 159.421976 106.729424) + (xy 159.421977 106.729702) + (xy 159.422552 106.889218) + (xy 159.423094 107.039843) + (xy 159.459258 107.181523) + (xy 159.460983 107.185687) + (xy 159.47381 107.216655) + (xy 159.473815 107.216665) + (xy 159.475108 107.219787) + (xy 159.527748 107.316188) + (xy 159.533002 107.321879) + (xy 159.533004 107.321882) + (xy 159.548632 107.33881) + (xy 159.596417 107.390571) + (xy 159.627388 107.423206) + (xy 159.627939 107.423758) + (xy 159.627954 107.423773) + (xy 159.841662 107.637712) + (xy 160.038898 107.834723) + (xy 160.038901 107.834725) + (xy 160.044467 107.840285) + (xy 160.061538 107.850414) + (xy 160.109917 107.902373) + (xy 160.122524 107.972241) + (xy 160.095357 108.037834) + (xy 160.074977 108.057112) + (xy 160.073812 108.057748) + (xy 159.999429 108.126417) + (xy 159.966794 108.157388) + (xy 159.549715 108.574467) + (xy 159.475104 108.700222) + (xy 159.47338 108.704384) + (xy 159.473379 108.704386) + (xy 159.469512 108.713721) + (xy 159.459259 108.738474) + (xy 159.428313 108.843864) + (xy 159.424271 108.945028) + (xy 159.424261 108.945404) + (xy 159.424259 108.945468) + (xy 159.423111 108.989292) + (xy 159.423093 108.989994) + (xy 159.421976 109.269424) + (xy 159.423094 109.579843) + (xy 159.459258 109.721523) + (xy 159.460983 109.725687) + (xy 159.47381 109.756655) + (xy 159.473815 109.756665) + (xy 159.475108 109.759787) + (xy 159.527748 109.856188) + (xy 159.533002 109.861879) + (xy 159.533004 109.861882) + (xy 159.548632 109.87881) + (xy 159.596417 109.930571) + (xy 159.627388 109.963206) + (xy 159.627939 109.963758) + (xy 159.627954 109.963773) + (xy 159.841662 110.177712) + (xy 160.038898 110.374723) + (xy 160.038901 110.374725) + (xy 160.044467 110.380285) + (xy 160.061538 110.390414) + (xy 160.109917 110.442373) + (xy 160.122524 110.512241) + (xy 160.095357 110.577834) + (xy 160.074977 110.597112) + (xy 160.073812 110.597748) + (xy 159.999429 110.666417) + (xy 159.966794 110.697388) + (xy 159.549715 111.114467) + (xy 159.475104 111.240222) + (xy 159.459259 111.278474) + (xy 159.428313 111.383864) + (xy 159.424271 111.485028) + (xy 159.423093 111.529994) + (xy 159.421976 111.809424) + (xy 159.423094 112.119843) + (xy 159.459258 112.261523) + (xy 159.460983 112.265687) + (xy 159.47381 112.296655) + (xy 159.473815 112.296665) + (xy 159.475108 112.299787) + (xy 159.527748 112.396188) + (xy 159.533002 112.401879) + (xy 159.533004 112.401882) + (xy 159.539652 112.409083) + (xy 159.596417 112.470571) + (xy 159.627388 112.503206) + (xy 159.627939 112.503758) + (xy 159.627954 112.503773) + (xy 159.841662 112.717712) + (xy 160.038898 112.914723) + (xy 160.038901 112.914725) + (xy 160.044467 112.920285) + (xy 160.051233 112.9243) + (xy 160.051234 112.9243) + (xy 160.062013 112.930695) + (xy 160.110392 112.982656) + (xy 160.122999 113.052524) + (xy 160.095832 113.118117) + (xy 160.071203 113.141412) + (xy 160.068406 113.14342) + (xy 160.000103 113.206481) + (xy 159.999461 113.207083) + (xy 159.96782 113.237104) + (xy 159.966562 113.23833) + (xy 159.555685 113.649207) + (xy 159.546085 113.661565) + (xy 159.477869 113.776542) + (xy 159.473846 113.784579) + (xy 159.461021 113.815541) + (xy 159.458774 113.821909) + (xy 159.430993 113.916519) + (xy 159.428501 113.931696) + (xy 159.424788 114.024716) + (xy 159.424768 114.025327) + (xy 159.424438 114.037891) + (xy 159.428511 114.053242) + (xy 159.429219 114.053889) + (xy 159.438346 114.056) + (xy 160.828 114.056) + (xy 160.896121 114.076002) + (xy 160.942614 114.129658) + (xy 160.954 114.182) + (xy 160.954 114.438) + (xy 160.933998 114.506121) + (xy 160.880342 114.552614) + (xy 160.828 114.564) + (xy 159.441366 114.564) + (xy 159.426127 114.568475) + (xy 159.425001 114.569774) + (xy 159.4233 114.577662) + (xy 159.423568 114.652024) + (xy 159.425516 114.66731) + (xy 159.458613 114.796972) + (xy 159.461447 114.805486) + (xy 159.470784 114.82803) + (xy 159.474286 114.836486) + (xy 159.477186 114.842545) + (xy 159.52445 114.9291) + (xy 159.533419 114.941593) + (xy 159.596481 115.009897) + (xy 159.597083 115.010539) + (xy 159.627118 115.042194) + (xy 159.628295 115.043403) + (xy 159.842026 115.257361) + (xy 159.842025 115.257361) + (xy 159.842026 115.257362) + (xy 159.842026 115.257361) + (xy 160.039217 115.454331) + (xy 160.051551 115.463907) + (xy 160.061981 115.470095) + (xy 160.11036 115.522056) + (xy 160.122967 115.591924) + (xy 160.095799 115.657517) + (xy 160.075229 115.676974) + (xy 160.073812 115.677748) + (xy 160.068122 115.683001) + (xy 160.068119 115.683003) + (xy 160.043973 115.705295) + (xy 159.999429 115.746417) + (xy 159.966794 115.777388) + (xy 159.549715 116.194467) + (xy 159.475104 116.320222) + (xy 159.459259 116.358474) + (xy 159.428313 116.463864) + (xy 159.424271 116.565028) + (xy 159.424261 116.565404) + (xy 159.424259 116.565468) + (xy 159.423226 116.604907) + (xy 159.423093 116.609994) + (xy 159.42309 116.610692) + (xy 159.42309 116.610706) + (xy 159.422696 116.70922) + (xy 159.421976 116.889424) + (xy 159.423094 117.199843) + (xy 159.459258 117.341523) + (xy 159.460983 117.345687) + (xy 159.47381 117.376655) + (xy 159.473815 117.376665) + (xy 159.475108 117.379787) + (xy 159.527748 117.476188) + (xy 159.533002 117.481879) + (xy 159.533004 117.481882) + (xy 159.548632 117.49881) + (xy 159.596417 117.550571) + (xy 159.627388 117.583206) + (xy 159.627939 117.583758) + (xy 159.627954 117.583773) + (xy 159.841662 117.797712) + (xy 160.038898 117.994723) + (xy 160.038901 117.994725) + (xy 160.044467 118.000285) + (xy 160.051233 118.0043) + (xy 160.051234 118.0043) + (xy 160.067147 118.013741) + (xy 160.170222 118.074896) + (xy 160.208474 118.090741) + (xy 160.313864 118.121687) + (xy 160.415028 118.125729) + (xy 160.415404 118.125739) + (xy 160.415468 118.125741) + (xy 160.459342 118.12689) + (xy 160.459349 118.12689) + (xy 160.459994 118.126907) + (xy 160.730501 118.128269) + (xy 160.730753 118.128268) + (xy 160.730804 118.128268) + (xy 160.972289 118.127236) + (xy 161.049846 118.126905) + (xy 161.057347 118.12499) + (xy 161.05735 118.12499) + (xy 161.151979 118.100835) + (xy 161.191526 118.090741) + (xy 161.201866 118.086458) + (xy 161.226646 118.076194) + (xy 161.226656 118.076189) + (xy 161.229778 118.074896) + (xy 161.288164 118.043015) + (xy 161.319387 118.025966) + (xy 161.319389 118.025964) + (xy 161.326188 118.022252) + (xy 161.331879 118.016998) + (xy 161.331882 118.016996) + (xy 161.372288 117.979693) + (xy 161.400571 117.953583) + (xy 161.433206 117.922612) + (xy 161.641697 117.714932) + (xy 161.641697 117.714933) + (xy 161.641698 117.714932) + (xy 161.641697 117.714932) + (xy 161.692879 117.663551) + (xy 161.850279 117.50554) + (xy 161.882138 117.451845) + (xy 161.934101 117.403466) + (xy 162.003969 117.390861) + (xy 162.069561 117.41803) + (xy 162.110052 117.476349) + (xy 162.1165 117.516139) + (xy 162.1165 117.581852) + (xy 162.096498 117.649973) + (xy 162.079595 117.670947) + (xy 159.420947 120.329595) + (xy 159.358635 120.363621) + (xy 159.331852 120.3665) + (xy 140.118147 120.3665) + (xy 140.050026 120.346498) + (xy 140.029052 120.329595) + (xy 136.617125 116.917667) + (xy 136.583099 116.855355) + (xy 136.580226 116.829841) + (xy 136.576981 116.507715) + (xy 136.576905 116.500154) + (xy 136.540741 116.358474) + (xy 136.533781 116.341672) + (xy 136.526194 116.323354) + (xy 136.526189 116.323344) + (xy 136.524896 116.320222) + (xy 136.509524 116.29207) + (xy 136.475966 116.230613) + (xy 136.475964 116.230611) + (xy 136.472252 116.223812) + (xy 136.466998 116.218121) + (xy 136.466996 116.218118) + (xy 136.412495 116.159083) + (xy 136.403583 116.149429) + (xy 136.372612 116.116794) + (xy 135.95554 115.699721) + (xy 135.937985 115.689305) + (xy 135.889607 115.637345) + (xy 135.877 115.567477) + (xy 135.904168 115.501884) + (xy 135.928794 115.47859) + (xy 135.931595 115.476579) + (xy 135.999897 115.413519) + (xy 136.000539 115.412917) + (xy 136.032245 115.382834) + (xy 136.033368 115.381742) + (xy 136.241349 115.174567) + (xy 136.444366 114.970764) + (xy 136.453876 114.958498) + (xy 136.52213 114.843463) + (xy 136.526147 114.83544) + (xy 136.529216 114.82803) + (xy 136.538983 114.804449) + (xy 136.541227 114.798089) + (xy 136.569007 114.703481) + (xy 136.571499 114.688304) + (xy 136.575212 114.595284) + (xy 136.575232 114.594673) + (xy 136.575562 114.582109) + (xy 136.571489 114.566758) + (xy 136.570781 114.566111) + (xy 136.561654 114.564) + (xy 134.041366 114.564) + (xy 134.026127 114.568475) + (xy 134.025001 114.569774) + (xy 134.0233 114.577662) + (xy 134.023568 114.652024) + (xy 134.025516 114.66731) + (xy 134.058613 114.796972) + (xy 134.061447 114.805486) + (xy 134.070784 114.82803) + (xy 134.074286 114.836486) + (xy 134.077186 114.842545) + (xy 134.12445 114.9291) + (xy 134.133419 114.941593) + (xy 134.196481 115.009897) + (xy 134.197083 115.010539) + (xy 134.227118 115.042194) + (xy 134.228295 115.043403) + (xy 134.442026 115.257361) + (xy 134.442025 115.257361) + (xy 134.442026 115.257362) + (xy 134.442026 115.257361) + (xy 134.639217 115.454331) + (xy 134.651551 115.463907) + (xy 134.661981 115.470095) + (xy 134.71036 115.522056) + (xy 134.722967 115.591924) + (xy 134.695799 115.657517) + (xy 134.675229 115.676974) + (xy 134.673812 115.677748) + (xy 134.668122 115.683001) + (xy 134.668119 115.683003) + (xy 134.643973 115.705295) + (xy 134.599429 115.746417) + (xy 134.566794 115.777388) + (xy 134.149715 116.194467) + (xy 134.075104 116.320222) + (xy 134.059259 116.358474) + (xy 134.028313 116.463864) + (xy 134.024271 116.565028) + (xy 134.024261 116.565404) + (xy 134.024259 116.565468) + (xy 134.023226 116.604907) + (xy 134.023093 116.609994) + (xy 134.02309 116.610692) + (xy 134.02309 116.610706) + (xy 134.022696 116.70922) + (xy 134.021976 116.889424) + (xy 134.023094 117.199843) + (xy 134.059258 117.341523) + (xy 134.060983 117.345687) + (xy 134.07381 117.376655) + (xy 134.073815 117.376665) + (xy 134.075108 117.379787) + (xy 134.127748 117.476188) + (xy 134.133002 117.481879) + (xy 134.133004 117.481882) + (xy 134.148632 117.49881) + (xy 134.196417 117.550571) + (xy 134.227388 117.583206) + (xy 134.227939 117.583758) + (xy 134.227954 117.583773) + (xy 134.441662 117.797712) + (xy 134.638898 117.994723) + (xy 134.638901 117.994725) + (xy 134.644467 118.000285) + (xy 134.651233 118.0043) + (xy 134.651234 118.0043) + (xy 134.667147 118.013741) + (xy 134.770222 118.074896) + (xy 134.808474 118.090741) + (xy 134.913864 118.121687) + (xy 135.015028 118.125729) + (xy 135.015404 118.125739) + (xy 135.015468 118.125741) + (xy 135.059342 118.12689) + (xy 135.059349 118.12689) + (xy 135.059994 118.126907) + (xy 135.276985 118.127999) + (xy 135.345003 118.148343) + (xy 135.365445 118.164902) + (xy 139.019085 121.818542) + (xy 139.031926 121.833577) + (xy 139.035927 121.839084) + (xy 139.035932 121.83909) + (xy 139.039815 121.844434) + (xy 139.044725 121.848855) + (xy 139.044726 121.848856) + (xy 139.089194 121.888895) + (xy 139.09397 121.893427) + (xy 139.108015 121.907472) + (xy 139.115369 121.913427) + (xy 139.123447 121.919969) + (xy 139.128462 121.924253) + (xy 139.17292 121.964283) + (xy 139.172925 121.964287) + (xy 139.177831 121.968704) + (xy 139.183547 121.972004) + (xy 139.183548 121.972005) + (xy 139.189449 121.975412) + (xy 139.205737 121.986607) + (xy 139.216161 121.995048) + (xy 139.275366 122.025214) + (xy 139.281119 122.028337) + (xy 139.338669 122.061564) + (xy 139.344953 122.063606) + (xy 139.344958 122.063608) + (xy 139.351421 122.065708) + (xy 139.369683 122.073272) + (xy 139.375749 122.076363) + (xy 139.375758 122.076366) + (xy 139.381637 122.079362) + (xy 139.388015 122.081071) + (xy 139.445804 122.096556) + (xy 139.452106 122.098422) + (xy 139.515298 122.118954) + (xy 139.528205 122.120311) + (xy 139.528628 122.120355) + (xy 139.548071 122.123958) + (xy 139.561029 122.12743) + (xy 139.567619 122.127775) + (xy 139.567623 122.127776) + (xy 139.611573 122.130079) + (xy 139.627372 122.130907) + (xy 139.633931 122.131423) + (xy 139.653694 122.1335) + (xy 139.673555 122.1335) + (xy 139.68015 122.133673) + (xy 139.739902 122.136805) + (xy 139.739906 122.136805) + (xy 139.746493 122.13715) + (xy 139.759747 122.135051) + (xy 139.779456 122.1335) + (xy 159.670543 122.1335) + (xy 159.690255 122.135051) + (xy 159.703507 122.13715) + (xy 159.710094 122.136805) + (xy 159.710098 122.136805) + (xy 159.76985 122.133673) + (xy 159.776445 122.1335) + (xy 159.796306 122.1335) + (xy 159.816069 122.131423) + (xy 159.822628 122.130907) + (xy 159.838427 122.130079) + (xy 159.882377 122.127776) + (xy 159.882381 122.127775) + (xy 159.888971 122.12743) + (xy 159.901929 122.123958) + (xy 159.921372 122.120355) + (xy 159.921795 122.120311) + (xy 159.934702 122.118954) + (xy 159.997894 122.098422) + (xy 160.004196 122.096556) + (xy 160.061985 122.081071) + (xy 160.068363 122.079362) + (xy 160.074242 122.076366) + (xy 160.074251 122.076363) + (xy 160.080317 122.073272) + (xy 160.098579 122.065708) + (xy 160.105043 122.063608) + (xy 160.105051 122.063605) + (xy 160.111331 122.061564) + (xy 160.11705 122.058262) + (xy 160.117055 122.05826) + (xy 160.168867 122.028346) + (xy 160.174637 122.025213) + (xy 160.233839 121.995047) + (xy 160.244262 121.986607) + (xy 160.260552 121.975411) + (xy 160.260903 121.975209) + (xy 160.272169 121.968704) + (xy 160.277075 121.964287) + (xy 160.27708 121.964283) + (xy 160.321538 121.924253) + (xy 160.326554 121.919969) + (xy 160.339409 121.909559) + (xy 160.339412 121.909556) + (xy 160.341986 121.907472) + (xy 160.356031 121.893427) + (xy 160.360816 121.888886) + (xy 160.405274 121.848856) + (xy 160.405275 121.848855) + (xy 160.410185 121.844434) + (xy 160.418075 121.833574) + (xy 160.430912 121.818546) + (xy 163.568546 118.680912) + (xy 163.583574 118.668075) + (xy 163.594434 118.660185) + (xy 163.638886 118.610816) + (xy 163.643427 118.606031) + (xy 163.657472 118.591986) + (xy 163.659559 118.589409) + (xy 163.669969 118.576554) + (xy 163.674253 118.571538) + (xy 163.714283 118.52708) + (xy 163.714287 118.527075) + (xy 163.718704 118.522169) + (xy 163.725411 118.510552) + (xy 163.736609 118.494259) + (xy 163.740891 118.488971) + (xy 163.745047 118.483839) + (xy 163.775213 118.424637) + (xy 163.778346 118.418867) + (xy 163.80826 118.367055) + (xy 163.808262 118.36705) + (xy 163.811564 118.361331) + (xy 163.813605 118.355051) + (xy 163.813608 118.355043) + (xy 163.815708 118.348579) + (xy 163.823272 118.330317) + (xy 163.826363 118.324251) + (xy 163.826366 118.324242) + (xy 163.829362 118.318363) + (xy 163.846556 118.254196) + (xy 163.848422 118.247894) + (xy 163.868954 118.184702) + (xy 163.870355 118.171372) + (xy 163.873958 118.151929) + (xy 163.87743 118.138971) + (xy 163.877992 118.12826) + (xy 163.88072 118.076194) + (xy 163.880907 118.072628) + (xy 163.881424 118.066059) + (xy 163.883156 118.049577) + (xy 163.8835 118.046306) + (xy 163.8835 118.026445) + (xy 163.883673 118.01985) + (xy 163.886805 117.960098) + (xy 163.886805 117.960094) + (xy 163.88715 117.953507) + (xy 163.885051 117.940253) + (xy 163.8835 117.920544) + (xy 163.8835 114.837713) + (xy 163.889612 114.802019) + (xy 163.889164 114.801909) + (xy 163.890643 114.795891) + (xy 163.8927 114.79006) + (xy 163.905148 114.703481) + (xy 163.912861 114.649838) + (xy 163.912862 114.649831) + (xy 163.9135 114.64539) + (xy 163.9135 114.500038) + (xy 163.913504 114.5) + (xy 163.9135 114.499962) + (xy 163.9135 114.35461) + (xy 163.910557 114.299715) + (xy 163.874411 114.158098) + (xy 163.872534 114.153566) + (xy 163.860715 114.125033) + (xy 163.860711 114.125024) + (xy 163.860059 114.12345) + (xy 163.836336 114.073868) + (xy 163.748747 113.956863) + (xy 163.543137 113.751253) + (xy 163.540134 113.748555) + (xy 163.506852 113.718658) + (xy 163.506848 113.718655) + (xy 163.502247 113.714522) + (xy 163.496925 113.711364) + (xy 163.496922 113.711362) + (xy 163.412029 113.660992) + (xy 163.37655 113.639941) + (xy 163.341902 113.625589) + (xy 163.340324 113.625032) + (xy 163.340318 113.62503) + (xy 163.295891 113.609357) + (xy 163.29589 113.609357) + (xy 163.29006 113.6073) + (xy 163.272088 113.604716) + (xy 163.149838 113.587139) + (xy 163.149831 113.587138) + (xy 163.14539 113.5865) + (xy 162.85461 113.5865) + (xy 162.824079 113.588137) + (xy 162.805902 113.589111) + (xy 162.805899 113.589111) + (xy 162.799715 113.589443) + (xy 162.658098 113.625589) + (xy 162.653936 113.627313) + (xy 162.625033 113.639285) + (xy 162.625024 113.639289) + (xy 162.62345 113.639941) + (xy 162.621922 113.640672) + (xy 162.621911 113.640677) + (xy 162.594832 113.653633) + (xy 162.573868 113.663664) + (xy 162.456863 113.751253) + (xy 162.251253 113.956863) + (xy 162.250124 113.95812) + (xy 162.250121 113.958123) + (xy 162.218658 113.993148) + (xy 162.218655 113.993152) + (xy 162.214522 113.997753) + (xy 162.208708 114.007552) + (xy 162.156747 114.055929) + (xy 162.086878 114.068535) + (xy 162.021286 114.041366) + (xy 161.980795 113.983048) + (xy 161.97541 113.959591) + (xy 161.974533 113.952881) + (xy 161.941387 113.823028) + (xy 161.938549 113.814503) + (xy 161.925726 113.783547) + (xy 161.922807 113.777445) + (xy 161.875551 113.690902) + (xy 161.866579 113.678405) + (xy 161.803519 113.610103) + (xy 161.802917 113.609461) + (xy 161.772869 113.577792) + (xy 161.771717 113.576609) + (xy 161.360794 113.165685) + (xy 161.348447 113.156093) + (xy 161.338018 113.149906) + (xy 161.289638 113.097946) + (xy 161.277031 113.028077) + (xy 161.304198 112.962484) + (xy 161.32477 112.943026) + (xy 161.326188 112.942252) + (xy 161.400571 112.873583) + (xy 161.433206 112.842612) + (xy 161.641697 112.634932) + (xy 161.641697 112.634933) + (xy 161.641698 112.634932) + (xy 161.641697 112.634932) + (xy 161.723361 112.552951) + (xy 161.850279 112.42554) + (xy 161.897467 112.34601) + (xy 161.922595 112.303659) + (xy 161.922597 112.303655) + (xy 161.924892 112.299787) + (xy 161.940742 112.261523) + (xy 161.971687 112.156136) + (xy 161.975729 112.054972) + (xy 161.976155 112.038732) + (xy 161.976901 112.010222) + (xy 161.976907 112.010006) + (xy 161.980202 111.798584) + (xy 161.980491 111.777925) + (xy 161.980491 111.777885) + (xy 161.980501 111.777173) + (xy 161.976905 111.420154) + (xy 161.940741 111.278474) + (xy 161.926621 111.244386) + (xy 161.926194 111.243354) + (xy 161.926189 111.243344) + (xy 161.924896 111.240222) + (xy 161.890386 111.177022) + (xy 161.875966 111.150613) + (xy 161.875964 111.150611) + (xy 161.872252 111.143812) + (xy 161.866998 111.138121) + (xy 161.866996 111.138118) + (xy 161.840013 111.10889) + (xy 161.803583 111.069429) + (xy 161.772612 111.036794) + (xy 161.35554 110.619721) + (xy 161.338457 110.609585) + (xy 161.29008 110.557622) + (xy 161.277475 110.487753) + (xy 161.304645 110.422161) + (xy 161.325024 110.402888) + (xy 161.326188 110.402252) + (xy 161.400571 110.333583) + (xy 161.433206 110.302612) + (xy 161.641697 110.094932) + (xy 161.641697 110.094933) + (xy 161.641698 110.094932) + (xy 161.641697 110.094932) + (xy 161.770435 109.965694) + (xy 161.850279 109.88554) + (xy 161.924892 109.759787) + (xy 161.940742 109.721523) + (xy 161.971687 109.616136) + (xy 161.975729 109.514972) + (xy 161.976907 109.470006) + (xy 161.978502 109.367647) + (xy 163.883468 109.367647) + (xy 163.883469 109.367925) + (xy 163.884726 109.717162) + (xy 163.885095 109.81985) + (xy 163.921259 109.96153) + (xy 163.922984 109.965694) + (xy 163.935806 109.99665) + (xy 163.935811 109.99666) + (xy 163.937104 109.999782) + (xy 163.989748 110.096192) + (xy 163.995002 110.101883) + (xy 163.995004 110.101886) + (xy 164.021817 110.13093) + (xy 164.058417 110.170575) + (xy 164.089388 110.20321) + (xy 164.323874 110.439648) + (xy 164.390352 110.506126) + (xy 164.704461 110.818283) + (xy 164.830216 110.892895) + (xy 164.85854 110.904627) + (xy 164.868487 110.908747) + (xy 164.871713 110.909694) + (xy 164.871721 110.909697) + (xy 164.93366 110.927882) + (xy 164.973871 110.939688) + (xy 165.056194 110.942977) + (xy 165.074694 110.943716) + (xy 165.074702 110.943716) + (xy 165.075021 110.943729) + (xy 165.12 110.944904) + (xy 165.120463 110.944908) + (xy 165.120504 110.944909) + (xy 165.486066 110.948262) + (xy 165.486122 110.948262) + (xy 165.486552 110.948266) + (xy 165.48701 110.948263) + (xy 165.487069 110.948263) + (xy 165.807457 110.946124) + (xy 165.989835 110.944906) + (xy 166.079744 110.921959) + (xy 166.127155 110.909859) + (xy 166.127158 110.909858) + (xy 166.131515 110.908746) + (xy 166.159835 110.897016) + (xy 166.166659 110.89419) + (xy 166.166666 110.894187) + (xy 166.169782 110.892896) + (xy 166.172749 110.891276) + (xy 166.172753 110.891274) + (xy 166.259391 110.843966) + (xy 166.259393 110.843964) + (xy 166.266192 110.840252) + (xy 166.271883 110.834998) + (xy 166.271886 110.834996) + (xy 166.30093 110.808183) + (xy 166.340575 110.771583) + (xy 166.37321 110.740612) + (xy 166.373624 110.740202) + (xy 166.373658 110.740169) + (xy 166.616254 110.499866) + (xy 166.616439 110.499683) + (xy 166.676105 110.439648) + (xy 166.863912 110.25068) + (xy 166.926119 110.216463) + (xy 166.953282 110.2135) + (xy 167.411852 110.2135) + (xy 167.479973 110.233502) + (xy 167.500947 110.250405) + (xy 170.499595 113.249052) + (xy 170.533621 113.311364) + (xy 170.5365 113.338147) + (xy 170.5365 116.208585) + (xy 170.516498 116.276706) + (xy 170.499595 116.29768) + (xy 170.079217 116.718058) + (xy 170.004605 116.843813) + (xy 170.002884 116.847968) + (xy 169.992873 116.872137) + (xy 169.990203 116.878584) + (xy 169.988753 116.882084) + (xy 169.987803 116.88532) + (xy 169.9878 116.885328) + (xy 169.986516 116.889702) + (xy 169.957815 116.98745) + (xy 169.953771 117.088619) + (xy 169.952594 117.133579) + (xy 169.952594 117.976238) + (xy 169.963725 118.01985) + (xy 169.981378 118.089016) + (xy 169.988754 118.117918) + (xy 169.994743 118.132377) + (xy 170.000484 118.146238) + (xy 170.002839 118.151923) + (xy 170.004604 118.156185) + (xy 170.006224 118.159152) + (xy 170.006226 118.159156) + (xy 170.020176 118.184702) + (xy 170.057248 118.252595) + (xy 170.062502 118.258286) + (xy 170.062504 118.258289) + (xy 170.084339 118.28194) + (xy 170.125917 118.326978) + (xy 170.156888 118.359613) + (xy 170.685553 118.888279) + (xy 170.713728 118.904996) + (xy 170.807434 118.960595) + (xy 170.807438 118.960597) + (xy 170.811306 118.962892) + (xy 170.815468 118.964616) + (xy 170.81547 118.964617) + (xy 170.83271 118.971758) + (xy 170.84957 118.978742) + (xy 170.852811 118.979694) + (xy 170.852812 118.979694) + (xy 170.853374 118.979859) + (xy 170.954957 119.009687) + (xy 171.056121 119.013729) + (xy 171.056497 119.013739) + (xy 171.056561 119.013741) + (xy 171.08319 119.014438) + (xy 171.101087 119.014907) + (xy 171.16983 119.014907) + (xy 171.848735 119.014906) + (xy 171.990416 118.978747) + (xy 172.000363 118.974627) + (xy 172.028687 118.962895) + (xy 172.067932 118.941465) + (xy 172.118294 118.913966) + (xy 172.118296 118.913965) + (xy 172.125095 118.910252) + (xy 172.130786 118.904998) + (xy 172.130789 118.904996) + (xy 172.159833 118.878183) + (xy 172.199478 118.841583) + (xy 172.232113 118.810612) + (xy 172.601259 118.441466) + (xy 172.663571 118.40744) + (xy 172.734386 118.412505) + (xy 172.779449 118.441466) + (xy 173.220295 118.882312) + (xy 173.232646 118.891906) + (xy 173.34763 118.96013) + (xy 173.355653 118.964147) + (xy 173.363063 118.967216) + (xy 173.386644 118.976983) + (xy 173.393004 118.979227) + (xy 173.487612 119.007007) + (xy 173.502789 119.009499) + (xy 173.595668 119.013206) + (xy 173.596558 119.013235) + (xy 173.640259 119.014384) + (xy 173.641824 119.014404) + (xy 173.687885 119.014404) + (xy 173.703124 119.009929) + (xy 173.704329 119.008539) + (xy 173.706 119.000856) + (xy 173.706 118.996289) + (xy 174.214 118.996289) + (xy 174.218475 119.011528) + (xy 174.219865 119.012733) + (xy 174.227548 119.014404) + (xy 174.380801 119.014404) + (xy 174.396315 119.012456) + (xy 174.525873 118.97939) + (xy 174.534372 118.976561) + (xy 174.54017 118.97416) + (xy 174.565362 118.963725) + (xy 174.571472 118.960802) + (xy 174.658001 118.913553) + (xy 174.670503 118.904578) + (xy 174.738804 118.841519) + (xy 174.739446 118.840917) + (xy 174.771087 118.810896) + (xy 174.772345 118.80967) + (xy 174.899383 118.682632) + (xy 174.961695 118.648606) + (xy 175.03251 118.653671) + (xy 175.089346 118.696218) + (xy 175.099066 118.711343) + (xy 175.133468 118.774347) + (xy 175.13347 118.77435) + (xy 175.137246 118.781265) + (xy 175.142612 118.787029) + (xy 175.142614 118.787031) + (xy 175.170288 118.816754) + (xy 175.236886 118.888283) + (xy 175.244628 118.892877) + (xy 175.24463 118.892878) + (xy 175.349543 118.955124) + (xy 175.362641 118.962895) + (xy 175.366796 118.964616) + (xy 175.390965 118.974627) + (xy 175.397792 118.977455) + (xy 175.397797 118.977457) + (xy 175.400912 118.978747) + (xy 175.404148 118.979697) + (xy 175.404156 118.9797) + (xy 175.476209 119.000856) + (xy 175.506278 119.009685) + (xy 175.514022 119.009995) + (xy 175.514025 119.009995) + (xy 175.5666 119.012096) + (xy 175.607447 119.013729) + (xy 175.652407 119.014906) + (xy 177.457407 119.014906) + (xy 177.599088 118.978747) + (xy 177.609035 118.974627) + (xy 177.637359 118.962895) + (xy 177.675501 118.942068) + (xy 177.726845 118.914032) + (xy 177.726847 118.91403) + (xy 177.733765 118.910253) + (xy 177.753047 118.892301) + (xy 177.834188 118.816754) + (xy 177.840784 118.810613) + (xy 177.915395 118.684859) + (xy 177.931246 118.64659) + (xy 177.962185 118.541222) + (xy 177.962751 118.52708) + (xy 177.964714 118.477957) + (xy 177.966229 118.440053) + (xy 177.967406 118.395093) + (xy 177.967406 116.495093) + (xy 177.931247 116.353412) + (xy 177.927127 116.343465) + (xy 177.915395 116.315141) + (xy 177.87741 116.245577) + (xy 177.866532 116.225655) + (xy 177.86653 116.225653) + (xy 177.862753 116.218735) + (xy 177.763113 116.111716) + (xy 177.637359 116.037105) + (xy 177.59909 116.021254) + (xy 177.493722 115.990315) + (xy 177.485978 115.990005) + (xy 177.485975 115.990005) + (xy 177.4334 115.987904) + (xy 177.392553 115.986271) + (xy 177.347593 115.985094) + (xy 175.542591 115.985094) + (xy 175.40091 116.021254) + (xy 175.362641 116.037105) + (xy 175.266235 116.089746) + (xy 175.260471 116.095112) + (xy 175.260469 116.095114) + (xy 175.246538 116.108085) + (xy 175.159217 116.189386) + (xy 175.154623 116.197128) + (xy 175.154622 116.19713) + (xy 175.134756 116.230614) + (xy 175.098294 116.29207) + (xy 175.097568 116.293293) + (xy 175.045606 116.341672) + (xy 174.975738 116.354278) + (xy 174.910145 116.32711) + (xy 174.90011 116.318095) + (xy 174.6997 116.117685) + (xy 174.687342 116.108085) + (xy 174.572364 116.039868) + (xy 174.564334 116.035849) + (xy 174.558545 116.033451) + (xy 174.533344 116.023013) + (xy 174.526984 116.020769) + (xy 174.432397 115.992996) + (xy 174.417216 115.990503) + (xy 174.324314 115.986793) + (xy 174.32346 115.986765) + (xy 174.279748 115.985616) + (xy 174.278185 115.985596) + (xy 174.232115 115.985596) + (xy 174.216876 115.990071) + (xy 174.215671 115.991461) + (xy 174.214 115.999144) + (xy 174.214 118.996289) + (xy 173.706 118.996289) + (xy 173.706 116.003712) + (xy 173.701525 115.988473) + (xy 173.700135 115.987268) + (xy 173.692452 115.985597) + (xy 173.539184 115.985597) + (xy 173.523664 115.987546) + (xy 173.394121 116.020613) + (xy 173.385596 116.023451) + (xy 173.35464 116.036274) + (xy 173.348538 116.039193) + (xy 173.261995 116.086449) + (xy 173.249498 116.095421) + (xy 173.181196 116.158481) + (xy 173.180554 116.159083) + (xy 173.148913 116.189104) + (xy 173.147655 116.19033) + (xy 172.77945 116.558535) + (xy 172.717138 116.592561) + (xy 172.646323 116.587496) + (xy 172.60126 116.558535) + (xy 172.340405 116.29768) + (xy 172.306379 116.235368) + (xy 172.3035 116.208585) + (xy 172.3035 113.093392) + (xy 184.735093 113.093392) + (xy 184.735094 117.016445) + (xy 184.737043 117.024079) + (xy 184.737043 117.024082) + (xy 184.756414 117.099972) + (xy 184.771258 117.158125) + (xy 184.772983 117.162289) + (xy 184.78581 117.193257) + (xy 184.785815 117.193267) + (xy 184.787108 117.196389) + (xy 184.839748 117.29279) + (xy 184.845002 117.298481) + (xy 184.845004 117.298484) + (xy 184.860587 117.315363) + (xy 184.908417 117.367173) + (xy 184.939388 117.399808) + (xy 185.427865 117.888285) + (xy 185.55362 117.962896) + (xy 185.557782 117.96462) + (xy 185.557784 117.964621) + (xy 185.575026 117.971763) + (xy 185.591872 117.978741) + (xy 185.697262 118.009687) + (xy 185.798426 118.013729) + (xy 185.798802 118.013739) + (xy 185.798866 118.013741) + (xy 185.825495 118.014438) + (xy 185.843392 118.014907) + (xy 185.974206 118.014907) + (xy 187.266448 118.014905) + (xy 187.274082 118.012956) + (xy 187.274085 118.012956) + (xy 187.387991 117.983881) + (xy 187.408128 117.978741) + (xy 187.418468 117.974458) + (xy 187.443248 117.964194) + (xy 187.443258 117.964189) + (xy 187.44638 117.962896) + (xy 187.487842 117.940256) + (xy 187.535989 117.913966) + (xy 187.535991 117.913964) + (xy 187.54279 117.910252) + (xy 187.548481 117.904998) + (xy 187.548484 117.904996) + (xy 187.590277 117.866413) + (xy 187.617173 117.841583) + (xy 187.649808 117.810612) + (xy 188.138279 117.322142) + (xy 188.20638 117.207365) + (xy 188.210595 117.200261) + (xy 188.210597 117.200257) + (xy 188.212892 117.196389) + (xy 188.228742 117.158125) + (xy 188.23595 117.133579) + (xy 188.257505 117.060169) + (xy 188.259687 117.052738) + (xy 188.263729 116.951574) + (xy 188.264907 116.906608) + (xy 188.264907 116.810285) + (xy 190.860596 116.810285) + (xy 190.862545 116.825805) + (xy 190.895613 116.955351) + (xy 190.898447 116.963865) + (xy 190.907784 116.986409) + (xy 190.911286 116.994865) + (xy 190.914186 117.000924) + (xy 190.96145 117.087479) + (xy 190.970419 117.099972) + (xy 191.033481 117.168276) + (xy 191.034083 117.168918) + (xy 191.064104 117.200559) + (xy 191.06533 117.201817) + (xy 191.495828 117.632315) + (xy 191.508186 117.641915) + (xy 191.623164 117.710132) + (xy 191.631194 117.714151) + (xy 191.662184 117.726987) + (xy 191.668544 117.729231) + (xy 191.763131 117.757004) + (xy 191.778312 117.759497) + (xy 191.871214 117.763207) + (xy 191.872068 117.763235) + (xy 191.91578 117.764384) + (xy 191.917343 117.764404) + (xy 192.227885 117.764404) + (xy 192.243124 117.759929) + (xy 192.244329 117.758539) + (xy 192.246 117.750856) + (xy 192.246 117.746288) + (xy 192.754 117.746288) + (xy 192.758475 117.761527) + (xy 192.759865 117.762732) + (xy 192.767548 117.764403) + (xy 193.185288 117.764403) + (xy 193.200808 117.762454) + (xy 193.330351 117.729387) + (xy 193.338876 117.726549) + (xy 193.369832 117.713726) + (xy 193.375934 117.710807) + (xy 193.462477 117.663551) + (xy 193.474974 117.654579) + (xy 193.543276 117.591519) + (xy 193.543918 117.590917) + (xy 193.575559 117.560896) + (xy 193.576817 117.55967) + (xy 194.007316 117.129171) + (xy 194.01691 117.116821) + (xy 194.085136 117.001829) + (xy 194.089149 116.993811) + (xy 194.09916 116.969642) + (xy 194.101988 116.962815) + (xy 194.104233 116.956451) + (xy 194.132004 116.86187) + (xy 194.134497 116.846688) + (xy 194.138207 116.753786) + (xy 194.138235 116.752932) + (xy 194.139384 116.70922) + (xy 194.139404 116.707657) + (xy 194.139404 115.272115) + (xy 194.134929 115.256876) + (xy 194.133539 115.255671) + (xy 194.125856 115.254) + (xy 192.772115 115.254) + (xy 192.756876 115.258475) + (xy 192.755671 115.259865) + (xy 192.754 115.267548) + (xy 192.754 117.746288) + (xy 192.246 117.746288) + (xy 192.246 115.272115) + (xy 192.241525 115.256876) + (xy 192.240135 115.255671) + (xy 192.232452 115.254) + (xy 190.878711 115.254) + (xy 190.863472 115.258475) + (xy 190.862267 115.259865) + (xy 190.860596 115.267548) + (xy 190.860596 116.810285) + (xy 188.264907 116.810285) + (xy 188.264906 114.727885) + (xy 190.860596 114.727885) + (xy 190.865071 114.743124) + (xy 190.866461 114.744329) + (xy 190.874144 114.746) + (xy 192.227885 114.746) + (xy 192.243124 114.741525) + (xy 192.244329 114.740135) + (xy 192.246 114.732452) + (xy 192.246 114.727885) + (xy 192.754 114.727885) + (xy 192.758475 114.743124) + (xy 192.759865 114.744329) + (xy 192.767548 114.746) + (xy 194.121289 114.746) + (xy 194.136528 114.741525) + (xy 194.137733 114.740135) + (xy 194.139404 114.732452) + (xy 194.139404 113.189729) + (xy 194.137454 113.174203) + (xy 194.104393 113.044669) + (xy 194.101556 113.036144) + (xy 194.088716 113.005143) + (xy 194.085817 112.999085) + (xy 194.038551 112.912523) + (xy 194.029579 112.900026) + (xy 193.966519 112.831724) + (xy 193.965917 112.831082) + (xy 193.935869 112.799413) + (xy 193.934717 112.79823) + (xy 193.504173 112.367685) + (xy 193.491826 112.358094) + (xy 193.376842 112.28987) + (xy 193.368819 112.285853) + (xy 193.361409 112.282784) + (xy 193.337828 112.273017) + (xy 193.331468 112.270773) + (xy 193.23686 112.242993) + (xy 193.221683 112.240501) + (xy 193.128804 112.236794) + (xy 193.127914 112.236765) + (xy 193.084213 112.235616) + (xy 193.082648 112.235596) + (xy 192.772115 112.235596) + (xy 192.756876 112.240071) + (xy 192.755671 112.241461) + (xy 192.754 112.249144) + (xy 192.754 114.727885) + (xy 192.246 114.727885) + (xy 192.246 112.253711) + (xy 192.241525 112.238472) + (xy 192.240135 112.237267) + (xy 192.232452 112.235596) + (xy 191.814727 112.235596) + (xy 191.799213 112.237544) + (xy 191.669655 112.27061) + (xy 191.661156 112.273439) + (xy 191.655358 112.27584) + (xy 191.630166 112.286275) + (xy 191.624056 112.289198) + (xy 191.537527 112.336447) + (xy 191.525025 112.345422) + (xy 191.456724 112.408481) + (xy 191.456082 112.409083) + (xy 191.424441 112.439104) + (xy 191.423183 112.44033) + (xy 190.992685 112.870828) + (xy 190.983085 112.883186) + (xy 190.914869 112.998163) + (xy 190.910846 113.0062) + (xy 190.898021 113.037162) + (xy 190.895774 113.04353) + (xy 190.867993 113.13814) + (xy 190.865501 113.153317) + (xy 190.861794 113.246196) + (xy 190.861765 113.247086) + (xy 190.860616 113.290787) + (xy 190.860596 113.292352) + (xy 190.860596 114.727885) + (xy 188.264906 114.727885) + (xy 188.264905 112.983552) + (xy 188.259528 112.962484) + (xy 188.230985 112.850665) + (xy 188.228741 112.841872) + (xy 188.224458 112.831532) + (xy 188.214194 112.806752) + (xy 188.214189 112.806742) + (xy 188.212896 112.80362) + (xy 188.179176 112.741866) + (xy 188.163966 112.714011) + (xy 188.163964 112.714009) + (xy 188.160252 112.70721) + (xy 188.154998 112.701519) + (xy 188.154996 112.701516) + (xy 188.122027 112.665804) + (xy 188.091583 112.632827) + (xy 188.060612 112.600192) + (xy 187.849806 112.389386) + (xy 187.612546 112.152125) + (xy 187.578521 112.089813) + (xy 187.583586 112.018997) + (xy 187.626133 111.962162) + (xy 187.692653 111.937351) + (xy 187.706671 111.937131) + (xy 187.746647 111.938729) + (xy 187.791607 111.939906) + (xy 188.116529 111.939906) + (xy 191.318225 111.939905) + (xy 191.325859 111.937956) + (xy 191.325862 111.937956) + (xy 191.416802 111.914743) + (xy 191.459905 111.903741) + (xy 191.470245 111.899458) + (xy 191.495025 111.889194) + (xy 191.495035 111.889189) + (xy 191.498157 111.887896) + (xy 191.514882 111.878763) + (xy 191.587766 111.838966) + (xy 191.587768 111.838964) + (xy 191.594567 111.835252) + (xy 191.600258 111.829998) + (xy 191.600261 111.829996) + (xy 191.656664 111.777925) + (xy 191.66895 111.766583) + (xy 191.701585 111.735612) + (xy 192.138283 111.298914) + (xy 192.212895 111.173159) + (xy 192.224627 111.144835) + (xy 192.225051 111.143812) + (xy 192.227455 111.138008) + (xy 192.227457 111.138003) + (xy 192.228747 111.134888) + (xy 192.230024 111.130541) + (xy 192.257501 111.03696) + (xy 192.259685 111.029522) + (xy 192.263729 110.928353) + (xy 192.264906 110.883393) + (xy 192.264906 109.60679) + (xy 192.229996 109.470006) + (xy 192.229859 109.46947) + (xy 192.229858 109.469467) + (xy 192.228746 109.46511) + (xy 192.212896 109.426843) + (xy 192.210781 109.42297) + (xy 192.163966 109.337234) + (xy 192.163964 109.337232) + (xy 192.160252 109.330433) + (xy 192.154998 109.324742) + (xy 192.154996 109.324739) + (xy 192.104186 109.269702) + (xy 192.091583 109.25605) + (xy 192.060612 109.223415) + (xy 191.623919 108.786721) + (xy 191.555997 108.746421) + (xy 191.502038 108.714405) + (xy 191.502034 108.714403) + (xy 191.498166 108.712108) + (xy 191.459902 108.696258) + (xy 191.442384 108.691114) + (xy 191.361946 108.667495) + (xy 191.354515 108.665313) + (xy 191.253351 108.661271) + (xy 191.252975 108.661261) + (xy 191.252911 108.661259) + (xy 191.226282 108.660562) + (xy 191.208385 108.660093) + (xy 190.884129 108.660093) + (xy 187.681793 108.660094) + (xy 187.540112 108.696253) + (xy 187.530165 108.700373) + (xy 187.501841 108.712105) + (xy 187.498882 108.713721) + (xy 187.412234 108.761034) + (xy 187.412232 108.761035) + (xy 187.405433 108.764748) + (xy 187.399742 108.770002) + (xy 187.399739 108.770004) + (xy 187.375594 108.792295) + (xy 187.33105 108.833417) + (xy 187.298415 108.864388) + (xy 186.861715 109.301088) + (xy 186.787104 109.426843) + (xy 186.771259 109.465095) + (xy 186.740313 109.570485) + (xy 186.736271 109.671649) + (xy 186.735093 109.716615) + (xy 186.735094 110.993222) + (xy 186.737043 111.000856) + (xy 186.737043 111.000859) + (xy 186.75446 111.069093) + (xy 186.771258 111.134902) + (xy 186.772983 111.139066) + (xy 186.78581 111.170034) + (xy 186.785815 111.170044) + (xy 186.787108 111.173166) + (xy 186.839748 111.269567) + (xy 186.845002 111.275258) + (xy 186.845004 111.275261) + (xy 186.871817 111.304305) + (xy 186.908417 111.34395) + (xy 186.939388 111.376585) + (xy 187.335676 111.772873) + (xy 187.369702 111.835185) + (xy 187.364637 111.906) + (xy 187.32209 111.962836) + (xy 187.25557 111.987647) + (xy 187.241552 111.987868) + (xy 187.202004 111.986288) + (xy 187.201977 111.986287) + (xy 187.201574 111.986271) + (xy 187.2012 111.986261) + (xy 187.201134 111.986259) + (xy 187.174505 111.985562) + (xy 187.156608 111.985093) + (xy 187.025794 111.985093) + (xy 185.733555 111.985094) + (xy 185.725921 111.987043) + (xy 185.725918 111.987043) + (xy 185.636788 112.009794) + (xy 185.591875 112.021258) + (xy 185.587711 112.022983) + (xy 185.556743 112.03581) + (xy 185.556733 112.035815) + (xy 185.553611 112.037108) + (xy 185.45721 112.089748) + (xy 185.451519 112.095002) + (xy 185.451516 112.095004) + (xy 185.433022 112.112078) + (xy 185.382827 112.158417) + (xy 185.350192 112.189388) + (xy 184.861715 112.677865) + (xy 184.787104 112.80362) + (xy 184.771259 112.841872) + (xy 184.740313 112.947262) + (xy 184.736271 113.048426) + (xy 184.736261 113.048802) + (xy 184.736259 113.048866) + (xy 184.735562 113.075495) + (xy 184.735093 113.093392) + (xy 172.3035 113.093392) + (xy 172.3035 112.999457) + (xy 172.305051 112.979745) + (xy 172.306118 112.973008) + (xy 172.30715 112.966493) + (xy 172.304322 112.912523) + (xy 172.303673 112.90015) + (xy 172.3035 112.893555) + (xy 172.3035 112.873694) + (xy 172.301423 112.853931) + (xy 172.300907 112.847367) + (xy 172.297776 112.787623) + (xy 172.297775 112.787619) + (xy 172.29743 112.781029) + (xy 172.293958 112.768071) + (xy 172.290355 112.748628) + (xy 172.289644 112.741866) + (xy 172.288954 112.735298) + (xy 172.268422 112.672106) + (xy 172.266556 112.665804) + (xy 172.251071 112.608015) + (xy 172.249362 112.601637) + (xy 172.246366 112.595758) + (xy 172.246363 112.595749) + (xy 172.243272 112.589683) + (xy 172.235708 112.571421) + (xy 172.233608 112.564958) + (xy 172.233606 112.564953) + (xy 172.231564 112.558669) + (xy 172.198337 112.501119) + (xy 172.195214 112.495366) + (xy 172.165048 112.436161) + (xy 172.156607 112.425737) + (xy 172.145412 112.409449) + (xy 172.142005 112.403548) + (xy 172.142004 112.403547) + (xy 172.138704 112.397831) + (xy 172.134287 112.392925) + (xy 172.134283 112.39292) + (xy 172.094253 112.348462) + (xy 172.089969 112.343447) + (xy 172.079548 112.330579) + (xy 172.077472 112.328015) + (xy 172.063436 112.313979) + (xy 172.058895 112.309194) + (xy 172.018856 112.264726) + (xy 172.018855 112.264725) + (xy 172.014434 112.259815) + (xy 172.009094 112.255935) + (xy 172.009086 112.255928) + (xy 172.003578 112.251927) + (xy 171.988543 112.239086) + (xy 168.510912 108.761454) + (xy 168.498075 108.746426) + (xy 168.490185 108.735566) + (xy 168.440816 108.691114) + (xy 168.436031 108.686573) + (xy 168.421986 108.672528) + (xy 168.419409 108.670441) + (xy 168.406554 108.660031) + (xy 168.401538 108.655747) + (xy 168.35708 108.615717) + (xy 168.357075 108.615713) + (xy 168.352169 108.611296) + (xy 168.340552 108.604589) + (xy 168.324259 108.593391) + (xy 168.318971 108.589109) + (xy 168.313839 108.584953) + (xy 168.254637 108.554787) + (xy 168.248867 108.551654) + (xy 168.197055 108.52174) + (xy 168.19705 108.521738) + (xy 168.191331 108.518436) + (xy 168.185051 108.516395) + (xy 168.185043 108.516392) + (xy 168.178579 108.514292) + (xy 168.160317 108.506728) + (xy 168.154251 108.503637) + (xy 168.154242 108.503634) + (xy 168.148363 108.500638) + (xy 168.131946 108.496239) + (xy 168.084196 108.483444) + (xy 168.077894 108.481578) + (xy 168.014702 108.461046) + (xy 168.001372 108.459645) + (xy 167.981929 108.456042) + (xy 167.968971 108.45257) + (xy 167.962381 108.452225) + (xy 167.962377 108.452224) + (xy 167.918427 108.449921) + (xy 167.902628 108.449093) + (xy 167.896069 108.448577) + (xy 167.876306 108.4465) + (xy 167.856445 108.4465) + (xy 167.84985 108.446327) + (xy 167.790098 108.443195) + (xy 167.790094 108.443195) + (xy 167.783507 108.44285) + (xy 167.770253 108.444949) + (xy 167.750544 108.4465) + (xy 166.95303 108.4465) + (xy 166.884909 108.426498) + (xy 166.863448 108.409106) + (xy 166.646928 108.1902) + (xy 166.646675 108.189944) + (xy 166.295537 107.841715) + (xy 166.169782 107.767104) + (xy 166.13153 107.751259) + (xy 166.02614 107.720313) + (xy 165.924976 107.716271) + (xy 165.9246 107.716261) + (xy 165.924536 107.716259) + (xy 165.895366 107.715495) + (xy 165.88001 107.715093) + (xy 165.879334 107.715089) + (xy 165.87931 107.715089) + (xy 165.659804 107.713916) + (xy 165.495319 107.713037) + (xy 165.495065 107.713038) + (xy 165.495017 107.713038) + (xy 165.017898 107.715061) + (xy 165.017897 107.715061) + (xy 165.010153 107.715094) + (xy 165.002651 107.717009) + (xy 165.00265 107.717009) + (xy 164.990917 107.720004) + (xy 164.868473 107.751258) + (xy 164.864309 107.752983) + (xy 164.833341 107.76581) + (xy 164.833331 107.765815) + (xy 164.830209 107.767108) + (xy 164.733808 107.819748) + (xy 164.728117 107.825002) + (xy 164.728114 107.825004) + (xy 164.717587 107.834723) + (xy 164.659425 107.888417) + (xy 164.62679 107.919388) + (xy 164.41456 108.131496) + (xy 164.41456 108.131495) + (xy 164.414559 108.131496) + (xy 164.41456 108.131496) + (xy 164.029781 108.516392) + (xy 164.011715 108.534463) + (xy 163.983957 108.581248) + (xy 163.939757 108.655747) + (xy 163.937104 108.660218) + (xy 163.921254 108.698485) + (xy 163.920305 108.701717) + (xy 163.920304 108.70172) + (xy 163.91658 108.714405) + (xy 163.890312 108.803871) + (xy 163.886271 108.905021) + (xy 163.885096 108.95) + (xy 163.885093 108.950703) + (xy 163.885093 108.95072) + (xy 163.883977 109.237173) + (xy 163.883468 109.367647) + (xy 161.978502 109.367647) + (xy 161.980202 109.258584) + (xy 161.980242 109.255714) + (xy 161.980491 109.237925) + (xy 161.980491 109.237885) + (xy 161.980501 109.237173) + (xy 161.976905 108.880154) + (xy 161.940741 108.738474) + (xy 161.930488 108.713721) + (xy 161.926194 108.703354) + (xy 161.926189 108.703344) + (xy 161.924896 108.700222) + (xy 161.905834 108.665313) + (xy 161.875966 108.610613) + (xy 161.875964 108.610611) + (xy 161.872252 108.603812) + (xy 161.866998 108.598121) + (xy 161.866996 108.598118) + (xy 161.82562 108.5533) + (xy 161.803583 108.529429) + (xy 161.772612 108.496794) + (xy 161.35554 108.079721) + (xy 161.338457 108.069585) + (xy 161.29008 108.017622) + (xy 161.277475 107.947753) + (xy 161.304645 107.882161) + (xy 161.325024 107.862888) + (xy 161.326188 107.862252) + (xy 161.400571 107.793583) + (xy 161.433206 107.762612) + (xy 161.641697 107.554932) + (xy 161.641697 107.554933) + (xy 161.641698 107.554932) + (xy 161.641697 107.554932) + (xy 161.850279 107.34554) + (xy 161.890952 107.27699) + (xy 161.922595 107.223659) + (xy 161.922597 107.223655) + (xy 161.924892 107.219787) + (xy 161.940742 107.181523) + (xy 161.971687 107.076136) + (xy 161.975729 106.974972) + (xy 161.976907 106.930006) + (xy 161.980202 106.718584) + (xy 161.980491 106.697925) + (xy 161.980491 106.697885) + (xy 161.980501 106.697173) + (xy 161.976905 106.340154) + (xy 161.940741 106.198474) + (xy 161.926621 106.164386) + (xy 161.926194 106.163354) + (xy 161.926189 106.163344) + (xy 161.924896 106.160222) + (xy 161.872252 106.063812) + (xy 161.866998 106.058121) + (xy 161.866996 106.058118) + (xy 161.849454 106.039117) + (xy 172.928627 106.039117) + (xy 172.929733 106.664239) + (xy 172.929982 106.804907) + (xy 172.966141 106.946588) + (xy 172.970261 106.956535) + (xy 172.981993 106.984859) + (xy 172.983609 106.987818) + (xy 173.02761 107.068399) + (xy 173.034635 107.081265) + (xy 173.134275 107.188284) + (xy 173.260029 107.262895) + (xy 173.298298 107.278746) + (xy 173.403666 107.309685) + (xy 173.41141 107.309995) + (xy 173.411413 107.309995) + (xy 173.462981 107.312056) + (xy 173.504835 107.313729) + (xy 173.549795 107.314906) + (xy 173.550474 107.314907) + (xy 173.550509 107.314908) + (xy 174.274587 107.3165) + (xy 175.049797 107.314906) + (xy 175.05926 107.312491) + (xy 175.105509 107.300687) + (xy 175.191478 107.278746) + (xy 175.229747 107.262895) + (xy 175.303248 107.222761) + (xy 175.319238 107.21403) + (xy 175.319239 107.214029) + (xy 175.326153 107.210254) + (xy 175.331917 107.204887) + (xy 175.331923 107.204883) + (xy 175.377044 107.162872) + (xy 175.44053 107.131091) + (xy 175.51112 107.138679) + (xy 175.551931 107.165925) + (xy 175.568371 107.182339) + (xy 175.580691 107.191902) + (xy 175.695691 107.260132) + (xy 175.703721 107.264151) + (xy 175.734717 107.27699) + (xy 175.741061 107.279228) + (xy 175.835683 107.30701) + (xy 175.850849 107.3095) + (xy 175.943768 107.313208) + (xy 175.944571 107.313234) + (xy 175.973845 107.314002) + (xy 175.988038 107.309921) + (xy 175.989126 107.308679) + (xy 175.990888 107.300687) + (xy 175.990888 107.296817) + (xy 176.498888 107.296817) + (xy 176.503363 107.312056) + (xy 176.504633 107.313157) + (xy 176.512585 107.314867) + (xy 176.602691 107.31444) + (xy 176.617909 107.312491) + (xy 176.7476 107.279387) + (xy 176.756125 107.276549) + (xy 176.787081 107.263726) + (xy 176.793183 107.260807) + (xy 176.879726 107.213551) + (xy 176.892223 107.204579) + (xy 176.960525 107.141519) + (xy 176.961167 107.140917) + (xy 176.992866 107.110841) + (xy 176.994002 107.109736) + (xy 177.215458 106.889218) + (xy 177.215647 106.889029) + (xy 177.427265 106.676495) + (xy 177.436764 106.664239) + (xy 177.505024 106.54919) + (xy 177.509037 106.541172) + (xy 177.519048 106.517003) + (xy 177.521878 106.51017) + (xy 177.524118 106.503821) + (xy 177.551897 106.409207) + (xy 177.554388 106.394037) + (xy 177.558096 106.30112) + (xy 177.558122 106.300317) + (xy 177.558877 106.271542) + (xy 177.554799 106.256805) + (xy 177.553818 106.255929) + (xy 177.545275 106.254) + (xy 176.517003 106.254) + (xy 176.501764 106.258475) + (xy 176.500559 106.259865) + (xy 176.498888 106.267548) + (xy 176.498888 107.296817) + (xy 175.990888 107.296817) + (xy 175.990888 106.039117) + (xy 180.128627 106.039117) + (xy 180.129733 106.664239) + (xy 180.129982 106.804907) + (xy 180.166141 106.946588) + (xy 180.170261 106.956535) + (xy 180.181993 106.984859) + (xy 180.183609 106.987818) + (xy 180.22761 107.068399) + (xy 180.234635 107.081265) + (xy 180.334275 107.188284) + (xy 180.460029 107.262895) + (xy 180.498298 107.278746) + (xy 180.603666 107.309685) + (xy 180.61141 107.309995) + (xy 180.611413 107.309995) + (xy 180.662981 107.312056) + (xy 180.704835 107.313729) + (xy 180.749795 107.314906) + (xy 180.750474 107.314907) + (xy 180.750509 107.314908) + (xy 181.474587 107.3165) + (xy 182.249797 107.314906) + (xy 182.25926 107.312491) + (xy 182.305509 107.300687) + (xy 182.391478 107.278746) + (xy 182.429747 107.262895) + (xy 182.503248 107.222761) + (xy 182.519238 107.21403) + (xy 182.519239 107.214029) + (xy 182.526153 107.210254) + (xy 182.531917 107.204887) + (xy 182.531923 107.204883) + (xy 182.577044 107.162872) + (xy 182.64053 107.131091) + (xy 182.71112 107.138679) + (xy 182.751931 107.165925) + (xy 182.768371 107.182339) + (xy 182.780691 107.191902) + (xy 182.895691 107.260132) + (xy 182.903721 107.264151) + (xy 182.934717 107.27699) + (xy 182.941061 107.279228) + (xy 183.035683 107.30701) + (xy 183.050849 107.3095) + (xy 183.143768 107.313208) + (xy 183.144571 107.313234) + (xy 183.173845 107.314002) + (xy 183.188038 107.309921) + (xy 183.189126 107.308679) + (xy 183.190888 107.300687) + (xy 183.190888 107.296817) + (xy 183.698888 107.296817) + (xy 183.703363 107.312056) + (xy 183.704633 107.313157) + (xy 183.712585 107.314867) + (xy 183.802691 107.31444) + (xy 183.817909 107.312491) + (xy 183.9476 107.279387) + (xy 183.956125 107.276549) + (xy 183.987081 107.263726) + (xy 183.993183 107.260807) + (xy 184.079726 107.213551) + (xy 184.092223 107.204579) + (xy 184.160525 107.141519) + (xy 184.161167 107.140917) + (xy 184.192866 107.110841) + (xy 184.194002 107.109736) + (xy 184.415458 106.889218) + (xy 184.415647 106.889029) + (xy 184.627265 106.676495) + (xy 184.636764 106.664239) + (xy 184.705024 106.54919) + (xy 184.709037 106.541172) + (xy 184.719048 106.517003) + (xy 184.721878 106.51017) + (xy 184.724118 106.503821) + (xy 184.751897 106.409207) + (xy 184.754388 106.394037) + (xy 184.758096 106.30112) + (xy 184.758122 106.300317) + (xy 184.758877 106.271542) + (xy 184.754799 106.256805) + (xy 184.753818 106.255929) + (xy 184.745275 106.254) + (xy 183.717003 106.254) + (xy 183.701764 106.258475) + (xy 183.700559 106.259865) + (xy 183.698888 106.267548) + (xy 183.698888 107.296817) + (xy 183.190888 107.296817) + (xy 183.190888 105.727885) + (xy 183.698888 105.727885) + (xy 183.703363 105.743124) + (xy 183.704753 105.744329) + (xy 183.712436 105.746) + (xy 184.742324 105.746) + (xy 184.757563 105.741525) + (xy 184.758542 105.740396) + (xy 184.760296 105.732126) + (xy 184.75937 105.642039) + (xy 184.757423 105.627161) + (xy 184.724281 105.497308) + (xy 184.721444 105.488783) + (xy 184.708604 105.457782) + (xy 184.705705 105.451724) + (xy 184.658439 105.365162) + (xy 184.649467 105.352665) + (xy 184.586407 105.284363) + (xy 184.585805 105.283721) + (xy 184.555757 105.252052) + (xy 184.554605 105.250869) + (xy 184.121422 104.817685) + (xy 184.109075 104.808094) + (xy 183.994091 104.73987) + (xy 183.986068 104.735853) + (xy 183.978658 104.732784) + (xy 183.955077 104.723017) + (xy 183.948717 104.720773) + (xy 183.854109 104.692993) + (xy 183.838932 104.690501) + (xy 183.746053 104.686794) + (xy 183.745163 104.686765) + (xy 183.715822 104.685994) + (xy 183.701748 104.690075) + (xy 183.700613 104.691376) + (xy 183.698888 104.699242) + (xy 183.698888 105.727885) + (xy 183.190888 105.727885) + (xy 183.190888 104.703342) + (xy 183.186413 104.688103) + (xy 183.185107 104.686971) + (xy 183.177235 104.685272) + (xy 183.087152 104.68557) + (xy 183.071841 104.687519) + (xy 182.942182 104.72061) + (xy 182.933683 104.723439) + (xy 182.927885 104.72584) + (xy 182.902693 104.736275) + (xy 182.896583 104.739198) + (xy 182.810054 104.786447) + (xy 182.797557 104.795418) + (xy 182.751422 104.838013) + (xy 182.687802 104.869526) + (xy 182.617245 104.861642) + (xy 182.573731 104.831295) + (xy 182.561642 104.81831) + (xy 182.561636 104.818305) + (xy 182.555502 104.811717) + (xy 182.54776 104.807123) + (xy 182.547758 104.807122) + (xy 182.43361 104.739397) + (xy 182.429747 104.737105) + (xy 182.401423 104.725373) + (xy 182.395735 104.723017) + (xy 182.394596 104.722545) + (xy 182.394591 104.722543) + (xy 182.391476 104.721253) + (xy 182.38824 104.720303) + (xy 182.388232 104.7203) + (xy 182.297979 104.6938) + (xy 182.28611 104.690315) + (xy 182.278366 104.690005) + (xy 182.278363 104.690005) + (xy 182.225788 104.687904) + (xy 182.184941 104.686271) + (xy 182.146792 104.685272) + (xy 182.140747 104.685114) + (xy 182.140743 104.685114) + (xy 182.139981 104.685094) + (xy 181.39681 104.684043) + (xy 180.647818 104.685083) + (xy 180.647817 104.685083) + (xy 180.639981 104.685094) + (xy 180.4983 104.721253) + (xy 180.488353 104.725373) + (xy 180.460029 104.737105) + (xy 180.434218 104.751199) + (xy 180.370543 104.785968) + (xy 180.370541 104.78597) + (xy 180.363623 104.789747) + (xy 180.256604 104.889387) + (xy 180.181993 105.015141) + (xy 180.166142 105.05341) + (xy 180.135203 105.158778) + (xy 180.131159 105.259947) + (xy 180.129982 105.304907) + (xy 180.129178 105.740396) + (xy 180.128627 106.038894) + (xy 180.128627 106.039117) + (xy 175.990888 106.039117) + (xy 175.990888 105.727885) + (xy 176.498888 105.727885) + (xy 176.503363 105.743124) + (xy 176.504753 105.744329) + (xy 176.512436 105.746) + (xy 177.542324 105.746) + (xy 177.557563 105.741525) + (xy 177.558542 105.740396) + (xy 177.560296 105.732126) + (xy 177.55937 105.642039) + (xy 177.557423 105.627161) + (xy 177.524281 105.497308) + (xy 177.521444 105.488783) + (xy 177.508604 105.457782) + (xy 177.505705 105.451724) + (xy 177.458439 105.365162) + (xy 177.449467 105.352665) + (xy 177.386407 105.284363) + (xy 177.385805 105.283721) + (xy 177.355757 105.252052) + (xy 177.354605 105.250869) + (xy 176.921422 104.817685) + (xy 176.909075 104.808094) + (xy 176.794091 104.73987) + (xy 176.786068 104.735853) + (xy 176.778658 104.732784) + (xy 176.755077 104.723017) + (xy 176.748717 104.720773) + (xy 176.654109 104.692993) + (xy 176.638932 104.690501) + (xy 176.546053 104.686794) + (xy 176.545163 104.686765) + (xy 176.515822 104.685994) + (xy 176.501748 104.690075) + (xy 176.500613 104.691376) + (xy 176.498888 104.699242) + (xy 176.498888 105.727885) + (xy 175.990888 105.727885) + (xy 175.990888 104.703342) + (xy 175.986413 104.688103) + (xy 175.985107 104.686971) + (xy 175.977235 104.685272) + (xy 175.887152 104.68557) + (xy 175.871841 104.687519) + (xy 175.742182 104.72061) + (xy 175.733683 104.723439) + (xy 175.727885 104.72584) + (xy 175.702693 104.736275) + (xy 175.696583 104.739198) + (xy 175.610054 104.786447) + (xy 175.597557 104.795418) + (xy 175.551422 104.838013) + (xy 175.487802 104.869526) + (xy 175.417245 104.861642) + (xy 175.373731 104.831295) + (xy 175.361642 104.81831) + (xy 175.361636 104.818305) + (xy 175.355502 104.811717) + (xy 175.34776 104.807123) + (xy 175.347758 104.807122) + (xy 175.23361 104.739397) + (xy 175.229747 104.737105) + (xy 175.201423 104.725373) + (xy 175.195735 104.723017) + (xy 175.194596 104.722545) + (xy 175.194591 104.722543) + (xy 175.191476 104.721253) + (xy 175.18824 104.720303) + (xy 175.188232 104.7203) + (xy 175.097979 104.6938) + (xy 175.08611 104.690315) + (xy 175.078366 104.690005) + (xy 175.078363 104.690005) + (xy 175.025788 104.687904) + (xy 174.984941 104.686271) + (xy 174.946792 104.685272) + (xy 174.940747 104.685114) + (xy 174.940743 104.685114) + (xy 174.939981 104.685094) + (xy 174.19681 104.684043) + (xy 173.447818 104.685083) + (xy 173.447817 104.685083) + (xy 173.439981 104.685094) + (xy 173.2983 104.721253) + (xy 173.288353 104.725373) + (xy 173.260029 104.737105) + (xy 173.234218 104.751199) + (xy 173.170543 104.785968) + (xy 173.170541 104.78597) + (xy 173.163623 104.789747) + (xy 173.056604 104.889387) + (xy 172.981993 105.015141) + (xy 172.966142 105.05341) + (xy 172.935203 105.158778) + (xy 172.931159 105.259947) + (xy 172.929982 105.304907) + (xy 172.929178 105.740396) + (xy 172.928627 106.038894) + (xy 172.928627 106.039117) + (xy 161.849454 106.039117) + (xy 161.840013 106.02889) + (xy 161.803583 105.989429) + (xy 161.772612 105.956794) + (xy 161.35554 105.539721) + (xy 161.338457 105.529585) + (xy 161.29008 105.477622) + (xy 161.277475 105.407753) + (xy 161.304645 105.342161) + (xy 161.325024 105.322888) + (xy 161.326188 105.322252) + (xy 161.391648 105.26182) + (xy 161.392139 105.262352) + (xy 161.393211 105.260876) + (xy 161.393082 105.260747) + (xy 161.396276 105.257553) + (xy 161.39698 105.256943) + (xy 161.398177 105.255793) + (xy 161.400237 105.253892) + (xy 161.400283 105.253848) + (xy 161.400571 105.253583) + (xy 161.433206 105.222612) + (xy 161.641697 105.014932) + (xy 161.641697 105.014933) + (xy 161.641698 105.014932) + (xy 161.641697 105.014932) + (xy 161.772349 104.883773) + (xy 161.8353 104.820577) + (xy 161.897546 104.786432) + (xy 161.924568 104.7835) + (xy 166.771233 104.7835) + (xy 166.782416 104.784027) + (xy 166.789909 104.785702) + (xy 166.797835 104.785453) + (xy 166.797836 104.785453) + (xy 166.857986 104.783562) + (xy 166.861945 104.7835) + (xy 166.889856 104.7835) + (xy 166.893791 104.783003) + (xy 166.893856 104.782995) + (xy 166.905693 104.782062) + (xy 166.937951 104.781048) + (xy 166.94197 104.780922) + (xy 166.949889 104.780673) + (xy 166.969343 104.775021) + (xy 166.9887 104.771013) + (xy 167.00093 104.769468) + (xy 167.000931 104.769468) + (xy 167.008797 104.768474) + (xy 167.016168 104.765555) + (xy 167.01617 104.765555) + (xy 167.049912 104.752196) + (xy 167.061142 104.748351) + (xy 167.095983 104.738229) + (xy 167.095984 104.738229) + (xy 167.103593 104.736018) + (xy 167.110412 104.731985) + (xy 167.110417 104.731983) + (xy 167.121028 104.725707) + (xy 167.138776 104.717012) + (xy 167.157617 104.709552) + (xy 167.166165 104.703342) + (xy 167.193387 104.683564) + (xy 167.203307 104.677048) + (xy 167.234535 104.65858) + (xy 167.234538 104.658578) + (xy 167.241362 104.654542) + (xy 167.255683 104.640221) + (xy 167.270717 104.62738) + (xy 167.272431 104.626135) + (xy 167.287107 104.615472) + (xy 167.315298 104.581395) + (xy 167.323288 104.572616) + (xy 170.2255 101.670405) + (xy 170.287812 101.636379) + (xy 170.314595 101.6335) + (xy 183.921233 101.6335) + (xy 183.932416 101.634027) + (xy 183.939909 101.635702) + (xy 183.947835 101.635453) + (xy 183.947836 101.635453) + (xy 184.007986 101.633562) + (xy 184.011945 101.6335) + (xy 184.039856 101.6335) + (xy 184.043791 101.633003) + (xy 184.043856 101.632995) + (xy 184.055693 101.632062) + (xy 184.087951 101.631048) + (xy 184.09197 101.630922) + (xy 184.099889 101.630673) + (xy 184.119343 101.625021) + (xy 184.1387 101.621013) + (xy 184.15093 101.619468) + (xy 184.150931 101.619468) + (xy 184.158797 101.618474) + (xy 184.166168 101.615555) + (xy 184.16617 101.615555) + (xy 184.199912 101.602196) + (xy 184.211142 101.598351) + (xy 184.245983 101.588229) + (xy 184.245984 101.588229) + (xy 184.253593 101.586018) + (xy 184.260412 101.581985) + (xy 184.260417 101.581983) + (xy 184.271028 101.575707) + (xy 184.288776 101.567012) + (xy 184.307617 101.559552) + (xy 184.343387 101.533564) + (xy 184.353307 101.527048) + (xy 184.384535 101.50858) + (xy 184.384538 101.508578) + (xy 184.391362 101.504542) + (xy 184.405683 101.490221) + (xy 184.420717 101.47738) + (xy 184.437107 101.465472) + (xy 184.465298 101.431395) + (xy 184.473288 101.422616) + (xy 186.392253 99.503652) + (xy 186.400539 99.496112) + (xy 186.407018 99.492) + (xy 186.453644 99.442348) + (xy 186.456398 99.439507) + (xy 186.476135 99.41977) + (xy 186.478615 99.416573) + (xy 186.48632 99.407551) + (xy 186.511159 99.3811) + (xy 186.516586 99.375321) + (xy 186.520405 99.368375) + (xy 186.520407 99.368372) + (xy 186.526348 99.357566) + (xy 186.537199 99.341047) + (xy 186.537559 99.340583) + (xy 186.549614 99.325041) + (xy 186.552759 99.317772) + (xy 186.552762 99.317768) + (xy 186.567174 99.284463) + (xy 186.572391 99.273813) + (xy 186.593695 99.23506) + (xy 186.598733 99.215437) + (xy 186.605137 99.196734) + (xy 186.610033 99.18542) + (xy 186.610033 99.185419) + (xy 186.613181 99.178145) + (xy 186.61442 99.170322) + (xy 186.614423 99.170312) + (xy 186.620099 99.134476) + (xy 186.622505 99.122856) + (xy 186.631528 99.087711) + (xy 186.631528 99.08771) + (xy 186.6335 99.08003) + (xy 186.6335 99.059776) + (xy 186.635051 99.040065) + (xy 186.63698 99.027886) + (xy 186.63822 99.020057) + (xy 186.634059 98.976038) + (xy 186.6335 98.964181) + (xy 186.6335 98.7595) + (xy 186.653502 98.691379) + (xy 186.707158 98.644886) + (xy 186.7595 98.6335) + (xy 187.510888 98.6335) + (xy 187.579009 98.653502) + (xy 187.625502 98.707158) + (xy 187.635606 98.777432) + (xy 187.606112 98.842012) + (xy 187.575786 98.866451) + (xy 187.575833 98.866516) + (xy 187.574665 98.867355) + (xy 187.571275 98.870086) + (xy 187.562738 98.874748) + (xy 187.557047 98.880002) + (xy 187.557044 98.880004) + (xy 187.556469 98.880535) + (xy 187.488355 98.943417) + (xy 187.45572 98.974388) + (xy 187.126715 99.303393) + (xy 187.104375 99.341047) + (xy 187.057625 99.419843) + (xy 187.052104 99.429148) + (xy 187.036254 99.467415) + (xy 187.005312 99.572801) + (xy 187.001271 99.673951) + (xy 187.000096 99.71893) + (xy 187.000096 100.352241) + (xy 187.000095 100.99092) + (xy 187.036259 101.1326) + (xy 187.037984 101.136764) + (xy 187.050806 101.16772) + (xy 187.050811 101.16773) + (xy 187.052104 101.170852) + (xy 187.053728 101.173826) + (xy 187.100867 101.260154) + (xy 187.104748 101.267262) + (xy 187.110002 101.272953) + (xy 187.110004 101.272956) + (xy 187.131845 101.296614) + (xy 187.173417 101.341645) + (xy 187.204388 101.37428) + (xy 187.533391 101.703283) + (xy 187.659146 101.777895) + (xy 187.68747 101.789627) + (xy 187.697417 101.793747) + (xy 187.700643 101.794694) + (xy 187.700651 101.794697) + (xy 187.784143 101.81921) + (xy 187.802801 101.824688) + (xy 187.884577 101.827955) + (xy 187.903624 101.828716) + (xy 187.903632 101.828716) + (xy 187.903951 101.828729) + (xy 187.940751 101.82969) + (xy 187.948124 101.829883) + (xy 187.948128 101.829883) + (xy 187.94893 101.829904) + (xy 188.038959 101.829904) + (xy 188.913019 101.829906) + (xy 188.920905 101.829906) + (xy 189.00533 101.808359) + (xy 189.058225 101.794859) + (xy 189.058228 101.794858) + (xy 189.062585 101.793746) + (xy 189.090905 101.782016) + (xy 189.097729 101.77919) + (xy 189.097736 101.779187) + (xy 189.100852 101.777896) + (xy 189.103819 101.776276) + (xy 189.103823 101.776274) + (xy 189.190461 101.728966) + (xy 189.190463 101.728964) + (xy 189.197262 101.725252) + (xy 189.202953 101.719998) + (xy 189.202956 101.719996) + (xy 189.232 101.693183) + (xy 189.271645 101.656583) + (xy 189.30428 101.625612) + (xy 189.304836 101.625056) + (xy 189.304874 101.625019) + (xy 189.561013 101.36888) + (xy 189.623325 101.334854) + (xy 189.69414 101.339919) + (xy 189.741503 101.37124) + (xy 189.744388 101.37428) + (xy 190.04639 101.676282) + (xy 190.080416 101.738594) + (xy 190.075351 101.809409) + (xy 190.05438 101.845692) + (xy 190.038217 101.86523) + (xy 190.035287 101.870649) + (xy 190.035285 101.870652) + (xy 189.942416 102.04241) + (xy 189.942414 102.042415) + (xy 189.939486 102.04783) + (xy 189.878102 102.246129) + (xy 189.877458 102.252254) + (xy 189.877458 102.252255) + (xy 189.871581 102.308177) + (xy 189.856404 102.452575) + (xy 189.875218 102.659303) + (xy 189.876956 102.665209) + (xy 189.876957 102.665213) + (xy 189.907919 102.770412) + (xy 189.933827 102.85844) + (xy 190.029999 103.0424) + (xy 190.033859 103.0472) + (xy 190.033859 103.047201) + (xy 190.039945 103.05477) + (xy 190.160071 103.204177) + (xy 190.164788 103.208135) + (xy 190.16479 103.208137) + (xy 190.209893 103.245983) + (xy 190.319089 103.337609) + (xy 190.324481 103.340573) + (xy 190.324485 103.340576) + (xy 190.464164 103.417365) + (xy 190.500995 103.437613) + (xy 190.698861 103.500379) + (xy 190.704978 103.501065) + (xy 190.704982 103.501066) + (xy 190.781598 103.509659) + (xy 190.860413 103.5185) + (xy 190.972237 103.5185) + (xy 190.975293 103.5182) + (xy 190.9753 103.5182) + (xy 191.120466 103.503966) + (xy 191.120469 103.503965) + (xy 191.126592 103.503365) + (xy 191.277311 103.457861) + (xy 191.319407 103.445152) + (xy 191.31941 103.445151) + (xy 191.325315 103.443368) + (xy 191.332635 103.439476) + (xy 191.503153 103.348809) + (xy 191.503155 103.348808) + (xy 191.508599 103.345913) + (xy 191.589952 103.279563) + (xy 191.664689 103.21861) + (xy 191.664692 103.218607) + (xy 191.669464 103.214715) + (xy 191.677145 103.205431) + (xy 191.797855 103.059518) + (xy 191.801783 103.05477) + (xy 191.806127 103.046736) + (xy 191.897584 102.87759) + (xy 191.897586 102.877585) + (xy 191.900514 102.87217) + (xy 191.961898 102.673871) + (xy 191.963429 102.659303) + (xy 191.982952 102.473554) + (xy 191.982952 102.473552) + (xy 191.983596 102.467425) + (xy 191.968936 102.30634) + (xy 191.965341 102.266836) + (xy 191.96534 102.266833) + (xy 191.964782 102.260697) + (xy 191.962298 102.252255) + (xy 191.917935 102.101523) + (xy 191.906173 102.06156) + (xy 191.810001 101.8776) + (xy 191.782443 101.843324) + (xy 191.755346 101.777702) + (xy 191.768029 101.707848) + (xy 191.795172 101.671791) + (xy 191.80272 101.664823) + (xy 191.803217 101.665361) + (xy 191.804288 101.663878) + (xy 191.804157 101.663747) + (xy 191.807349 101.660555) + (xy 191.808047 101.65995) + (xy 191.809264 101.658781) + (xy 191.811311 101.656892) + (xy 191.811357 101.656848) + (xy 191.811645 101.656583) + (xy 191.84428 101.625612) + (xy 191.844836 101.625056) + (xy 191.844874 101.625019) + (xy 192.101013 101.36888) + (xy 192.163325 101.334854) + (xy 192.23414 101.339919) + (xy 192.281503 101.37124) + (xy 192.284388 101.37428) + (xy 192.613391 101.703283) + (xy 192.739146 101.777895) + (xy 192.76747 101.789627) + (xy 192.777417 101.793747) + (xy 192.780643 101.794694) + (xy 192.780651 101.794697) + (xy 192.864143 101.81921) + (xy 192.882801 101.824688) + (xy 192.964577 101.827955) + (xy 192.983624 101.828716) + (xy 192.983632 101.828716) + (xy 192.983951 101.828729) + (xy 193.020751 101.82969) + (xy 193.028124 101.829883) + (xy 193.028128 101.829883) + (xy 193.02893 101.829904) + (xy 193.118959 101.829904) + (xy 193.993019 101.829906) + (xy 194.000905 101.829906) + (xy 194.08533 101.808359) + (xy 194.138225 101.794859) + (xy 194.138228 101.794858) + (xy 194.142585 101.793746) + (xy 194.170905 101.782016) + (xy 194.177729 101.77919) + (xy 194.177736 101.779187) + (xy 194.180852 101.777896) + (xy 194.183819 101.776276) + (xy 194.183823 101.776274) + (xy 194.270461 101.728966) + (xy 194.270463 101.728964) + (xy 194.277262 101.725252) + (xy 194.282953 101.719998) + (xy 194.282956 101.719996) + (xy 194.312 101.693183) + (xy 194.351645 101.656583) + (xy 194.38428 101.625612) + (xy 194.496217 101.513676) + (xy 194.558528 101.47965) + (xy 194.629343 101.484715) + (xy 194.686179 101.527262) + (xy 194.695899 101.542386) + (xy 194.721383 101.589058) + (xy 194.730534 101.601748) + (xy 194.818567 101.696299) + (xy 194.832447 101.707485) + (xy 194.946471 101.775136) + (xy 194.954489 101.779149) + (xy 194.978658 101.78916) + (xy 194.985485 101.791988) + (xy 194.991849 101.794233) + (xy 195.08643 101.822004) + (xy 195.101612 101.824497) + (xy 195.194514 101.828207) + (xy 195.195368 101.828235) + (xy 195.23908 101.829384) + (xy 195.240643 101.829404) + (xy 195.727885 101.829404) + (xy 195.743124 101.824929) + (xy 195.744329 101.823539) + (xy 195.746 101.815856) + (xy 195.746 101.811289) + (xy 196.254 101.811289) + (xy 196.258475 101.826528) + (xy 196.259865 101.827733) + (xy 196.267548 101.829404) + (xy 196.861975 101.829404) + (xy 196.877489 101.827456) + (xy 197.00704 101.794392) + (xy 197.015556 101.791557) + (xy 197.046551 101.778719) + (xy 197.052625 101.775813) + (xy 197.139055 101.728619) + (xy 197.151748 101.719466) + (xy 197.246299 101.631433) + (xy 197.257485 101.617553) + (xy 197.325136 101.503529) + (xy 197.329149 101.495511) + (xy 197.33916 101.471342) + (xy 197.341988 101.464515) + (xy 197.344233 101.458151) + (xy 197.372004 101.36357) + (xy 197.374497 101.348388) + (xy 197.378207 101.255486) + (xy 197.378235 101.254632) + (xy 197.379384 101.21092) + (xy 197.379404 101.209357) + (xy 197.379404 100.572115) + (xy 197.374929 100.556876) + (xy 197.373539 100.555671) + (xy 197.365856 100.554) + (xy 196.272115 100.554) + (xy 196.256876 100.558475) + (xy 196.255671 100.559865) + (xy 196.254 100.567548) + (xy 196.254 101.811289) + (xy 195.746 101.811289) + (xy 195.746 100.027885) + (xy 196.254 100.027885) + (xy 196.258475 100.043124) + (xy 196.259865 100.044329) + (xy 196.267548 100.046) + (xy 197.361289 100.046) + (xy 197.376528 100.041525) + (xy 197.377733 100.040135) + (xy 197.379404 100.032452) + (xy 197.379404 99.288027) + (xy 197.377456 99.272513) + (xy 197.34439 99.142955) + (xy 197.341561 99.134456) + (xy 197.33916 99.128658) + (xy 197.328718 99.103449) + (xy 197.325812 99.097375) + (xy 197.278618 99.010945) + (xy 197.269465 98.998252) + (xy 197.181436 98.903705) + (xy 197.167546 98.892512) + (xy 197.053538 98.824869) + (xy 197.045504 98.820847) + (xy 197.01452 98.808014) + (xy 197.008154 98.805768) + (xy 196.913571 98.777996) + (xy 196.898388 98.775503) + (xy 196.805486 98.771793) + (xy 196.804632 98.771765) + (xy 196.76092 98.770616) + (xy 196.759357 98.770596) + (xy 196.272115 98.770596) + (xy 196.256876 98.775071) + (xy 196.255671 98.776461) + (xy 196.254 98.784144) + (xy 196.254 100.027885) + (xy 195.746 100.027885) + (xy 195.746 98.788711) + (xy 195.741525 98.773472) + (xy 195.740135 98.772267) + (xy 195.732452 98.770596) + (xy 195.138027 98.770596) + (xy 195.122513 98.772544) + (xy 194.992955 98.80561) + (xy 194.984456 98.808439) + (xy 194.978658 98.81084) + (xy 194.953449 98.821282) + (xy 194.947375 98.824188) + (xy 194.860945 98.871382) + (xy 194.848252 98.880535) + (xy 194.753705 98.968564) + (xy 194.742512 98.982454) + (xy 194.694881 99.062731) + (xy 194.642919 99.111109) + (xy 194.57305 99.123715) + (xy 194.507458 99.096546) + (xy 194.497424 99.087532) + (xy 194.306607 98.896715) + (xy 194.180852 98.822104) + (xy 194.1426 98.806259) + (xy 194.070296 98.785028) + (xy 194.059302 98.7818) + (xy 194.03721 98.775313) + (xy 193.936046 98.771271) + (xy 193.93567 98.771261) + (xy 193.935606 98.771259) + (xy 193.908977 98.770562) + (xy 193.89108 98.770093) + (xy 193.801729 98.770093) + (xy 192.919083 98.770094) + (xy 192.911449 98.772043) + (xy 192.911446 98.772043) + (xy 192.858895 98.785457) + (xy 192.777403 98.806258) + (xy 192.773239 98.807983) + (xy 192.742271 98.82081) + (xy 192.742261 98.820815) + (xy 192.739139 98.822108) + (xy 192.642738 98.874748) + (xy 192.637047 98.880002) + (xy 192.637044 98.880004) + (xy 192.636469 98.880535) + (xy 192.568355 98.943417) + (xy 192.53572 98.974388) + (xy 192.278987 99.231121) + (xy 192.216675 99.265147) + (xy 192.14586 99.260082) + (xy 192.098485 99.228747) + (xy 192.095612 99.22572) + (xy 191.766607 98.896715) + (xy 191.640852 98.822104) + (xy 191.6026 98.806259) + (xy 191.49721 98.775313) + (xy 191.408193 98.771756) + (xy 191.408222 98.771027) + (xy 191.40641 98.771319) + (xy 191.40641 98.7715) + (xy 191.401926 98.7715) + (xy 191.401003 98.771434) + (xy 191.399274 98.7714) + (xy 191.396457 98.771287) + (xy 191.396403 98.771285) + (xy 191.396046 98.771271) + (xy 191.35108 98.770093) + (xy 191.339558 98.770093) + (xy 190.638188 98.770094) + (xy 190.570067 98.750092) + (xy 190.549093 98.733189) + (xy 189.991585 98.17568) + (xy 189.423652 97.607747) + (xy 189.416112 97.599461) + (xy 189.412 97.592982) + (xy 189.362348 97.546356) + (xy 189.359507 97.543602) + (xy 189.33977 97.523865) + (xy 189.336573 97.521385) + (xy 189.327551 97.51368) + (xy 189.3011 97.488841) + (xy 189.295321 97.483414) + (xy 189.288375 97.479595) + (xy 189.288372 97.479593) + (xy 189.277566 97.473652) + (xy 189.261047 97.462801) + (xy 189.254348 97.457605) + (xy 189.245041 97.450386) + (xy 189.237772 97.447241) + (xy 189.237768 97.447238) + (xy 189.204463 97.432826) + (xy 189.193813 97.427609) + (xy 189.15506 97.406305) + (xy 189.135437 97.401267) + (xy 189.116734 97.394863) + (xy 189.10542 97.389967) + (xy 189.105419 97.389967) + (xy 189.098145 97.386819) + (xy 189.090322 97.38558) + (xy 189.090312 97.385577) + (xy 189.054476 97.379901) + (xy 189.042856 97.377495) + (xy 189.007711 97.368472) + (xy 189.00771 97.368472) + (xy 189.00003 97.3665) + (xy 188.979776 97.3665) + (xy 188.960065 97.364949) + (xy 188.955766 97.364268) + (xy 188.940057 97.36178) + (xy 188.914351 97.36421) + (xy 188.896039 97.365941) + (xy 188.884181 97.3665) + (xy 186.071793 97.3665) + (xy 186.048184 97.364268) + (xy 186.047881 97.36421) + (xy 186.047877 97.36421) + (xy 186.040094 97.362725) + (xy 185.984049 97.366251) + (xy 185.976138 97.3665) + (xy 184.936259 97.3665) + (xy 184.868138 97.346498) + (xy 184.847164 97.329595) + (xy 184.807279 97.28971) + (xy 184.803793 97.286083) + (xy 184.801892 97.284023) + (xy 184.801848 97.283977) + (xy 184.801583 97.283689) + (xy 184.770612 97.251054) + (xy 184.33128 96.811721) + (xy 184.291068 96.787862) + (xy 184.242689 96.7359) + (xy 184.230084 96.666031) + (xy 184.257253 96.600439) + (xy 184.315572 96.559948) + (xy 184.355362 96.5535) + (xy 187.669426 96.5535) + (xy 187.737547 96.573502) + (xy 187.758521 96.590405) + (xy 187.836863 96.668747) + (xy 187.83812 96.669876) + (xy 187.838123 96.669879) + (xy 187.873148 96.701342) + (xy 187.873152 96.701345) + (xy 187.877753 96.705478) + (xy 187.883075 96.708636) + (xy 187.883078 96.708638) + (xy 187.929025 96.7359) + (xy 188.00345 96.780059) + (xy 188.038098 96.794411) + (xy 188.039676 96.794968) + (xy 188.039682 96.79497) + (xy 188.075764 96.807699) + (xy 188.08994 96.8127) + (xy 188.096061 96.81358) + (xy 188.230162 96.832861) + (xy 188.230169 96.832862) + (xy 188.23461 96.8335) + (xy 188.52539 96.8335) + (xy 188.555921 96.831863) + (xy 188.574098 96.830889) + (xy 188.574101 96.830889) + (xy 188.580285 96.830557) + (xy 188.721902 96.794411) + (xy 188.733159 96.789748) + (xy 188.754967 96.780715) + (xy 188.754976 96.780711) + (xy 188.75655 96.780059) + (xy 188.758078 96.779328) + (xy 188.758089 96.779323) + (xy 188.800547 96.759008) + (xy 188.806132 96.756336) + (xy 188.923137 96.668747) + (xy 189.128747 96.463137) + (xy 189.129879 96.461877) + (xy 189.161342 96.426852) + (xy 189.161345 96.426848) + (xy 189.165478 96.422247) + (xy 189.240059 96.29655) + (xy 189.254411 96.261902) + (xy 189.264649 96.232883) + (xy 189.270643 96.215891) + (xy 189.270643 96.21589) + (xy 189.2727 96.21006) + (xy 189.281105 96.1516) + (xy 189.292861 96.069838) + (xy 189.292862 96.069831) + (xy 189.2935 96.06539) + (xy 189.2935 95.920038) + (xy 189.293504 95.92) + (xy 189.2935 95.919962) + (xy 189.2935 95.77461) + (xy 189.290557 95.719715) + (xy 189.254411 95.578098) + (xy 189.240059 95.54345) + (xy 189.216336 95.493868) + (xy 189.128747 95.376863) + (xy 188.923137 95.171253) + (xy 188.907267 95.156997) + (xy 188.886852 95.138658) + (xy 188.886848 95.138655) + (xy 188.882247 95.134522) + (xy 188.876925 95.131364) + (xy 188.876922 95.131362) + (xy 188.792029 95.080992) + (xy 188.75655 95.059941) + (xy 188.721902 95.045589) + (xy 188.720324 95.045032) + (xy 188.720318 95.04503) + (xy 188.675891 95.029357) + (xy 188.67589 95.029357) + (xy 188.67006 95.0273) + (xy 188.622674 95.020487) + (xy 188.529838 95.007139) + (xy 188.529831 95.007138) + (xy 188.52539 95.0065) + (xy 188.23461 95.0065) + (xy 188.204079 95.008137) + (xy 188.185902 95.009111) + (xy 188.185899 95.009111) + (xy 188.179715 95.009443) + (xy 188.038098 95.045589) + (xy 188.033936 95.047313) + (xy 188.005033 95.059285) + (xy 188.005024 95.059289) + (xy 188.00345 95.059941) + (xy 188.001922 95.060672) + (xy 188.001911 95.060677) + (xy 187.996705 95.063168) + (xy 187.953868 95.083664) + (xy 187.836863 95.171253) + (xy 187.758521 95.249595) + (xy 187.696209 95.283621) + (xy 187.669426 95.2865) + (xy 172.408767 95.2865) + (xy 172.397584 95.285973) + (xy 172.390091 95.284298) + (xy 172.382165 95.284547) + (xy 172.382164 95.284547) + (xy 172.322014 95.286438) + (xy 172.318055 95.2865) + (xy 172.290144 95.2865) + (xy 172.28621 95.286997) + (xy 172.286209 95.286997) + (xy 172.286144 95.287005) + (xy 172.274307 95.287938) + (xy 172.24249 95.288938) + (xy 172.238029 95.289078) + (xy 172.23011 95.289327) + (xy 172.212454 95.294456) + (xy 172.210658 95.294978) + (xy 172.191306 95.298986) + (xy 172.184235 95.29988) + (xy 172.171203 95.301526) + (xy 172.163834 95.304443) + (xy 172.163832 95.304444) + (xy 172.130097 95.3178) + (xy 172.118869 95.321645) + (xy 172.076407 95.333982) + (xy 172.069585 95.338016) + (xy 172.069579 95.338019) + (xy 172.058968 95.344294) + (xy 172.041218 95.35299) + (xy 172.029756 95.357528) + (xy 172.029751 95.357531) + (xy 172.022383 95.360448) + (xy 172.009807 95.369585) + (xy 171.986625 95.386427) + (xy 171.976707 95.392943) + (xy 171.958019 95.403995) + (xy 171.938637 95.415458) + (xy 171.924313 95.429782) + (xy 171.909281 95.442621) + (xy 171.892893 95.454528) + (xy 171.866673 95.486223) + (xy 171.864712 95.488593) + (xy 171.856722 95.497373) + (xy 167.33002 100.024075) + (xy 167.267708 100.058101) + (xy 167.196893 100.053036) + (xy 167.140057 100.010489) + (xy 167.115246 99.943969) + (xy 167.114925 99.93497) + (xy 167.114993 99.090051) + (xy 167.114993 99.09004) + (xy 167.114907 98.072969) + (xy 167.114907 98.072966) + (xy 167.114906 98.065093) + (xy 167.105862 98.029654) + (xy 167.08762 97.95818) + (xy 167.078747 97.923412) + (xy 167.074627 97.913465) + (xy 167.062895 97.885141) + (xy 167.041035 97.845108) + (xy 167.014032 97.795655) + (xy 167.01403 97.795653) + (xy 167.010253 97.788735) + (xy 166.910613 97.681716) + (xy 166.784859 97.607105) + (xy 166.74659 97.591254) + (xy 166.641222 97.560315) + (xy 166.633478 97.560005) + (xy 166.633475 97.560005) + (xy 166.5809 97.557904) + (xy 166.540053 97.556271) + (xy 166.495093 97.555094) + (xy 165.495319 97.553037) + (xy 164.402912 97.555079) + (xy 164.402909 97.555079) + (xy 164.395093 97.555094) + (xy 164.253412 97.591253) + (xy 164.243465 97.595373) + (xy 164.215141 97.607105) + (xy 164.212182 97.608721) + (xy 164.125655 97.655968) + (xy 164.125653 97.65597) + (xy 164.118735 97.659747) + (xy 164.011716 97.759387) + (xy 163.937105 97.885141) + (xy 163.921254 97.92341) + (xy 163.890315 98.028778) + (xy 163.890005 98.036522) + (xy 163.890005 98.036525) + (xy 163.887904 98.0891) + (xy 163.886271 98.129947) + (xy 163.885094 98.174907) + (xy 163.8836 99.123715) + (xy 163.883468 99.207647) + (xy 163.883468 99.207839) + (xy 163.884951 100.180876) + (xy 163.885094 100.274909) + (xy 163.921254 100.41659) + (xy 163.922978 100.420752) + (xy 163.934921 100.449585) + (xy 163.937105 100.454859) + (xy 163.989746 100.551265) + (xy 163.995112 100.557029) + (xy 163.995114 100.557031) + (xy 164.014064 100.577384) + (xy 164.089386 100.658283) + (xy 164.097128 100.662877) + (xy 164.09713 100.662878) + (xy 164.202043 100.725124) + (xy 164.215141 100.732895) + (xy 164.219296 100.734616) + (xy 164.223318 100.736629) + (xy 164.222704 100.737857) + (xy 164.273314 100.778644) + (xy 164.295731 100.846009) + (xy 164.27817 100.914799) + (xy 164.226205 100.963175) + (xy 164.169811 100.9765) + (xy 161.922519 100.9765) + (xy 161.854398 100.956498) + (xy 161.833424 100.939595) + (xy 161.809279 100.91545) + (xy 161.805793 100.911823) + (xy 161.803892 100.909763) + (xy 161.803848 100.909717) + (xy 161.803583 100.909429) + (xy 161.772612 100.876794) + (xy 161.35554 100.459721) + (xy 161.338457 100.449585) + (xy 161.29008 100.397622) + (xy 161.277475 100.327753) + (xy 161.304645 100.262161) + (xy 161.325024 100.242888) + (xy 161.326188 100.242252) + (xy 161.400571 100.173583) + (xy 161.433206 100.142612) + (xy 161.641697 99.934932) + (xy 161.641697 99.934933) + (xy 161.641698 99.934932) + (xy 161.641697 99.934932) + (xy 161.850279 99.72554) + (xy 161.890217 99.658229) + (xy 161.922595 99.603659) + (xy 161.922597 99.603655) + (xy 161.924892 99.599787) + (xy 161.940742 99.561523) + (xy 161.971687 99.456136) + (xy 161.975729 99.354972) + (xy 161.976312 99.332738) + (xy 161.976513 99.325041) + (xy 161.976907 99.310006) + (xy 161.980202 99.098584) + (xy 161.980219 99.097375) + (xy 161.980491 99.077925) + (xy 161.980491 99.077885) + (xy 161.980501 99.077173) + (xy 161.976905 98.720154) + (xy 161.940741 98.578474) + (xy 161.928691 98.549383) + (xy 161.926194 98.543354) + (xy 161.926189 98.543344) + (xy 161.924896 98.540222) + (xy 161.906891 98.507249) + (xy 161.875966 98.450613) + (xy 161.875964 98.450611) + (xy 161.872252 98.443812) + (xy 161.866998 98.438121) + (xy 161.866996 98.438118) + (xy 161.833527 98.401865) + (xy 161.803583 98.369429) + (xy 161.772612 98.336794) + (xy 161.609952 98.174134) + (xy 161.361114 97.925295) + (xy 161.35554 97.919721) + (xy 161.338457 97.909585) + (xy 161.29008 97.857622) + (xy 161.277475 97.787753) + (xy 161.304645 97.722161) + (xy 161.325024 97.702888) + (xy 161.326188 97.702252) + (xy 161.391648 97.64182) + (xy 161.392139 97.642352) + (xy 161.393211 97.640876) + (xy 161.393082 97.640747) + (xy 161.396276 97.637553) + (xy 161.39698 97.636943) + (xy 161.398177 97.635793) + (xy 161.400237 97.633892) + (xy 161.400283 97.633848) + (xy 161.400571 97.633583) + (xy 161.433206 97.602612) + (xy 161.641697 97.394932) + (xy 161.641697 97.394933) + (xy 161.641698 97.394932) + (xy 161.641697 97.394932) + (xy 161.812882 97.223082) + (xy 161.8353 97.200577) + (xy 161.897546 97.166432) + (xy 161.924568 97.1635) + (xy 164.391233 97.1635) + (xy 164.402416 97.164027) + (xy 164.409909 97.165702) + (xy 164.417835 97.165453) + (xy 164.417836 97.165453) + (xy 164.477986 97.163562) + (xy 164.481945 97.1635) + (xy 164.509856 97.1635) + (xy 164.513791 97.163003) + (xy 164.513856 97.162995) + (xy 164.525693 97.162062) + (xy 164.557951 97.161048) + (xy 164.56197 97.160922) + (xy 164.569889 97.160673) + (xy 164.589343 97.155021) + (xy 164.6087 97.151013) + (xy 164.62093 97.149468) + (xy 164.620931 97.149468) + (xy 164.628797 97.148474) + (xy 164.636168 97.145555) + (xy 164.63617 97.145555) + (xy 164.669912 97.132196) + (xy 164.681142 97.128351) + (xy 164.715983 97.118229) + (xy 164.715984 97.118229) + (xy 164.723593 97.116018) + (xy 164.730412 97.111985) + (xy 164.730417 97.111983) + (xy 164.741028 97.105707) + (xy 164.758776 97.097012) + (xy 164.777617 97.089552) + (xy 164.813387 97.063564) + (xy 164.823307 97.057048) + (xy 164.854535 97.03858) + (xy 164.854538 97.038578) + (xy 164.861362 97.034542) + (xy 164.875683 97.020221) + (xy 164.890717 97.00738) + (xy 164.900694 97.000131) + (xy 164.907107 96.995472) + (xy 164.935298 96.961395) + (xy 164.943288 96.952616) + (xy 168.2255 93.670405) + (xy 168.287812 93.636379) + (xy 168.314595 93.6335) + (xy 184.940224 93.6335) + (xy 184.959934 93.635051) + (xy 184.979943 93.63822) + (xy 184.987835 93.637474) + (xy 185.00658 93.635702) + (xy 185.023962 93.634059) + (xy 185.035819 93.6335) + (xy 188.841233 93.6335) + (xy 188.852416 93.634027) + (xy 188.859909 93.635702) + (xy 188.867835 93.635453) + (xy 188.867836 93.635453) + (xy 188.927986 93.633562) + (xy 188.931945 93.6335) + (xy 188.959856 93.6335) + (xy 188.963791 93.633003) + (xy 188.963856 93.632995) + (xy 188.975693 93.632062) + (xy 189.007951 93.631048) + (xy 189.01197 93.630922) + (xy 189.019889 93.630673) + (xy 189.039343 93.625021) + (xy 189.0587 93.621013) + (xy 189.07093 93.619468) + (xy 189.070931 93.619468) + (xy 189.078797 93.618474) + (xy 189.086168 93.615555) + (xy 189.08617 93.615555) + (xy 189.119912 93.602196) + (xy 189.131142 93.598351) + (xy 189.165983 93.588229) + (xy 189.165984 93.588229) + (xy 189.173593 93.586018) + (xy 189.180412 93.581985) + (xy 189.180417 93.581983) + (xy 189.191028 93.575707) + (xy 189.208776 93.567012) + (xy 189.227617 93.559552) + (xy 189.263387 93.533564) + (xy 189.273307 93.527048) + (xy 189.304535 93.50858) + (xy 189.304538 93.508578) + (xy 189.311362 93.504542) + (xy 189.325683 93.490221) + (xy 189.340717 93.47738) + (xy 189.350694 93.470131) + (xy 189.357107 93.465472) + (xy 189.385298 93.431395) + (xy 189.393288 93.422616) + (xy 189.751991 93.063913) + (xy 189.814303 93.029887) + (xy 189.885118 93.034952) + (xy 189.941954 93.077499) + (xy 189.952748 93.094633) + (xy 190.027144 93.23694) + (xy 190.027147 93.236944) + (xy 190.029999 93.2424) + (xy 190.160071 93.404177) + (xy 190.164788 93.408135) + (xy 190.16479 93.408137) + (xy 190.238672 93.470131) + (xy 190.319089 93.537609) + (xy 190.324481 93.540573) + (xy 190.324485 93.540576) + (xy 190.493626 93.633562) + (xy 190.500995 93.637613) + (xy 190.698861 93.700379) + (xy 190.704978 93.701065) + (xy 190.704982 93.701066) + (xy 190.781598 93.709659) + (xy 190.860413 93.7185) + (xy 190.972237 93.7185) + (xy 190.975293 93.7182) + (xy 190.9753 93.7182) + (xy 191.120466 93.703966) + (xy 191.120469 93.703965) + (xy 191.126592 93.703365) + (xy 191.258546 93.663526) + (xy 191.319407 93.645152) + (xy 191.31941 93.645151) + (xy 191.325315 93.643368) + (xy 191.334997 93.63822) + (xy 191.503153 93.548809) + (xy 191.503155 93.548808) + (xy 191.508599 93.545913) + (xy 191.60723 93.465472) + (xy 191.664689 93.41861) + (xy 191.664692 93.418607) + (xy 191.669464 93.414715) + (xy 191.735852 93.334467) + (xy 191.797855 93.259518) + (xy 191.801783 93.25477) + (xy 191.805876 93.247201) + (xy 191.897584 93.07759) + (xy 191.897586 93.077585) + (xy 191.900514 93.07217) + (xy 191.961898 92.873871) + (xy 191.964901 92.845296) + (xy 191.982952 92.673554) + (xy 191.982952 92.673552) + (xy 191.983596 92.667425) + (xy 191.975018 92.573173) + (xy 191.965341 92.466836) + (xy 191.96534 92.466833) + (xy 191.964782 92.460697) + (xy 191.958823 92.440448) + (xy 191.907912 92.267469) + (xy 191.906173 92.26156) + (xy 191.810001 92.0776) + (xy 191.806141 92.072799) + (xy 191.806137 92.072793) + (xy 191.782443 92.043323) + (xy 191.755347 91.9777) + (xy 191.768031 91.907846) + (xy 191.79517 91.871793) + (xy 191.811298 91.856904) + (xy 191.811345 91.85686) + (xy 191.811645 91.856583) + (xy 191.84428 91.825612) + (xy 191.844836 91.825056) + (xy 191.844874 91.825019) + (xy 192.101013 91.56888) + (xy 192.163325 91.534854) + (xy 192.23414 91.539919) + (xy 192.281503 91.57124) + (xy 192.284388 91.57428) + (xy 192.613391 91.903283) + (xy 192.739146 91.977895) + (xy 192.76747 91.989627) + (xy 192.777417 91.993747) + (xy 192.780643 91.994694) + (xy 192.780651 91.994697) + (xy 192.856636 92.017006) + (xy 192.882801 92.024688) + (xy 192.964577 92.027955) + (xy 192.983624 92.028716) + (xy 192.983632 92.028716) + (xy 192.983951 92.028729) + (xy 193.020751 92.02969) + (xy 193.028124 92.029883) + (xy 193.028128 92.029883) + (xy 193.02893 92.029904) + (xy 193.118959 92.029904) + (xy 193.993019 92.029906) + (xy 194.000905 92.029906) + (xy 194.098921 92.00489) + (xy 194.138225 91.994859) + (xy 194.138228 91.994858) + (xy 194.142585 91.993746) + (xy 194.170905 91.982016) + (xy 194.177729 91.97919) + (xy 194.177736 91.979187) + (xy 194.180852 91.977896) + (xy 194.183819 91.976276) + (xy 194.183823 91.976274) + (xy 194.270461 91.928966) + (xy 194.270463 91.928964) + (xy 194.277262 91.925252) + (xy 194.282953 91.919998) + (xy 194.282956 91.919996) + (xy 194.329716 91.876827) + (xy 194.351645 91.856583) + (xy 194.38428 91.825612) + (xy 194.496217 91.713676) + (xy 194.558528 91.67965) + (xy 194.629343 91.684715) + (xy 194.686179 91.727262) + (xy 194.695899 91.742386) + (xy 194.721383 91.789058) + (xy 194.730534 91.801748) + (xy 194.818567 91.896299) + (xy 194.832447 91.907485) + (xy 194.946471 91.975136) + (xy 194.954489 91.979149) + (xy 194.978658 91.98916) + (xy 194.985485 91.991988) + (xy 194.991849 91.994233) + (xy 195.08643 92.022004) + (xy 195.101612 92.024497) + (xy 195.194514 92.028207) + (xy 195.195368 92.028235) + (xy 195.23908 92.029384) + (xy 195.240643 92.029404) + (xy 195.727885 92.029404) + (xy 195.743124 92.024929) + (xy 195.744329 92.023539) + (xy 195.746 92.015856) + (xy 195.746 92.011289) + (xy 196.254 92.011289) + (xy 196.258475 92.026528) + (xy 196.259865 92.027733) + (xy 196.267548 92.029404) + (xy 196.861975 92.029404) + (xy 196.877489 92.027456) + (xy 197.00704 91.994392) + (xy 197.015556 91.991557) + (xy 197.046551 91.978719) + (xy 197.052625 91.975813) + (xy 197.139055 91.928619) + (xy 197.151748 91.919466) + (xy 197.246299 91.831433) + (xy 197.257485 91.817553) + (xy 197.325136 91.703529) + (xy 197.329149 91.695511) + (xy 197.33916 91.671342) + (xy 197.341988 91.664515) + (xy 197.344233 91.658151) + (xy 197.372004 91.56357) + (xy 197.374497 91.548388) + (xy 197.378207 91.455486) + (xy 197.378235 91.454632) + (xy 197.379384 91.41092) + (xy 197.379404 91.409357) + (xy 197.379404 90.772115) + (xy 197.374929 90.756876) + (xy 197.373539 90.755671) + (xy 197.365856 90.754) + (xy 196.272115 90.754) + (xy 196.256876 90.758475) + (xy 196.255671 90.759865) + (xy 196.254 90.767548) + (xy 196.254 92.011289) + (xy 195.746 92.011289) + (xy 195.746 90.227885) + (xy 196.254 90.227885) + (xy 196.258475 90.243124) + (xy 196.259865 90.244329) + (xy 196.267548 90.246) + (xy 197.361289 90.246) + (xy 197.376528 90.241525) + (xy 197.377733 90.240135) + (xy 197.379404 90.232452) + (xy 197.379404 89.488027) + (xy 197.377456 89.472513) + (xy 197.34439 89.342955) + (xy 197.341561 89.334456) + (xy 197.33916 89.328658) + (xy 197.328718 89.303449) + (xy 197.325812 89.297375) + (xy 197.278618 89.210945) + (xy 197.269465 89.198252) + (xy 197.181436 89.103705) + (xy 197.167546 89.092512) + (xy 197.053538 89.024869) + (xy 197.045504 89.020847) + (xy 197.01452 89.008014) + (xy 197.008154 89.005768) + (xy 196.913571 88.977996) + (xy 196.898388 88.975503) + (xy 196.805486 88.971793) + (xy 196.804632 88.971765) + (xy 196.76092 88.970616) + (xy 196.759357 88.970596) + (xy 196.272115 88.970596) + (xy 196.256876 88.975071) + (xy 196.255671 88.976461) + (xy 196.254 88.984144) + (xy 196.254 90.227885) + (xy 195.746 90.227885) + (xy 195.746 88.988711) + (xy 195.741525 88.973472) + (xy 195.740135 88.972267) + (xy 195.732452 88.970596) + (xy 195.138027 88.970596) + (xy 195.122513 88.972544) + (xy 194.992955 89.00561) + (xy 194.984456 89.008439) + (xy 194.978658 89.01084) + (xy 194.953449 89.021282) + (xy 194.947375 89.024188) + (xy 194.860945 89.071382) + (xy 194.848252 89.080535) + (xy 194.753705 89.168564) + (xy 194.742512 89.182454) + (xy 194.694881 89.262731) + (xy 194.642919 89.311109) + (xy 194.57305 89.323715) + (xy 194.507458 89.296546) + (xy 194.497424 89.287532) + (xy 194.306607 89.096715) + (xy 194.180852 89.022104) + (xy 194.175911 89.020057) + (xy 194.145726 89.007554) + (xy 194.1426 89.006259) + (xy 194.03721 88.975313) + (xy 193.936046 88.971271) + (xy 193.93567 88.971261) + (xy 193.935606 88.971259) + (xy 193.908977 88.970562) + (xy 193.89108 88.970093) + (xy 193.801729 88.970093) + (xy 192.919083 88.970094) + (xy 192.911449 88.972043) + (xy 192.911446 88.972043) + (xy 192.864039 88.984144) + (xy 192.777403 89.006258) + (xy 192.773239 89.007983) + (xy 192.742271 89.02081) + (xy 192.742261 89.020815) + (xy 192.739139 89.022108) + (xy 192.642738 89.074748) + (xy 192.637047 89.080002) + (xy 192.637044 89.080004) + (xy 192.637016 89.08003) + (xy 192.568355 89.143417) + (xy 192.53572 89.174388) + (xy 192.278987 89.431121) + (xy 192.216675 89.465147) + (xy 192.14586 89.460082) + (xy 192.098485 89.428747) + (xy 192.095612 89.42572) + (xy 191.766607 89.096715) + (xy 191.640852 89.022104) + (xy 191.635911 89.020057) + (xy 191.605726 89.007554) + (xy 191.6026 89.006259) + (xy 191.49721 88.975313) + (xy 191.396046 88.971271) + (xy 191.39567 88.971261) + (xy 191.395606 88.971259) + (xy 191.368977 88.970562) + (xy 191.35108 88.970093) + (xy 191.261729 88.970093) + (xy 190.379083 88.970094) + (xy 190.371449 88.972043) + (xy 190.371446 88.972043) + (xy 190.324039 88.984144) + (xy 190.237403 89.006258) + (xy 190.233239 89.007983) + (xy 190.202271 89.02081) + (xy 190.202261 89.020815) + (xy 190.199139 89.022108) + (xy 190.102738 89.074748) + (xy 190.097047 89.080002) + (xy 190.097044 89.080004) + (xy 190.097016 89.08003) + (xy 190.028355 89.143417) + (xy 189.99572 89.174388) + (xy 189.738987 89.431121) + (xy 189.676675 89.465147) + (xy 189.60586 89.460082) + (xy 189.558485 89.428747) + (xy 189.555612 89.42572) + (xy 189.226607 89.096715) + (xy 189.223356 89.094786) + (xy 189.217698 89.089794) + (xy 189.050405 88.922501) + (xy 189.016379 88.860189) + (xy 189.0135 88.833406) + (xy 189.0135 88.458767) + (xy 189.014027 88.447584) + (xy 189.015702 88.440091) + (xy 189.015125 88.421716) + (xy 189.013562 88.372014) + (xy 189.0135 88.368055) + (xy 189.0135 88.340144) + (xy 189.012995 88.336144) + (xy 189.012062 88.324301) + (xy 189.010922 88.288029) + (xy 189.010673 88.28011) + (xy 189.005022 88.260658) + (xy 189.001014 88.241306) + (xy 188.999467 88.229063) + (xy 188.998474 88.221203) + (xy 188.995556 88.213832) + (xy 188.9822 88.180097) + (xy 188.978355 88.16887) + (xy 188.969205 88.137378) + (xy 188.966018 88.126407) + (xy 188.961984 88.119585) + (xy 188.961981 88.119579) + (xy 188.955706 88.108968) + (xy 188.94701 88.091218) + (xy 188.942472 88.079756) + (xy 188.942469 88.079751) + (xy 188.939552 88.072383) + (xy 188.915018 88.038614) + (xy 188.913573 88.036625) + (xy 188.907057 88.026707) + (xy 188.888575 87.995457) + (xy 188.884542 87.988637) + (xy 188.870218 87.974313) + (xy 188.857376 87.959278) + (xy 188.845472 87.942893) + (xy 188.811406 87.914711) + (xy 188.802627 87.906722) + (xy 186.503652 85.607747) + (xy 186.496112 85.599461) + (xy 186.492 85.592982) + (xy 186.442348 85.546356) + (xy 186.439507 85.543602) + (xy 186.41977 85.523865) + (xy 186.416573 85.521385) + (xy 186.407551 85.51368) + (xy 186.375321 85.483414) + (xy 186.368375 85.479595) + (xy 186.368372 85.479593) + (xy 186.357566 85.473652) + (xy 186.341047 85.462801) + (xy 186.340583 85.462441) + (xy 186.325041 85.450386) + (xy 186.317772 85.447241) + (xy 186.317768 85.447238) + (xy 186.284463 85.432826) + (xy 186.273813 85.427609) + (xy 186.23506 85.406305) + (xy 186.215437 85.401267) + (xy 186.196734 85.394863) + (xy 186.18542 85.389967) + (xy 186.185419 85.389967) + (xy 186.178145 85.386819) + (xy 186.170322 85.38558) + (xy 186.170312 85.385577) + (xy 186.134476 85.379901) + (xy 186.122856 85.377495) + (xy 186.087711 85.368472) + (xy 186.08771 85.368472) + (xy 186.08003 85.3665) + (xy 186.059776 85.3665) + (xy 186.040065 85.364949) + (xy 186.027886 85.36302) + (xy 186.020057 85.36178) + (xy 186.012165 85.362526) + (xy 185.976039 85.365941) + (xy 185.964181 85.3665) + (xy 185.833594 85.3665) + (xy 185.765473 85.346498) + (xy 185.71898 85.292842) + (xy 185.708876 85.222568) + (xy 185.73837 85.157988) + (xy 185.744499 85.151405) + (xy 186.225499 84.670405) + (xy 186.287811 84.636379) + (xy 186.314594 84.6335) + (xy 188.921233 84.6335) + (xy 188.932416 84.634027) + (xy 188.939909 84.635702) + (xy 188.947835 84.635453) + (xy 188.947836 84.635453) + (xy 189.007986 84.633562) + (xy 189.011945 84.6335) + (xy 189.039856 84.6335) + (xy 189.043791 84.633003) + (xy 189.043856 84.632995) + (xy 189.055693 84.632062) + (xy 189.087951 84.631048) + (xy 189.09197 84.630922) + (xy 189.099889 84.630673) + (xy 189.119343 84.625021) + (xy 189.1387 84.621013) + (xy 189.15093 84.619468) + (xy 189.150931 84.619468) + (xy 189.158797 84.618474) + (xy 189.166168 84.615555) + (xy 189.16617 84.615555) + (xy 189.199912 84.602196) + (xy 189.211142 84.598351) + (xy 189.245983 84.588229) + (xy 189.245984 84.588229) + (xy 189.253593 84.586018) + (xy 189.260412 84.581985) + (xy 189.260417 84.581983) + (xy 189.271028 84.575707) + (xy 189.288776 84.567012) + (xy 189.307617 84.559552) + (xy 189.343387 84.533564) + (xy 189.353307 84.527048) + (xy 189.384535 84.50858) + (xy 189.384538 84.508578) + (xy 189.391362 84.504542) + (xy 189.405683 84.490221) + (xy 189.420717 84.47738) + (xy 189.430694 84.470131) + (xy 189.437107 84.465472) + (xy 189.465298 84.431395) + (xy 189.473288 84.422616) + (xy 190.397182 83.498722) + (xy 190.415453 83.483606) + (xy 190.415715 83.483428) + (xy 190.415717 83.483426) + (xy 190.422271 83.478972) + (xy 190.459429 83.436825) + (xy 190.464848 83.431056) + (xy 190.476135 83.419769) + (xy 190.485936 83.407134) + (xy 190.490953 83.401069) + (xy 190.528121 83.35891) + (xy 190.531863 83.351566) + (xy 190.544569 83.331545) + (xy 190.544752 83.331308) + (xy 190.549614 83.32504) + (xy 190.571908 83.273521) + (xy 190.575278 83.26636) + (xy 190.597184 83.223367) + (xy 190.597186 83.223361) + (xy 190.600786 83.216296) + (xy 190.602585 83.208248) + (xy 190.609909 83.185707) + (xy 190.613181 83.178145) + (xy 190.621964 83.122691) + (xy 190.623447 83.114918) + (xy 190.635702 83.060092) + (xy 190.635443 83.051857) + (xy 190.636933 83.028186) + (xy 190.63698 83.02789) + (xy 190.63698 83.027885) + (xy 190.63822 83.020057) + (xy 190.632936 82.964153) + (xy 190.632439 82.956255) + (xy 190.630923 82.908036) + (xy 190.630674 82.900111) + (xy 190.629889 82.89741) + (xy 190.628979 82.885843) + (xy 190.628979 82.833464) + (xy 190.648981 82.765343) + (xy 190.702637 82.71885) + (xy 190.769024 82.708249) + (xy 190.860413 82.7185) + (xy 190.972237 82.7185) + (xy 190.975293 82.7182) + (xy 190.9753 82.7182) + (xy 191.120466 82.703966) + (xy 191.120469 82.703965) + (xy 191.126592 82.703365) + (xy 191.26649 82.661128) + (xy 191.319407 82.645152) + (xy 191.31941 82.645151) + (xy 191.325315 82.643368) + (xy 191.397271 82.605108) + (xy 191.503153 82.548809) + (xy 191.503155 82.548808) + (xy 191.508599 82.545913) + (xy 191.586767 82.482161) + (xy 191.664689 82.41861) + (xy 191.664692 82.418607) + (xy 191.669464 82.414715) + (xy 191.68102 82.400747) + (xy 191.797855 82.259518) + (xy 191.801783 82.25477) + (xy 191.804714 82.24935) + (xy 191.897584 82.07759) + (xy 191.897586 82.077585) + (xy 191.900514 82.07217) + (xy 191.961898 81.873871) + (xy 191.963671 81.857006) + (xy 191.982952 81.673554) + (xy 191.982952 81.673552) + (xy 191.983596 81.667425) + (xy 191.964782 81.460697) + (xy 191.938733 81.372188) + (xy 191.919527 81.306932) + (xy 191.906173 81.26156) + (xy 191.810001 81.0776) + (xy 191.806141 81.072799) + (xy 191.806137 81.072793) + (xy 191.782443 81.043323) + (xy 191.755347 80.9777) + (xy 191.768031 80.907846) + (xy 191.79517 80.871793) + (xy 191.811298 80.856904) + (xy 191.811345 80.85686) + (xy 191.811645 80.856583) + (xy 191.84428 80.825612) + (xy 191.844836 80.825056) + (xy 191.844874 80.825019) + (xy 192.101013 80.56888) + (xy 192.163325 80.534854) + (xy 192.23414 80.539919) + (xy 192.281503 80.57124) + (xy 192.284388 80.57428) + (xy 192.613391 80.903283) + (xy 192.739146 80.977895) + (xy 192.76747 80.989627) + (xy 192.777417 80.993747) + (xy 192.780643 80.994694) + (xy 192.780651 80.994697) + (xy 192.864143 81.01921) + (xy 192.882801 81.024688) + (xy 192.964577 81.027955) + (xy 192.983624 81.028716) + (xy 192.983632 81.028716) + (xy 192.983951 81.028729) + (xy 193.020751 81.02969) + (xy 193.028124 81.029883) + (xy 193.028128 81.029883) + (xy 193.02893 81.029904) + (xy 193.118959 81.029904) + (xy 193.993019 81.029906) + (xy 194.000905 81.029906) + (xy 194.103827 81.003638) + (xy 194.138225 80.994859) + (xy 194.138228 80.994858) + (xy 194.142585 80.993746) + (xy 194.170905 80.982016) + (xy 194.177729 80.97919) + (xy 194.177736 80.979187) + (xy 194.180852 80.977896) + (xy 194.183819 80.976276) + (xy 194.183823 80.976274) + (xy 194.270461 80.928966) + (xy 194.270463 80.928964) + (xy 194.277262 80.925252) + (xy 194.282953 80.919998) + (xy 194.282956 80.919996) + (xy 194.316103 80.889395) + (xy 194.351645 80.856583) + (xy 194.38428 80.825612) + (xy 194.496217 80.713676) + (xy 194.558528 80.67965) + (xy 194.629343 80.684715) + (xy 194.686179 80.727262) + (xy 194.695899 80.742386) + (xy 194.721383 80.789058) + (xy 194.730534 80.801748) + (xy 194.818567 80.896299) + (xy 194.832447 80.907485) + (xy 194.946471 80.975136) + (xy 194.954489 80.979149) + (xy 194.978658 80.98916) + (xy 194.985485 80.991988) + (xy 194.991849 80.994233) + (xy 195.08643 81.022004) + (xy 195.101612 81.024497) + (xy 195.194514 81.028207) + (xy 195.195368 81.028235) + (xy 195.23908 81.029384) + (xy 195.240643 81.029404) + (xy 195.727885 81.029404) + (xy 195.743124 81.024929) + (xy 195.744329 81.023539) + (xy 195.746 81.015856) + (xy 195.746 81.011289) + (xy 196.254 81.011289) + (xy 196.258475 81.026528) + (xy 196.259865 81.027733) + (xy 196.267548 81.029404) + (xy 196.861975 81.029404) + (xy 196.877489 81.027456) + (xy 197.00704 80.994392) + (xy 197.015556 80.991557) + (xy 197.046551 80.978719) + (xy 197.052625 80.975813) + (xy 197.139055 80.928619) + (xy 197.151748 80.919466) + (xy 197.246299 80.831433) + (xy 197.257485 80.817553) + (xy 197.325136 80.703529) + (xy 197.329149 80.695511) + (xy 197.33916 80.671342) + (xy 197.341988 80.664515) + (xy 197.344233 80.658151) + (xy 197.372004 80.56357) + (xy 197.374497 80.548388) + (xy 197.378207 80.455486) + (xy 197.378235 80.454632) + (xy 197.379384 80.41092) + (xy 197.379404 80.409357) + (xy 197.379404 79.772115) + (xy 197.374929 79.756876) + (xy 197.373539 79.755671) + (xy 197.365856 79.754) + (xy 196.272115 79.754) + (xy 196.256876 79.758475) + (xy 196.255671 79.759865) + (xy 196.254 79.767548) + (xy 196.254 81.011289) + (xy 195.746 81.011289) + (xy 195.746 79.227885) + (xy 196.254 79.227885) + (xy 196.258475 79.243124) + (xy 196.259865 79.244329) + (xy 196.267548 79.246) + (xy 197.361289 79.246) + (xy 197.376528 79.241525) + (xy 197.377733 79.240135) + (xy 197.379404 79.232452) + (xy 197.379404 78.488027) + (xy 197.377456 78.472513) + (xy 197.34439 78.342955) + (xy 197.341561 78.334456) + (xy 197.33916 78.328658) + (xy 197.328718 78.303449) + (xy 197.325812 78.297375) + (xy 197.278618 78.210945) + (xy 197.269465 78.198252) + (xy 197.181436 78.103705) + (xy 197.167546 78.092512) + (xy 197.053538 78.024869) + (xy 197.045504 78.020847) + (xy 197.01452 78.008014) + (xy 197.008154 78.005768) + (xy 196.913571 77.977996) + (xy 196.898388 77.975503) + (xy 196.805486 77.971793) + (xy 196.804632 77.971765) + (xy 196.76092 77.970616) + (xy 196.759357 77.970596) + (xy 196.272115 77.970596) + (xy 196.256876 77.975071) + (xy 196.255671 77.976461) + (xy 196.254 77.984144) + (xy 196.254 79.227885) + (xy 195.746 79.227885) + (xy 195.746 77.988711) + (xy 195.741525 77.973472) + (xy 195.740135 77.972267) + (xy 195.732452 77.970596) + (xy 195.138027 77.970596) + (xy 195.122513 77.972544) + (xy 194.992955 78.00561) + (xy 194.984456 78.008439) + (xy 194.978658 78.01084) + (xy 194.953449 78.021282) + (xy 194.947375 78.024188) + (xy 194.860945 78.071382) + (xy 194.848252 78.080535) + (xy 194.753705 78.168564) + (xy 194.742512 78.182454) + (xy 194.694881 78.262731) + (xy 194.642919 78.311109) + (xy 194.57305 78.323715) + (xy 194.507458 78.296546) + (xy 194.497424 78.287532) + (xy 194.306607 78.096715) + (xy 194.180852 78.022104) + (xy 194.1426 78.006259) + (xy 194.03721 77.975313) + (xy 193.936046 77.971271) + (xy 193.93567 77.971261) + (xy 193.935606 77.971259) + (xy 193.908977 77.970562) + (xy 193.89108 77.970093) + (xy 193.801729 77.970093) + (xy 192.919083 77.970094) + (xy 192.911449 77.972043) + (xy 192.911446 77.972043) + (xy 192.846147 77.988711) + (xy 192.777403 78.006258) + (xy 192.773239 78.007983) + (xy 192.742271 78.02081) + (xy 192.742261 78.020815) + (xy 192.739139 78.022108) + (xy 192.642738 78.074748) + (xy 192.637047 78.080002) + (xy 192.637044 78.080004) + (xy 192.636469 78.080535) + (xy 192.568355 78.143417) + (xy 192.53572 78.174388) + (xy 192.278987 78.431121) + (xy 192.216675 78.465147) + (xy 192.14586 78.460082) + (xy 192.098485 78.428747) + (xy 192.095612 78.42572) + (xy 191.766607 78.096715) + (xy 191.640852 78.022104) + (xy 191.6026 78.006259) + (xy 191.49721 77.975313) + (xy 191.396046 77.971271) + (xy 191.39567 77.971261) + (xy 191.395606 77.971259) + (xy 191.368977 77.970562) + (xy 191.35108 77.970093) + (xy 191.261729 77.970093) + (xy 190.379083 77.970094) + (xy 190.371449 77.972043) + (xy 190.371446 77.972043) + (xy 190.306147 77.988711) + (xy 190.237403 78.006258) + (xy 190.233239 78.007983) + (xy 190.202271 78.02081) + (xy 190.202261 78.020815) + (xy 190.199139 78.022108) + (xy 190.102738 78.074748) + (xy 190.097047 78.080002) + (xy 190.097044 78.080004) + (xy 190.096469 78.080535) + (xy 190.028355 78.143417) + (xy 189.99572 78.174388) + (xy 189.738987 78.431121) + (xy 189.676675 78.465147) + (xy 189.60586 78.460082) + (xy 189.558485 78.428747) + (xy 189.555612 78.42572) + (xy 189.226607 78.096715) + (xy 189.100852 78.022104) + (xy 189.0626 78.006259) + (xy 188.95721 77.975313) + (xy 188.856046 77.971271) + (xy 188.85567 77.971261) + (xy 188.855606 77.971259) + (xy 188.828977 77.970562) + (xy 188.81108 77.970093) + (xy 188.721729 77.970093) + (xy 187.839083 77.970094) + (xy 187.831449 77.972043) + (xy 187.831446 77.972043) + (xy 187.766147 77.988711) + (xy 187.697403 78.006258) + (xy 187.693239 78.007983) + (xy 187.662271 78.02081) + (xy 187.662261 78.020815) + (xy 187.659139 78.022108) + (xy 187.562738 78.074748) + (xy 187.557047 78.080002) + (xy 187.557044 78.080004) + (xy 187.541415 78.094433) + (xy 187.477795 78.125943) + (xy 187.407238 78.118056) + (xy 187.366852 78.090947) + (xy 185.883652 76.607747) + (xy 185.876112 76.599461) + (xy 185.872 76.592982) + (xy 185.822348 76.546356) + (xy 185.819507 76.543602) + (xy 185.79977 76.523865) + (xy 185.796573 76.521385) + (xy 185.787551 76.51368) + (xy 185.755321 76.483414) + (xy 185.748375 76.479595) + (xy 185.748372 76.479593) + (xy 185.737566 76.473652) + (xy 185.721047 76.462801) + (xy 185.714147 76.457449) + (xy 185.705041 76.450386) + (xy 185.697772 76.447241) + (xy 185.697768 76.447238) + (xy 185.664463 76.432826) + (xy 185.653813 76.427609) + (xy 185.61506 76.406305) + (xy 185.595437 76.401267) + (xy 185.576734 76.394863) + (xy 185.56542 76.389967) + (xy 185.565419 76.389967) + (xy 185.558145 76.386819) + (xy 185.550322 76.38558) + (xy 185.550312 76.385577) + (xy 185.514476 76.379901) + (xy 185.502856 76.377495) + (xy 185.467711 76.368472) + (xy 185.46771 76.368472) + (xy 185.46003 76.3665) + (xy 185.439776 76.3665) + (xy 185.420065 76.364949) + (xy 185.415766 76.364268) + (xy 185.400057 76.36178) + (xy 185.374351 76.36421) + (xy 185.356039 76.365941) + (xy 185.344181 76.3665) + (xy 169.071793 76.3665) + (xy 169.048184 76.364268) + (xy 169.047881 76.36421) + (xy 169.047877 76.36421) + (xy 169.040094 76.362725) + (xy 168.984049 76.366251) + (xy 168.976138 76.3665) + (xy 168.960144 76.3665) + (xy 168.94427 76.368506) + (xy 168.93641 76.369248) + (xy 168.908951 76.370976) + (xy 168.888263 76.372277) + (xy 168.888262 76.372277) + (xy 168.88035 76.372775) + (xy 168.872809 76.375225) + (xy 168.872513 76.375321) + (xy 168.849369 76.380494) + (xy 168.849065 76.380532) + (xy 168.84906 76.380533) + (xy 168.841203 76.381526) + (xy 168.833838 76.384442) + (xy 168.833834 76.384443) + (xy 168.788989 76.402199) + (xy 168.78157 76.404871) + (xy 168.728125 76.422236) + (xy 168.721429 76.426486) + (xy 168.721428 76.426486) + (xy 168.721169 76.42665) + (xy 168.700042 76.437415) + (xy 168.699754 76.437529) + (xy 168.699749 76.437532) + (xy 168.692383 76.440448) + (xy 168.685975 76.445104) + (xy 168.685969 76.445107) + (xy 168.646948 76.473458) + (xy 168.640411 76.477901) + (xy 168.592982 76.508) + (xy 168.587556 76.513778) + (xy 168.587555 76.513779) + (xy 168.587341 76.514007) + (xy 168.569554 76.529688) + (xy 168.569309 76.529866) + (xy 168.569307 76.529868) + (xy 168.562893 76.534528) + (xy 168.557839 76.540637) + (xy 168.557838 76.540638) + (xy 168.527097 76.577796) + (xy 168.521866 76.58373) + (xy 168.488842 76.618898) + (xy 168.48884 76.618901) + (xy 168.483414 76.624679) + (xy 168.479445 76.631899) + (xy 168.466119 76.651506) + (xy 168.46592 76.651746) + (xy 168.465916 76.651753) + (xy 168.460867 76.657856) + (xy 168.450645 76.67958) + (xy 168.436953 76.708676) + (xy 168.433371 76.715708) + (xy 168.406305 76.76494) + (xy 168.404335 76.772615) + (xy 168.404332 76.772621) + (xy 168.404256 76.772919) + (xy 168.396224 76.795228) + (xy 168.396094 76.795503) + (xy 168.396091 76.795511) + (xy 168.392717 76.802682) + (xy 168.388472 76.824935) + (xy 168.382195 76.857843) + (xy 168.380471 76.865558) + (xy 168.3665 76.91997) + (xy 168.3665 76.928207) + (xy 168.364268 76.951816) + (xy 168.362725 76.959906) + (xy 168.363223 76.967817) + (xy 168.366251 77.015951) + (xy 168.3665 77.023862) + (xy 168.3665 81.685406) + (xy 168.346498 81.753527) + (xy 168.329595 81.774501) + (xy 166.9445 83.159595) + (xy 166.882188 83.193621) + (xy 166.855405 83.1965) + (xy 161.922519 83.1965) + (xy 161.854398 83.176498) + (xy 161.833424 83.159595) + (xy 161.809279 83.13545) + (xy 161.805793 83.131823) + (xy 161.803892 83.129763) + (xy 161.803848 83.129717) + (xy 161.803583 83.129429) + (xy 161.772612 83.096794) + (xy 161.35554 82.679721) + (xy 161.338457 82.669585) + (xy 161.29008 82.617622) + (xy 161.277475 82.547753) + (xy 161.304645 82.482161) + (xy 161.325024 82.462888) + (xy 161.326188 82.462252) + (xy 161.391648 82.40182) + (xy 161.392139 82.402352) + (xy 161.393211 82.400876) + (xy 161.393082 82.400747) + (xy 161.396276 82.397553) + (xy 161.39698 82.396943) + (xy 161.398177 82.395793) + (xy 161.400237 82.393892) + (xy 161.400283 82.393848) + (xy 161.400571 82.393583) + (xy 161.433206 82.362612) + (xy 161.641697 82.154932) + (xy 161.641697 82.154933) + (xy 161.641698 82.154932) + (xy 161.641697 82.154932) + (xy 161.703168 82.093222) + (xy 161.8353 81.960577) + (xy 161.897546 81.926432) + (xy 161.924568 81.9235) + (xy 164.631233 81.9235) + (xy 164.642416 81.924027) + (xy 164.649909 81.925702) + (xy 164.657835 81.925453) + (xy 164.657836 81.925453) + (xy 164.717986 81.923562) + (xy 164.721945 81.9235) + (xy 164.749856 81.9235) + (xy 164.753791 81.923003) + (xy 164.753856 81.922995) + (xy 164.765693 81.922062) + (xy 164.797951 81.921048) + (xy 164.80197 81.920922) + (xy 164.809889 81.920673) + (xy 164.829343 81.915021) + (xy 164.8487 81.911013) + (xy 164.86093 81.909468) + (xy 164.860931 81.909468) + (xy 164.868797 81.908474) + (xy 164.876168 81.905555) + (xy 164.87617 81.905555) + (xy 164.909912 81.892196) + (xy 164.921142 81.888351) + (xy 164.955983 81.878229) + (xy 164.955984 81.878229) + (xy 164.963593 81.876018) + (xy 164.970412 81.871985) + (xy 164.970417 81.871983) + (xy 164.981028 81.865707) + (xy 164.998776 81.857012) + (xy 165.017617 81.849552) + (xy 165.053387 81.823564) + (xy 165.063307 81.817048) + (xy 165.094535 81.79858) + (xy 165.094538 81.798578) + (xy 165.101362 81.794542) + (xy 165.115683 81.780221) + (xy 165.130717 81.76738) + (xy 165.140694 81.760131) + (xy 165.147107 81.755472) + (xy 165.175298 81.721395) + (xy 165.183288 81.712616) + (xy 166.392247 80.503657) + (xy 166.400537 80.496113) + (xy 166.407018 80.492) + (xy 166.453659 80.442332) + (xy 166.456413 80.439491) + (xy 166.476134 80.41977) + (xy 166.478612 80.416575) + (xy 166.486318 80.407553) + (xy 166.506767 80.385777) + (xy 166.516586 80.375321) + (xy 166.526346 80.357568) + (xy 166.537199 80.341045) + (xy 166.54052 80.336764) + (xy 166.549613 80.325041) + (xy 166.567176 80.284457) + (xy 166.572383 80.273827) + (xy 166.593695 80.23506) + (xy 166.595666 80.227383) + (xy 166.595668 80.227378) + (xy 166.598732 80.215442) + (xy 166.605138 80.19673) + (xy 166.607653 80.19092) + (xy 166.613181 80.178145) + (xy 166.619268 80.139717) + (xy 166.620097 80.134481) + (xy 166.622504 80.12286) + (xy 166.631528 80.087711) + (xy 166.631528 80.08771) + (xy 166.6335 80.08003) + (xy 166.6335 80.059769) + (xy 166.635051 80.040058) + (xy 166.635236 80.038894) + (xy 166.638219 80.020057) + (xy 166.634059 79.976046) + (xy 166.6335 79.964189) + (xy 166.6335 75.314594) + (xy 166.653502 75.246473) + (xy 166.670405 75.225499) + (xy 167.225499 74.670405) + (xy 167.287811 74.636379) + (xy 167.314594 74.6335) + (xy 186.600224 74.6335) + (xy 186.619934 74.635051) + (xy 186.639943 74.63822) + (xy 186.647835 74.637474) + (xy 186.66658 74.635702) + (xy 186.683962 74.634059) + (xy 186.695819 74.6335) + (xy 186.921233 74.6335) + (xy 186.932416 74.634027) + (xy 186.939909 74.635702) + (xy 186.947835 74.635453) + (xy 186.947836 74.635453) + (xy 187.007986 74.633562) + (xy 187.011945 74.6335) + (xy 187.039856 74.6335) + (xy 187.043791 74.633003) + (xy 187.043856 74.632995) + (xy 187.055693 74.632062) + (xy 187.087951 74.631048) + (xy 187.09197 74.630922) + (xy 187.099889 74.630673) + (xy 187.119343 74.625021) + (xy 187.1387 74.621013) + (xy 187.15093 74.619468) + (xy 187.150931 74.619468) + (xy 187.158797 74.618474) + (xy 187.166168 74.615555) + (xy 187.16617 74.615555) + (xy 187.199912 74.602196) + (xy 187.211142 74.598351) + (xy 187.245983 74.588229) + (xy 187.245984 74.588229) + (xy 187.253593 74.586018) + (xy 187.260412 74.581985) + (xy 187.260417 74.581983) + (xy 187.271028 74.575707) + (xy 187.288776 74.567012) + (xy 187.307617 74.559552) + (xy 187.343387 74.533564) + (xy 187.353307 74.527048) + (xy 187.384535 74.50858) + (xy 187.384538 74.508578) + (xy 187.391362 74.504542) + (xy 187.405683 74.490221) + (xy 187.420717 74.47738) + (xy 187.430694 74.470131) + (xy 187.437107 74.465472) + (xy 187.465298 74.431395) + (xy 187.473288 74.422616) + (xy 189.476135 72.41977) + (xy 189.476138 72.419766) + (xy 189.656774 72.23913) + (xy 189.719086 72.205104) + (xy 189.789901 72.210169) + (xy 189.846737 72.252716) + (xy 189.87135 72.316804) + (xy 189.875218 72.359303) + (xy 189.876956 72.365209) + (xy 189.876957 72.365213) + (xy 189.893013 72.419766) + (xy 189.933827 72.55844) + (xy 190.029999 72.7424) + (xy 190.160071 72.904177) + (xy 190.164788 72.908135) + (xy 190.16479 72.908137) + (xy 190.225458 72.959043) + (xy 190.319089 73.037609) + (xy 190.324481 73.040573) + (xy 190.324485 73.040576) + (xy 190.449141 73.109106) + (xy 190.500995 73.137613) + (xy 190.698861 73.200379) + (xy 190.704978 73.201065) + (xy 190.704982 73.201066) + (xy 190.781598 73.209659) + (xy 190.860413 73.2185) + (xy 190.972237 73.2185) + (xy 190.975293 73.2182) + (xy 190.9753 73.2182) + (xy 191.120466 73.203966) + (xy 191.120469 73.203965) + (xy 191.126592 73.203365) + (xy 191.298695 73.151405) + (xy 191.319407 73.145152) + (xy 191.31941 73.145151) + (xy 191.325315 73.143368) + (xy 191.332635 73.139476) + (xy 191.503153 73.048809) + (xy 191.503155 73.048808) + (xy 191.508599 73.045913) + (xy 191.568471 72.997083) + (xy 191.664689 72.91861) + (xy 191.664692 72.918607) + (xy 191.669464 72.914715) + (xy 191.801783 72.75477) + (xy 191.805876 72.747201) + (xy 191.897584 72.57759) + (xy 191.897586 72.577585) + (xy 191.900514 72.57217) + (xy 191.961898 72.373871) + (xy 191.963429 72.359303) + (xy 191.982952 72.173554) + (xy 191.982952 72.173552) + (xy 191.983596 72.167425) + (xy 191.964782 71.960697) + (xy 191.906173 71.76156) + (xy 191.810001 71.5776) + (xy 191.782443 71.543324) + (xy 191.755346 71.477702) + (xy 191.768029 71.407848) + (xy 191.795172 71.371791) + (xy 191.80272 71.364823) + (xy 191.803217 71.365361) + (xy 191.804288 71.363878) + (xy 191.804157 71.363747) + (xy 191.807349 71.360555) + (xy 191.808047 71.35995) + (xy 191.809264 71.358781) + (xy 191.811311 71.356892) + (xy 191.811358 71.356848) + (xy 191.811645 71.356583) + (xy 191.84428 71.325612) + (xy 191.844836 71.325056) + (xy 191.844874 71.325019) + (xy 192.101013 71.06888) + (xy 192.163325 71.034854) + (xy 192.23414 71.039919) + (xy 192.281503 71.07124) + (xy 192.284388 71.07428) + (xy 192.613391 71.403283) + (xy 192.739146 71.477895) + (xy 192.76747 71.489627) + (xy 192.777417 71.493747) + (xy 192.780643 71.494694) + (xy 192.780651 71.494697) + (xy 192.864143 71.51921) + (xy 192.882801 71.524688) + (xy 192.964577 71.527955) + (xy 192.983624 71.528716) + (xy 192.983632 71.528716) + (xy 192.983951 71.528729) + (xy 193.020751 71.52969) + (xy 193.028124 71.529883) + (xy 193.028128 71.529883) + (xy 193.02893 71.529904) + (xy 193.118959 71.529904) + (xy 193.993019 71.529906) + (xy 194.000905 71.529906) + (xy 194.08533 71.508359) + (xy 194.138225 71.494859) + (xy 194.138228 71.494858) + (xy 194.142585 71.493746) + (xy 194.170905 71.482016) + (xy 194.177729 71.47919) + (xy 194.177736 71.479187) + (xy 194.180852 71.477896) + (xy 194.183819 71.476276) + (xy 194.183823 71.476274) + (xy 194.270461 71.428966) + (xy 194.270463 71.428964) + (xy 194.277262 71.425252) + (xy 194.282953 71.419998) + (xy 194.282956 71.419996) + (xy 194.312 71.393183) + (xy 194.351645 71.356583) + (xy 194.38428 71.325612) + (xy 194.496217 71.213676) + (xy 194.558528 71.17965) + (xy 194.629343 71.184715) + (xy 194.686179 71.227262) + (xy 194.695899 71.242386) + (xy 194.721383 71.289058) + (xy 194.730534 71.301748) + (xy 194.818567 71.396299) + (xy 194.832447 71.407485) + (xy 194.946471 71.475136) + (xy 194.954489 71.479149) + (xy 194.978658 71.48916) + (xy 194.985485 71.491988) + (xy 194.991849 71.494233) + (xy 195.08643 71.522004) + (xy 195.101612 71.524497) + (xy 195.194514 71.528207) + (xy 195.195368 71.528235) + (xy 195.23908 71.529384) + (xy 195.240643 71.529404) + (xy 195.727885 71.529404) + (xy 195.743124 71.524929) + (xy 195.744329 71.523539) + (xy 195.746 71.515856) + (xy 195.746 71.511289) + (xy 196.254 71.511289) + (xy 196.258475 71.526528) + (xy 196.259865 71.527733) + (xy 196.267548 71.529404) + (xy 196.861975 71.529404) + (xy 196.877489 71.527456) + (xy 197.00704 71.494392) + (xy 197.015556 71.491557) + (xy 197.046551 71.478719) + (xy 197.052625 71.475813) + (xy 197.139055 71.428619) + (xy 197.151748 71.419466) + (xy 197.246299 71.331433) + (xy 197.257485 71.317553) + (xy 197.325136 71.203529) + (xy 197.329149 71.195511) + (xy 197.33916 71.171342) + (xy 197.341988 71.164515) + (xy 197.344233 71.158151) + (xy 197.372004 71.06357) + (xy 197.374497 71.048388) + (xy 197.378207 70.955486) + (xy 197.378235 70.954632) + (xy 197.379384 70.91092) + (xy 197.379404 70.909357) + (xy 197.379404 70.272115) + (xy 197.374929 70.256876) + (xy 197.373539 70.255671) + (xy 197.365856 70.254) + (xy 196.272115 70.254) + (xy 196.256876 70.258475) + (xy 196.255671 70.259865) + (xy 196.254 70.267548) + (xy 196.254 71.511289) + (xy 195.746 71.511289) + (xy 195.746 69.727885) + (xy 196.254 69.727885) + (xy 196.258475 69.743124) + (xy 196.259865 69.744329) + (xy 196.267548 69.746) + (xy 197.361289 69.746) + (xy 197.376528 69.741525) + (xy 197.377733 69.740135) + (xy 197.379404 69.732452) + (xy 197.379404 68.988027) + (xy 197.377456 68.972513) + (xy 197.34439 68.842955) + (xy 197.341561 68.834456) + (xy 197.33916 68.828658) + (xy 197.328718 68.803449) + (xy 197.325812 68.797375) + (xy 197.278618 68.710945) + (xy 197.269465 68.698252) + (xy 197.181436 68.603705) + (xy 197.167546 68.592512) + (xy 197.053538 68.524869) + (xy 197.045504 68.520847) + (xy 197.01452 68.508014) + (xy 197.008154 68.505768) + (xy 196.913571 68.477996) + (xy 196.898388 68.475503) + (xy 196.805486 68.471793) + (xy 196.804632 68.471765) + (xy 196.76092 68.470616) + (xy 196.759357 68.470596) + (xy 196.272115 68.470596) + (xy 196.256876 68.475071) + (xy 196.255671 68.476461) + (xy 196.254 68.484144) + (xy 196.254 69.727885) + (xy 195.746 69.727885) + (xy 195.746 68.488711) + (xy 195.741525 68.473472) + (xy 195.740135 68.472267) + (xy 195.732452 68.470596) + (xy 195.138027 68.470596) + (xy 195.122513 68.472544) + (xy 194.992955 68.50561) + (xy 194.984456 68.508439) + (xy 194.978658 68.51084) + (xy 194.953449 68.521282) + (xy 194.947375 68.524188) + (xy 194.860945 68.571382) + (xy 194.848252 68.580535) + (xy 194.753705 68.668564) + (xy 194.742512 68.682454) + (xy 194.694881 68.762731) + (xy 194.642919 68.811109) + (xy 194.57305 68.823715) + (xy 194.507458 68.796546) + (xy 194.497424 68.787532) + (xy 194.306607 68.596715) + (xy 194.180852 68.522104) + (xy 194.1426 68.506259) + (xy 194.03721 68.475313) + (xy 193.936046 68.471271) + (xy 193.93567 68.471261) + (xy 193.935606 68.471259) + (xy 193.908977 68.470562) + (xy 193.89108 68.470093) + (xy 193.801729 68.470093) + (xy 192.919083 68.470094) + (xy 192.911449 68.472043) + (xy 192.911446 68.472043) + (xy 192.864039 68.484144) + (xy 192.777403 68.506258) + (xy 192.773239 68.507983) + (xy 192.742271 68.52081) + (xy 192.742261 68.520815) + (xy 192.739139 68.522108) + (xy 192.642738 68.574748) + (xy 192.637047 68.580002) + (xy 192.637044 68.580004) + (xy 192.636469 68.580535) + (xy 192.568355 68.643417) + (xy 192.53572 68.674388) + (xy 192.278987 68.931121) + (xy 192.216675 68.965147) + (xy 192.14586 68.960082) + (xy 192.098485 68.928747) + (xy 192.095612 68.92572) + (xy 191.766607 68.596715) + (xy 191.640852 68.522104) + (xy 191.6026 68.506259) + (xy 191.49721 68.475313) + (xy 191.408193 68.471756) + (xy 191.408222 68.471027) + (xy 191.40641 68.471319) + (xy 191.40641 68.4715) + (xy 191.401926 68.4715) + (xy 191.401003 68.471434) + (xy 191.399274 68.4714) + (xy 191.396457 68.471287) + (xy 191.396403 68.471285) + (xy 191.396046 68.471271) + (xy 191.35108 68.470093) + (xy 191.261729 68.470093) + (xy 190.379083 68.470094) + (xy 190.371449 68.472043) + (xy 190.371446 68.472043) + (xy 190.324039 68.484144) + (xy 190.237403 68.506258) + (xy 190.233239 68.507983) + (xy 190.202271 68.52081) + (xy 190.202261 68.520815) + (xy 190.199139 68.522108) + (xy 190.102738 68.574748) + (xy 190.097047 68.580002) + (xy 190.097044 68.580004) + (xy 190.037282 68.635176) + (xy 190.036785 68.634637) + (xy 190.035712 68.636122) + (xy 190.035843 68.636253) + (xy 190.032651 68.639445) + (xy 190.031953 68.64005) + (xy 190.030736 68.641219) + (xy 190.028689 68.643108) + (xy 190.028643 68.643152) + (xy 190.028355 68.643417) + (xy 189.99572 68.674388) + (xy 189.738987 68.931121) + (xy 189.676675 68.965147) + (xy 189.60586 68.960082) + (xy 189.558485 68.928747) + (xy 189.555612 68.92572) + (xy 189.226607 68.596715) + (xy 189.100852 68.522104) + (xy 189.0626 68.506259) + (xy 188.95721 68.475313) + (xy 188.856046 68.471271) + (xy 188.85567 68.471261) + (xy 188.855606 68.471259) + (xy 188.828977 68.470562) + (xy 188.81108 68.470093) + (xy 188.418188 68.470093) + (xy 188.350067 68.450091) + (xy 188.329093 68.433188) + (xy 187.503652 67.607747) + (xy 187.496112 67.599461) + (xy 187.492 67.592982) + (xy 187.442348 67.546356) + (xy 187.439507 67.543602) + (xy 187.41977 67.523865) + (xy 187.416573 67.521385) + (xy 187.407551 67.51368) + (xy 187.403397 67.509779) + (xy 187.375321 67.483414) + (xy 187.368375 67.479595) + (xy 187.368372 67.479593) + (xy 187.357566 67.473652) + (xy 187.341047 67.462801) + (xy 187.340583 67.462441) + (xy 187.325041 67.450386) + (xy 187.317772 67.447241) + (xy 187.317768 67.447238) + (xy 187.284463 67.432826) + (xy 187.273813 67.427609) + (xy 187.23506 67.406305) + (xy 187.215437 67.401267) + (xy 187.196734 67.394863) + (xy 187.18542 67.389967) + (xy 187.185419 67.389967) + (xy 187.178145 67.386819) + (xy 187.170322 67.38558) + (xy 187.170312 67.385577) + (xy 187.134476 67.379901) + (xy 187.122856 67.377495) + (xy 187.087711 67.368472) + (xy 187.08771 67.368472) + (xy 187.08003 67.3665) + (xy 187.059776 67.3665) + (xy 187.040065 67.364949) + (xy 187.027886 67.36302) + (xy 187.020057 67.36178) + (xy 186.990786 67.364547) + (xy 186.976039 67.365941) + (xy 186.964181 67.3665) + (xy 169.078768 67.3665) + (xy 169.067585 67.365973) + (xy 169.060092 67.364298) + (xy 169.052166 67.364547) + (xy 169.052165 67.364547) + (xy 168.992002 67.366438) + (xy 168.988044 67.3665) + (xy 168.960144 67.3665) + (xy 168.956154 67.367004) + (xy 168.94432 67.367936) + (xy 168.900111 67.369326) + (xy 168.892495 67.371539) + (xy 168.892493 67.371539) + (xy 168.880652 67.374979) + (xy 168.861293 67.378988) + (xy 168.859983 67.379154) + (xy 168.841203 67.381526) + (xy 168.833837 67.384442) + (xy 168.833831 67.384444) + (xy 168.800098 67.3978) + (xy 168.788868 67.401645) + (xy 168.772828 67.406305) + (xy 168.746407 67.413981) + (xy 168.739584 67.418016) + (xy 168.728966 67.424295) + (xy 168.711213 67.432992) + (xy 168.703568 67.436019) + (xy 168.692383 67.440448) + (xy 168.678705 67.450386) + (xy 168.656612 67.466437) + (xy 168.646695 67.472951) + (xy 168.608638 67.495458) + (xy 168.594317 67.509779) + (xy 168.579284 67.522619) + (xy 168.562893 67.534528) + (xy 168.554217 67.545016) + (xy 168.534702 67.568605) + (xy 168.526712 67.577384) + (xy 158.607747 77.496348) + (xy 158.599461 77.503888) + (xy 158.592982 77.508) + (xy 158.587557 77.513777) + (xy 158.546357 77.557651) + (xy 158.543602 77.560493) + (xy 158.523865 77.58023) + (xy 158.521385 77.583427) + (xy 158.513682 77.592447) + (xy 158.483414 77.624679) + (xy 158.479595 77.631625) + (xy 158.479593 77.631628) + (xy 158.473652 77.642434) + (xy 158.462801 77.658953) + (xy 158.450386 77.674959) + (xy 158.447241 77.682228) + (xy 158.447238 77.682232) + (xy 158.432826 77.715537) + (xy 158.427609 77.726187) + (xy 158.406305 77.76494) + (xy 158.404334 77.772615) + (xy 158.404334 77.772616) + (xy 158.401267 77.784562) + (xy 158.394863 77.803266) + (xy 158.386819 77.821855) + (xy 158.38558 77.829678) + (xy 158.385577 77.829688) + (xy 158.379901 77.865524) + (xy 158.377495 77.877144) + (xy 158.3665 77.91997) + (xy 158.3665 77.940224) + (xy 158.364949 77.959934) + (xy 158.36178 77.979943) + (xy 158.362526 77.987835) + (xy 158.365941 78.023961) + (xy 158.3665 78.035819) + (xy 158.3665 94.685405) + (xy 158.346498 94.753526) + (xy 158.329595 94.7745) + (xy 154.7045 98.399595) + (xy 154.642188 98.433621) + (xy 154.615405 98.4365) + (xy 136.522519 98.4365) + (xy 136.454398 98.416498) + (xy 136.433424 98.399595) + (xy 136.409279 98.37545) + (xy 136.405793 98.371823) + (xy 136.403892 98.369763) + (xy 136.403848 98.369717) + (xy 136.403583 98.369429) + (xy 136.372612 98.336794) + (xy 136.209952 98.174134) + (xy 135.961114 97.925295) + (xy 135.95554 97.919721) + (xy 135.938457 97.909585) + (xy 135.89008 97.857622) + (xy 135.877475 97.787753) + (xy 135.904645 97.722161) + (xy 135.925024 97.702888) + (xy 135.926188 97.702252) + (xy 135.991648 97.64182) + (xy 135.992139 97.642352) + (xy 135.993211 97.640876) + (xy 135.993082 97.640747) + (xy 135.996276 97.637553) + (xy 135.99698 97.636943) + (xy 135.998177 97.635793) + (xy 136.000237 97.633892) + (xy 136.000283 97.633848) + (xy 136.000571 97.633583) + (xy 136.033206 97.602612) + (xy 136.241697 97.394932) + (xy 136.241697 97.394933) + (xy 136.241698 97.394932) + (xy 136.241697 97.394932) + (xy 136.273283 97.363223) + (xy 136.450279 97.18554) + (xy 136.452172 97.18235) + (xy 136.457319 97.17651) + (xy 136.480282 97.153547) + (xy 136.534224 97.121645) + (xy 136.545983 97.118229) + (xy 136.545984 97.118229) + (xy 136.553593 97.116018) + (xy 136.560412 97.111985) + (xy 136.560417 97.111983) + (xy 136.571028 97.105707) + (xy 136.588776 97.097012) + (xy 136.607617 97.089552) + (xy 136.643387 97.063564) + (xy 136.653307 97.057048) + (xy 136.684535 97.03858) + (xy 136.684538 97.038578) + (xy 136.691362 97.034542) + (xy 136.705683 97.020221) + (xy 136.720717 97.00738) + (xy 136.730694 97.000131) + (xy 136.737107 96.995472) + (xy 136.765298 96.961395) + (xy 136.773288 96.952616) + (xy 145.312253 88.413652) + (xy 145.320539 88.406112) + (xy 145.327018 88.402) + (xy 145.350262 88.377248) + (xy 145.373643 88.352349) + (xy 145.376398 88.349507) + (xy 145.396135 88.32977) + (xy 145.398615 88.326573) + (xy 145.40632 88.317551) + (xy 145.431159 88.2911) + (xy 145.436586 88.285321) + (xy 145.440405 88.278375) + (xy 145.440407 88.278372) + (xy 145.446348 88.267566) + (xy 145.457199 88.251047) + (xy 145.458872 88.24889) + (xy 145.469614 88.235041) + (xy 145.472759 88.227772) + (xy 145.472762 88.227768) + (xy 145.487174 88.194463) + (xy 145.492391 88.183813) + (xy 145.513695 88.14506) + (xy 145.515668 88.137378) + (xy 145.518733 88.125438) + (xy 145.525137 88.106734) + (xy 145.530033 88.09542) + (xy 145.530034 88.095417) + (xy 145.533181 88.088145) + (xy 145.534421 88.080318) + (xy 145.534423 88.080312) + (xy 145.540099 88.044476) + (xy 145.542505 88.032856) + (xy 145.551528 87.997711) + (xy 145.551528 87.99771) + (xy 145.5535 87.99003) + (xy 145.5535 87.969776) + (xy 145.555051 87.950065) + (xy 145.55698 87.937886) + (xy 145.55698 87.937885) + (xy 145.55822 87.930057) + (xy 145.554059 87.886038) + (xy 145.5535 87.874181) + (xy 145.5535 71.34697) + (xy 145.573502 71.278849) + (xy 145.590405 71.257875) + (xy 145.651013 71.197267) + (xy 145.65464 71.193781) + (xy 145.656687 71.191892) + (xy 145.656733 71.191848) + (xy 145.657021 71.191583) + (xy 145.689656 71.160612) + (xy 145.692145 71.158151) + (xy 145.845645 71.006342) + (xy 145.898903 70.953671) + (xy 146.10126 70.749516) + (xy 146.163419 70.715217) + (xy 146.234257 70.719969) + (xy 146.282142 70.751483) + (xy 146.299388 70.769656) + (xy 146.299848 70.770122) + (xy 146.299853 70.770127) + (xy 146.480812 70.953383) + (xy 146.480848 70.953419) + (xy 146.481097 70.953671) + (xy 146.481349 70.953921) + (xy 146.48139 70.953962) + (xy 146.762509 71.232822) + (xy 146.762512 71.232825) + (xy 146.768015 71.238283) + (xy 146.89377 71.312895) + (xy 146.922094 71.324627) + (xy 146.932041 71.328747) + (xy 146.935267 71.329694) + (xy 146.935275 71.329697) + (xy 147.00891 71.351316) + (xy 147.037425 71.359688) + (xy 147.1186 71.362931) + (xy 147.138248 71.363716) + (xy 147.138256 71.363716) + (xy 147.138575 71.363729) + (xy 147.183554 71.364904) + (xy 147.327514 71.365352) + (xy 147.406229 71.365597) + (xy 147.5137 71.365597) + (xy 147.846281 71.364906) + (xy 147.853854 71.362973) + (xy 147.853856 71.362973) + (xy 147.983601 71.329859) + (xy 147.983604 71.329858) + (xy 147.987961 71.328746) + (xy 148.016281 71.317016) + (xy 148.023105 71.31419) + (xy 148.023112 71.314187) + (xy 148.026228 71.312896) + (xy 148.029195 71.311276) + (xy 148.029199 71.311274) + (xy 148.115837 71.263966) + (xy 148.115839 71.263964) + (xy 148.122638 71.260252) + (xy 148.128329 71.254998) + (xy 148.128332 71.254996) + (xy 148.158373 71.227262) + (xy 148.197021 71.191583) + (xy 148.229656 71.160612) + (xy 148.232145 71.158151) + (xy 148.385645 71.006342) + (xy 148.438903 70.953671) + (xy 148.458801 70.933596) + (xy 148.520962 70.899295) + (xy 148.591799 70.904047) + (xy 148.648823 70.946341) + (xy 148.668815 70.987885) + (xy 148.669184 70.987762) + (xy 148.670145 70.990649) + (xy 148.670374 70.991125) + (xy 148.670606 70.992035) + (xy 148.673443 71.000556) + (xy 148.686281 71.031551) + (xy 148.689187 71.037625) + (xy 148.736381 71.124055) + (xy 148.745534 71.136748) + (xy 148.833567 71.231299) + (xy 148.847447 71.242485) + (xy 148.961471 71.310136) + (xy 148.969489 71.314149) + (xy 148.993658 71.32416) + (xy 149.000485 71.326988) + (xy 149.006849 71.329233) + (xy 149.10143 71.357004) + (xy 149.116612 71.359497) + (xy 149.209514 71.363207) + (xy 149.210368 71.363235) + (xy 149.254049 71.364383) + (xy 149.255674 71.364405) + (xy 149.727883 71.364876) + (xy 149.74313 71.360416) + (xy 149.744313 71.359053) + (xy 149.746 71.351316) + (xy 149.746 71.346806) + (xy 150.254 71.346806) + (xy 150.258475 71.362045) + (xy 150.259844 71.363232) + (xy 150.267573 71.364909) + (xy 150.847003 71.364411) + (xy 150.862461 71.362463) + (xy 150.99204 71.329392) + (xy 151.000556 71.326557) + (xy 151.031551 71.313719) + (xy 151.037625 71.310813) + (xy 151.124055 71.263619) + (xy 151.136748 71.254466) + (xy 151.231299 71.166433) + (xy 151.242485 71.152553) + (xy 151.310136 71.038529) + (xy 151.314149 71.030511) + (xy 151.32416 71.006342) + (xy 151.326988 70.999515) + (xy 151.329233 70.993151) + (xy 151.357004 70.89857) + (xy 151.359497 70.883388) + (xy 151.363207 70.790486) + (xy 151.363235 70.789632) + (xy 151.364384 70.74592) + (xy 151.364404 70.744357) + (xy 151.364404 70.272115) + (xy 151.359929 70.256876) + (xy 151.358539 70.255671) + (xy 151.350856 70.254) + (xy 150.272115 70.254) + (xy 150.256876 70.258475) + (xy 150.255671 70.259865) + (xy 150.254 70.267548) + (xy 150.254 71.346806) + (xy 149.746 71.346806) + (xy 149.746 69.727885) + (xy 150.254 69.727885) + (xy 150.258475 69.743124) + (xy 150.259865 69.744329) + (xy 150.267548 69.746) + (xy 151.346289 69.746) + (xy 151.361528 69.741525) + (xy 151.362733 69.740135) + (xy 151.364404 69.732452) + (xy 151.364404 69.153027) + (xy 151.362456 69.137513) + (xy 151.32939 69.007955) + (xy 151.326561 68.999456) + (xy 151.32416 68.993658) + (xy 151.313718 68.968449) + (xy 151.310812 68.962375) + (xy 151.263618 68.875945) + (xy 151.254465 68.863252) + (xy 151.166436 68.768705) + (xy 151.152546 68.757512) + (xy 151.038538 68.689869) + (xy 151.030504 68.685847) + (xy 150.99952 68.673014) + (xy 150.993154 68.670768) + (xy 150.898571 68.642996) + (xy 150.883388 68.640503) + (xy 150.790486 68.636793) + (xy 150.789632 68.636765) + (xy 150.745951 68.635617) + (xy 150.744326 68.635595) + (xy 150.272117 68.635124) + (xy 150.25687 68.639584) + (xy 150.255687 68.640947) + (xy 150.254 68.648684) + (xy 150.254 69.727885) + (xy 149.746 69.727885) + (xy 149.746 68.653194) + (xy 149.741525 68.637955) + (xy 149.740156 68.636768) + (xy 149.732427 68.635091) + (xy 149.152999 68.635589) + (xy 149.137541 68.637537) + (xy 149.007955 68.67061) + (xy 148.999456 68.673439) + (xy 148.993658 68.67584) + (xy 148.968449 68.686282) + (xy 148.962375 68.689188) + (xy 148.875945 68.736382) + (xy 148.863252 68.745535) + (xy 148.768705 68.833564) + (xy 148.757512 68.847454) + (xy 148.689869 68.961462) + (xy 148.685847 68.969496) + (xy 148.673014 69.00048) + (xy 148.670767 69.006847) + (xy 148.668951 69.013034) + (xy 148.63057 69.072761) + (xy 148.56599 69.102257) + (xy 148.495716 69.092156) + (xy 148.458401 69.066074) + (xy 148.438903 69.046329) + (xy 148.407784 69.01546) + (xy 148.157492 68.767179) + (xy 148.157489 68.767176) + (xy 148.151983 68.761715) + (xy 148.026228 68.687104) + (xy 147.987976 68.671259) + (xy 147.882586 68.640313) + (xy 147.781422 68.636271) + (xy 147.781046 68.636261) + (xy 147.780982 68.636259) + (xy 147.737188 68.635112) + (xy 147.737173 68.635112) + (xy 147.736456 68.635093) + (xy 147.595768 68.634657) + (xy 147.513767 68.634403) + (xy 147.4063 68.634403) + (xy 147.073707 68.635094) + (xy 146.932027 68.671258) + (xy 146.924471 68.674388) + (xy 146.896895 68.68581) + (xy 146.896885 68.685815) + (xy 146.893763 68.687108) + (xy 146.797362 68.739748) + (xy 146.791671 68.745002) + (xy 146.791668 68.745004) + (xy 146.767648 68.767179) + (xy 146.722979 68.808417) + (xy 146.690344 68.839388) + (xy 146.68992 68.839807) + (xy 146.68991 68.839817) + (xy 146.60366 68.925117) + (xy 146.481097 69.046329) + (xy 146.480906 69.046522) + (xy 146.480847 69.046581) + (xy 146.278743 69.250482) + (xy 146.216582 69.284783) + (xy 146.145744 69.280031) + (xy 146.097861 69.248519) + (xy 146.081063 69.230819) + (xy 146.081052 69.230808) + (xy 146.080612 69.230344) + (xy 146.015397 69.164301) + (xy 145.899188 69.046617) + (xy 145.899132 69.046561) + (xy 145.898903 69.046329) + (xy 145.867784 69.01546) + (xy 145.617492 68.767179) + (xy 145.617489 68.767176) + (xy 145.611983 68.761715) + (xy 145.486228 68.687104) + (xy 145.447976 68.671259) + (xy 145.342586 68.640313) + (xy 145.253569 68.636756) + (xy 145.253598 68.636027) + (xy 145.251786 68.636319) + (xy 145.251786 68.6365) + (xy 145.247302 68.6365) + (xy 145.246379 68.636434) + (xy 145.24465 68.6364) + (xy 145.241833 68.636287) + (xy 145.241779 68.636285) + (xy 145.241422 68.636271) + (xy 145.215389 68.635589) + (xy 145.197188 68.635112) + (xy 145.197173 68.635112) + (xy 145.196456 68.635093) + (xy 145.055768 68.634657) + (xy 144.973767 68.634403) + (xy 144.8663 68.634403) + (xy 144.533707 68.635094) + (xy 144.392027 68.671258) + (xy 144.384471 68.674388) + (xy 144.356895 68.68581) + (xy 144.356885 68.685815) + (xy 144.353763 68.687108) + (xy 144.257362 68.739748) + (xy 144.251671 68.745002) + (xy 144.251668 68.745004) + (xy 144.191906 68.800176) + (xy 144.191409 68.799637) + (xy 144.190336 68.801122) + (xy 144.190467 68.801253) + (xy 144.187275 68.804445) + (xy 144.186577 68.80505) + (xy 144.18536 68.806219) + (xy 144.183313 68.808108) + (xy 144.183267 68.808152) + (xy 144.182979 68.808417) + (xy 144.150344 68.839388) + (xy 144.14992 68.839807) + (xy 144.14991 68.839817) + (xy 144.06366 68.925117) + (xy 143.941097 69.046329) + (xy 143.940906 69.046522) + (xy 143.940847 69.046581) + (xy 143.738743 69.250482) + (xy 143.676582 69.284783) + (xy 143.605744 69.280031) + (xy 143.557861 69.248519) + (xy 143.541063 69.230819) + (xy 143.541052 69.230808) + (xy 143.540612 69.230344) + (xy 143.475397 69.164301) + (xy 143.359188 69.046617) + (xy 143.359132 69.046561) + (xy 143.358903 69.046329) + (xy 143.327784 69.01546) + (xy 143.077492 68.767179) + (xy 143.077489 68.767176) + (xy 143.071983 68.761715) + (xy 142.946228 68.687104) + (xy 142.907976 68.671259) + (xy 142.802586 68.640313) + (xy 142.713569 68.636756) + (xy 142.713598 68.636027) + (xy 142.711786 68.636319) + (xy 142.711786 68.6365) + (xy 142.707302 68.6365) + (xy 142.706379 68.636434) + (xy 142.70465 68.6364) + (xy 142.701833 68.636287) + (xy 142.701779 68.636285) + (xy 142.701422 68.636271) + (xy 142.675389 68.635589) + (xy 142.657188 68.635112) + (xy 142.657173 68.635112) + (xy 142.656456 68.635093) + (xy 142.515768 68.634657) + (xy 142.433767 68.634403) + (xy 142.3263 68.634403) + (xy 141.993707 68.635094) + (xy 141.852027 68.671258) + (xy 141.844471 68.674388) + (xy 141.816895 68.68581) + (xy 141.816885 68.685815) + (xy 141.813763 68.687108) + (xy 141.717362 68.739748) + (xy 141.711671 68.745002) + (xy 141.711668 68.745004) + (xy 141.651906 68.800176) + (xy 141.651409 68.799637) + (xy 141.650336 68.801122) + (xy 141.650467 68.801253) + (xy 141.647275 68.804445) + (xy 141.646577 68.80505) + (xy 141.64536 68.806219) + (xy 141.643313 68.808108) + (xy 141.643267 68.808152) + (xy 141.642979 68.808417) + (xy 141.610344 68.839388) + (xy 141.60992 68.839807) + (xy 141.60991 68.839817) + (xy 141.52366 68.925117) + (xy 141.401097 69.046329) + (xy 141.400906 69.046522) + (xy 141.400847 69.046581) + (xy 141.198743 69.250482) + (xy 141.136582 69.284783) + (xy 141.065744 69.280031) + (xy 141.017861 69.248519) + (xy 141.001063 69.230819) + (xy 141.001052 69.230808) + (xy 141.000612 69.230344) + (xy 140.935397 69.164301) + (xy 140.819188 69.046617) + (xy 140.819132 69.046561) + (xy 140.818903 69.046329) + (xy 140.787784 69.01546) + (xy 140.537492 68.767179) + (xy 140.537489 68.767176) + (xy 140.531983 68.761715) + (xy 140.406228 68.687104) + (xy 140.367976 68.671259) + (xy 140.262586 68.640313) + (xy 140.173569 68.636756) + (xy 140.173598 68.636027) + (xy 140.171786 68.636319) + (xy 140.171786 68.6365) + (xy 140.167302 68.6365) + (xy 140.166379 68.636434) + (xy 140.16465 68.6364) + (xy 140.161833 68.636287) + (xy 140.161779 68.636285) + (xy 140.161422 68.636271) + (xy 140.135389 68.635589) + (xy 140.117188 68.635112) + (xy 140.117173 68.635112) + (xy 140.116456 68.635093) + (xy 139.975768 68.634657) + (xy 139.893767 68.634403) + (xy 139.7863 68.634403) + (xy 139.453707 68.635094) + (xy 139.312027 68.671258) + (xy 139.304471 68.674388) + (xy 139.276895 68.68581) + (xy 139.276885 68.685815) + (xy 139.273763 68.687108) + (xy 139.177362 68.739748) + (xy 139.171671 68.745002) + (xy 139.171668 68.745004) + (xy 139.111906 68.800176) + (xy 139.111409 68.799637) + (xy 139.110336 68.801122) + (xy 139.110467 68.801253) + (xy 139.107275 68.804445) + (xy 139.106577 68.80505) + (xy 139.10536 68.806219) + (xy 139.103313 68.808108) + (xy 139.103267 68.808152) + (xy 139.102979 68.808417) + (xy 139.070344 68.839388) + (xy 139.06992 68.839807) + (xy 139.06991 68.839817) + (xy 138.98366 68.925117) + (xy 138.861097 69.046329) + (xy 138.860906 69.046522) + (xy 138.860847 69.046581) + (xy 138.658743 69.250482) + (xy 138.596582 69.284783) + (xy 138.525744 69.280031) + (xy 138.477861 69.248519) + (xy 138.461063 69.230819) + (xy 138.461052 69.230808) + (xy 138.460612 69.230344) + (xy 138.395397 69.164301) + (xy 138.279188 69.046617) + (xy 138.279132 69.046561) + (xy 138.278903 69.046329) + (xy 138.247784 69.01546) + (xy 137.997492 68.767179) + (xy 137.997489 68.767176) + (xy 137.991983 68.761715) + (xy 137.866228 68.687104) + (xy 137.827976 68.671259) + (xy 137.722586 68.640313) + (xy 137.621422 68.636271) + (xy 137.621046 68.636261) + (xy 137.620982 68.636259) + (xy 137.577188 68.635112) + (xy 137.577173 68.635112) + (xy 137.576456 68.635093) + (xy 137.435768 68.634657) + (xy 137.353767 68.634403) + (xy 137.2463 68.634403) + (xy 136.913707 68.635094) + (xy 136.772027 68.671258) + (xy 136.764471 68.674388) + (xy 136.736895 68.68581) + (xy 136.736885 68.685815) + (xy 136.733763 68.687108) + (xy 136.637362 68.739748) + (xy 136.631671 68.745002) + (xy 136.631668 68.745004) + (xy 136.607648 68.767179) + (xy 136.562979 68.808417) + (xy 136.530344 68.839388) + (xy 136.52992 68.839807) + (xy 136.52991 68.839817) + (xy 136.44366 68.925117) + (xy 136.321097 69.046329) + (xy 136.320906 69.046522) + (xy 136.320847 69.046581) + (xy 136.067166 69.302517) + (xy 136.067164 69.302519) + (xy 136.061715 69.308017) + (xy 135.987104 69.433772) + (xy 135.971254 69.472039) + (xy 135.940312 69.577425) + (xy 135.936271 69.678575) + (xy 135.935096 69.723554) + (xy 135.935095 70.386296) + (xy 135.937044 70.39393) + (xy 135.937044 70.393933) + (xy 135.953297 70.457605) + (xy 135.971259 70.527976) + (xy 135.972984 70.53214) + (xy 135.985806 70.563096) + (xy 135.985811 70.563106) + (xy 135.987104 70.566228) + (xy 135.988728 70.569202) + (xy 136.028471 70.641985) + (xy 136.039748 70.662638) + (xy 136.045002 70.668329) + (xy 136.045004 70.668332) + (xy 136.06506 70.690056) + (xy 136.108417 70.737021) + (xy 136.139388 70.769656) + (xy 136.139848 70.770122) + (xy 136.139853 70.770127) + (xy 136.320812 70.953383) + (xy 136.320848 70.953419) + (xy 136.321097 70.953671) + (xy 136.321349 70.953921) + (xy 136.32139 70.953962) + (xy 136.602509 71.232822) + (xy 136.602512 71.232825) + (xy 136.608015 71.238283) + (xy 136.73377 71.312895) + (xy 136.762094 71.324627) + (xy 136.772041 71.328747) + (xy 136.775267 71.329694) + (xy 136.775275 71.329697) + (xy 136.84891 71.351316) + (xy 136.877425 71.359688) + (xy 136.9586 71.362931) + (xy 136.978248 71.363716) + (xy 136.978256 71.363716) + (xy 136.978575 71.363729) + (xy 137.023554 71.364904) + (xy 137.167514 71.365352) + (xy 137.246229 71.365597) + (xy 137.299309 71.365597) + (xy 137.36743 71.385599) + (xy 137.413923 71.439255) + (xy 137.424027 71.509529) + (xy 137.394533 71.574109) + (xy 137.388404 71.580692) + (xy 132.607747 76.361348) + (xy 132.599461 76.368888) + (xy 132.592982 76.373) + (xy 132.587557 76.378777) + (xy 132.580005 76.386819) + (xy 132.549046 76.419788) + (xy 132.546357 76.422651) + (xy 132.543602 76.425493) + (xy 132.523865 76.44523) + (xy 132.521385 76.448427) + (xy 132.513682 76.457447) + (xy 132.483414 76.489679) + (xy 132.479595 76.496625) + (xy 132.479593 76.496628) + (xy 132.473652 76.507434) + (xy 132.462801 76.523953) + (xy 132.450386 76.539959) + (xy 132.447241 76.547228) + (xy 132.447238 76.547232) + (xy 132.432826 76.580537) + (xy 132.427609 76.591187) + (xy 132.406305 76.62994) + (xy 132.404334 76.637615) + (xy 132.404334 76.637616) + (xy 132.401267 76.649562) + (xy 132.394863 76.668266) + (xy 132.386819 76.686855) + (xy 132.38558 76.694678) + (xy 132.385577 76.694688) + (xy 132.379901 76.730524) + (xy 132.377495 76.742144) + (xy 132.369594 76.772919) + (xy 132.3665 76.78497) + (xy 132.3665 76.805224) + (xy 132.364949 76.824934) + (xy 132.36178 76.844943) + (xy 131.5085 76.844943) + (xy 131.5085 61.632703) + (xy 132.390743 61.632703) + (xy 132.391302 61.636947) + (xy 132.391302 61.636951) + (xy 132.405158 61.742197) + (xy 132.428268 61.917734) + (xy 132.504129 62.195036) + (xy 132.616923 62.459476) + (xy 132.764561 62.706161) + (xy 132.944313 62.930528) + (xy 133.152851 63.128423) + (xy 133.386317 63.296186) + (xy 133.390112 63.298195) + (xy 133.390113 63.298196) + (xy 133.411869 63.309715) + (xy 133.640392 63.430712) + (xy 133.703814 63.453921) + (xy 133.866725 63.513538) + (xy 133.910373 63.529511) + (xy 134.191264 63.590755) + (xy 134.219841 63.593004) + (xy 134.414282 63.608307) + (xy 134.414291 63.608307) + (xy 134.416739 63.6085) + (xy 134.572271 63.6085) + (xy 134.574407 63.608354) + (xy 134.574418 63.608354) + (xy 134.782548 63.594165) + (xy 134.782554 63.594164) + (xy 134.786825 63.593873) + (xy 134.79102 63.593004) + (xy 134.791022 63.593004) + (xy 135.054029 63.538538) + (xy 135.068342 63.535574) + (xy 135.339343 63.439607) + (xy 135.518819 63.346973) + (xy 135.567256 63.321973) + (xy 148.385596 63.321973) + (xy 148.387544 63.337487) + (xy 148.42061 63.467045) + (xy 148.423439 63.475544) + (xy 148.42584 63.481342) + (xy 148.436282 63.506551) + (xy 148.439188 63.512625) + (xy 148.486382 63.599055) + (xy 148.495535 63.611748) + (xy 148.583564 63.706295) + (xy 148.597454 63.717488) + (xy 148.711462 63.785131) + (xy 148.719496 63.789153) + (xy 148.75048 63.801986) + (xy 148.756846 63.804232) + (xy 148.851429 63.832004) + (xy 148.866612 63.834497) + (xy 148.959514 63.838207) + (xy 148.960368 63.838235) + (xy 149.004049 63.839383) + (xy 149.005674 63.839405) + (xy 149.477883 63.839876) + (xy 149.49313 63.835416) + (xy 149.494313 63.834053) + (xy 149.496 63.826316) + (xy 149.496 63.821806) + (xy 150.004 63.821806) + (xy 150.008475 63.837045) + (xy 150.009844 63.838232) + (xy 150.017573 63.839909) + (xy 150.597001 63.839411) + (xy 150.612459 63.837463) + (xy 150.742045 63.80439) + (xy 150.750544 63.801561) + (xy 150.756342 63.79916) + (xy 150.781551 63.788718) + (xy 150.787625 63.785812) + (xy 150.874055 63.738618) + (xy 150.886748 63.729465) + (xy 150.981295 63.641436) + (xy 150.992488 63.627546) + (xy 151.060131 63.513538) + (xy 151.064153 63.505504) + (xy 151.076986 63.47452) + (xy 151.079233 63.468153) + (xy 151.081049 63.461966) + (xy 151.11943 63.402239) + (xy 151.18401 63.372743) + (xy 151.254284 63.382844) + (xy 151.291599 63.408926) + (xy 151.311097 63.428671) + (xy 151.311355 63.428927) + (xy 151.31139 63.428962) + (xy 151.418866 63.535574) + (xy 151.598017 63.713285) + (xy 151.601138 63.715137) + (xy 151.607154 63.720434) + (xy 151.892253 64.005533) + (xy 151.89351 64.006662) + (xy 151.893513 64.006665) + (xy 151.928538 64.038128) + (xy 151.928542 64.038131) + (xy 151.933143 64.042264) + (xy 151.938465 64.045422) + (xy 151.938468 64.045424) + (xy 151.95542 64.055482) + (xy 152.05884 64.116845) + (xy 152.075713 64.123834) + (xy 152.090361 64.129902) + (xy 152.090365 64.129904) + (xy 152.093488 64.131197) + (xy 152.09673 64.132149) + (xy 152.096733 64.13215) + (xy 152.19127 64.159908) + (xy 152.198831 64.162128) + (xy 152.344895 64.167343) + (xy 152.486512 64.131197) + (xy 152.516996 64.11857) + (xy 152.519577 64.117501) + (xy 152.519586 64.117497) + (xy 152.52116 64.116845) + (xy 152.522688 64.116114) + (xy 152.522699 64.116109) + (xy 152.549781 64.103151) + (xy 152.619863 64.091793) + (xy 152.684961 64.120127) + (xy 152.693258 64.127716) + (xy 158.829595 70.264053) + (xy 158.863621 70.326365) + (xy 158.8665 70.353148) + (xy 158.8665 72.912287) + (xy 158.860388 72.947981) + (xy 158.860836 72.948091) + (xy 158.859357 72.954109) + (xy 158.8573 72.95994) + (xy 158.85642 72.966061) + (xy 158.837139 73.100162) + (xy 158.837138 73.100169) + (xy 158.8365 73.10461) + (xy 158.8365 73.249962) + (xy 158.836496 73.25) + (xy 158.8365 73.250038) + (xy 158.8365 73.39539) + (xy 158.837378 73.41177) + (xy 158.838916 73.440448) + (xy 158.839443 73.450285) + (xy 158.875589 73.591902) + (xy 158.889941 73.62655) + (xy 158.890672 73.628078) + (xy 158.890677 73.628089) + (xy 158.903633 73.655168) + (xy 158.913664 73.676132) + (xy 159.001253 73.793137) + (xy 159.206863 73.998747) + (xy 159.20812 73.999876) + (xy 159.208123 73.999879) + (xy 159.243148 74.031342) + (xy 159.243152 74.031345) + (xy 159.247753 74.035478) + (xy 159.253075 74.038636) + (xy 159.253078 74.038638) + (xy 159.327213 74.082625) + (xy 159.37345 74.110059) + (xy 159.408098 74.124411) + (xy 159.409676 74.124968) + (xy 159.409682 74.12497) + (xy 159.454109 74.140643) + (xy 159.45994 74.1427) + (xy 159.466061 74.14358) + (xy 159.600162 74.162861) + (xy 159.600169 74.162862) + (xy 159.60461 74.1635) + (xy 159.89539 74.1635) + (xy 159.925921 74.161863) + (xy 159.944098 74.160889) + (xy 159.944101 74.160889) + (xy 159.950285 74.160557) + (xy 160.091902 74.124411) + (xy 160.122386 74.111784) + (xy 160.124967 74.110715) + (xy 160.124976 74.110711) + (xy 160.12655 74.110059) + (xy 160.128078 74.109328) + (xy 160.128089 74.109323) + (xy 160.170547 74.089008) + (xy 160.176132 74.086336) + (xy 160.293137 73.998747) + (xy 160.498747 73.793137) + (xy 160.499879 73.791877) + (xy 160.531342 73.756852) + (xy 160.531345 73.756848) + (xy 160.535478 73.752247) + (xy 160.610059 73.62655) + (xy 160.624411 73.591902) + (xy 160.629535 73.577379) + (xy 160.640643 73.545891) + (xy 160.640643 73.54589) + (xy 160.6427 73.54006) + (xy 160.649693 73.491422) + (xy 160.662861 73.399838) + (xy 160.662862 73.399831) + (xy 160.6635 73.39539) + (xy 160.6635 73.250038) + (xy 160.663504 73.25) + (xy 160.6635 73.249962) + (xy 160.6635 73.10461) + (xy 160.660557 73.049715) + (xy 160.637414 72.959042) + (xy 160.6335 72.927882) + (xy 160.6335 70.01445) + (xy 160.635051 69.994739) + (xy 160.636117 69.988009) + (xy 160.637149 69.981493) + (xy 160.633673 69.915162) + (xy 160.6335 69.908568) + (xy 160.6335 69.888694) + (xy 160.631423 69.868929) + (xy 160.630906 69.862354) + (xy 160.627776 69.802624) + (xy 160.627775 69.80262) + (xy 160.62743 69.796029) + (xy 160.623958 69.783071) + (xy 160.620355 69.763628) + (xy 160.619644 69.756866) + (xy 160.618954 69.750298) + (xy 160.598422 69.687106) + (xy 160.596556 69.680804) + (xy 160.581071 69.623015) + (xy 160.579362 69.616637) + (xy 160.576366 69.610758) + (xy 160.576363 69.610749) + (xy 160.573272 69.604683) + (xy 160.565708 69.586421) + (xy 160.563608 69.579957) + (xy 160.563605 69.579949) + (xy 160.561564 69.573669) + (xy 160.558262 69.56795) + (xy 160.55826 69.567945) + (xy 160.528346 69.516133) + (xy 160.525213 69.510363) + (xy 160.495047 69.451161) + (xy 160.486609 69.440741) + (xy 160.475411 69.424448) + (xy 160.475209 69.424097) + (xy 160.468704 69.412831) + (xy 160.464287 69.407925) + (xy 160.464283 69.40792) + (xy 160.424253 69.363462) + (xy 160.419969 69.358446) + (xy 160.409559 69.345591) + (xy 160.409556 69.345588) + (xy 160.407472 69.343014) + (xy 160.393427 69.328969) + (xy 160.388886 69.324184) + (xy 160.348856 69.279726) + (xy 160.348855 69.279725) + (xy 160.344434 69.274815) + (xy 160.333574 69.266925) + (xy 160.318546 69.254088) + (xy 154.411431 63.346973) + (xy 163.885596 63.346973) + (xy 163.887544 63.362487) + (xy 163.92061 63.492045) + (xy 163.923439 63.500544) + (xy 163.92584 63.506342) + (xy 163.936282 63.531551) + (xy 163.939188 63.537625) + (xy 163.986382 63.624055) + (xy 163.995535 63.636748) + (xy 164.083564 63.731295) + (xy 164.097454 63.742488) + (xy 164.211462 63.810131) + (xy 164.219496 63.814153) + (xy 164.25048 63.826986) + (xy 164.256846 63.829232) + (xy 164.351429 63.857004) + (xy 164.366612 63.859497) + (xy 164.459514 63.863207) + (xy 164.460368 63.863235) + (xy 164.504049 63.864383) + (xy 164.505674 63.864405) + (xy 164.977883 63.864876) + (xy 164.99313 63.860416) + (xy 164.994313 63.859053) + (xy 164.996 63.851316) + (xy 164.996 63.846806) + (xy 165.504 63.846806) + (xy 165.508475 63.862045) + (xy 165.509844 63.863232) + (xy 165.517573 63.864909) + (xy 166.097001 63.864411) + (xy 166.112459 63.862463) + (xy 166.242045 63.82939) + (xy 166.250544 63.826561) + (xy 166.256342 63.82416) + (xy 166.281551 63.813718) + (xy 166.287625 63.810812) + (xy 166.374055 63.763618) + (xy 166.386748 63.754465) + (xy 166.481295 63.666436) + (xy 166.492488 63.652546) + (xy 166.560131 63.538538) + (xy 166.564153 63.530504) + (xy 166.576986 63.49952) + (xy 166.579233 63.493153) + (xy 166.581049 63.486966) + (xy 166.61943 63.427239) + (xy 166.68401 63.397743) + (xy 166.754284 63.407844) + (xy 166.791599 63.433926) + (xy 166.811097 63.453671) + (xy 166.811349 63.453921) + (xy 166.81139 63.453962) + (xy 167.092508 63.732821) + (xy 167.092511 63.732824) + (xy 167.098017 63.738285) + (xy 167.223772 63.812896) + (xy 167.262024 63.828741) + (xy 167.265265 63.829693) + (xy 167.265266 63.829693) + (xy 167.294347 63.838232) + (xy 167.367414 63.859687) + (xy 167.468578 63.863729) + (xy 167.468954 63.863739) + (xy 167.469018 63.863741) + (xy 167.512812 63.864888) + (xy 167.512827 63.864888) + (xy 167.513544 63.864907) + (xy 167.654232 63.865343) + (xy 167.736233 63.865597) + (xy 167.8437 63.865597) + (xy 168.176293 63.864906) + (xy 168.317973 63.828742) + (xy 168.329035 63.82416) + (xy 168.353105 63.81419) + (xy 168.353115 63.814185) + (xy 168.356237 63.812892) + (xy 168.452638 63.760252) + (xy 168.458329 63.754998) + (xy 168.458332 63.754996) + (xy 168.507212 63.70987) + (xy 168.527021 63.691583) + (xy 168.559656 63.660612) + (xy 168.593091 63.627546) + (xy 168.735237 63.486966) + (xy 168.768903 63.453671) + (xy 168.79166 63.430712) + (xy 168.874661 63.346973) + (xy 179.135596 63.346973) + (xy 179.137544 63.362487) + (xy 179.17061 63.492045) + (xy 179.173439 63.500544) + (xy 179.17584 63.506342) + (xy 179.186282 63.531551) + (xy 179.189188 63.537625) + (xy 179.236382 63.624055) + (xy 179.245535 63.636748) + (xy 179.333564 63.731295) + (xy 179.347454 63.742488) + (xy 179.461462 63.810131) + (xy 179.469496 63.814153) + (xy 179.50048 63.826986) + (xy 179.506846 63.829232) + (xy 179.601429 63.857004) + (xy 179.616612 63.859497) + (xy 179.709514 63.863207) + (xy 179.710368 63.863235) + (xy 179.754049 63.864383) + (xy 179.755674 63.864405) + (xy 180.227883 63.864876) + (xy 180.24313 63.860416) + (xy 180.244313 63.859053) + (xy 180.246 63.851316) + (xy 180.246 63.846806) + (xy 180.754 63.846806) + (xy 180.758475 63.862045) + (xy 180.759844 63.863232) + (xy 180.767573 63.864909) + (xy 181.347001 63.864411) + (xy 181.362459 63.862463) + (xy 181.492045 63.82939) + (xy 181.500544 63.826561) + (xy 181.506342 63.82416) + (xy 181.531551 63.813718) + (xy 181.537625 63.810812) + (xy 181.624055 63.763618) + (xy 181.636748 63.754465) + (xy 181.731295 63.666436) + (xy 181.742488 63.652546) + (xy 181.810131 63.538538) + (xy 181.814153 63.530504) + (xy 181.826986 63.49952) + (xy 181.829233 63.493153) + (xy 181.831049 63.486966) + (xy 181.86943 63.427239) + (xy 181.93401 63.397743) + (xy 182.004284 63.407844) + (xy 182.041599 63.433926) + (xy 182.061097 63.453671) + (xy 182.061349 63.453921) + (xy 182.06139 63.453962) + (xy 182.342508 63.732821) + (xy 182.342511 63.732824) + (xy 182.348017 63.738285) + (xy 182.473772 63.812896) + (xy 182.512024 63.828741) + (xy 182.515265 63.829693) + (xy 182.515266 63.829693) + (xy 182.544347 63.838232) + (xy 182.617414 63.859687) + (xy 182.718578 63.863729) + (xy 182.718954 63.863739) + (xy 182.719018 63.863741) + (xy 182.762812 63.864888) + (xy 182.762827 63.864888) + (xy 182.763544 63.864907) + (xy 182.904232 63.865343) + (xy 182.986233 63.865597) + (xy 183.0937 63.865597) + (xy 183.426293 63.864906) + (xy 183.567973 63.828742) + (xy 183.579035 63.82416) + (xy 183.603105 63.81419) + (xy 183.603115 63.814185) + (xy 183.606237 63.812892) + (xy 183.702638 63.760252) + (xy 183.708329 63.754998) + (xy 183.708332 63.754996) + (xy 183.757212 63.70987) + (xy 183.777021 63.691583) + (xy 183.809656 63.660612) + (xy 183.843091 63.627546) + (xy 183.985237 63.486966) + (xy 184.018903 63.453671) + (xy 184.04166 63.430712) + (xy 184.272834 63.197483) + (xy 184.272836 63.197481) + (xy 184.278285 63.191983) + (xy 184.352896 63.066228) + (xy 184.368746 63.027961) + (xy 184.399688 62.922575) + (xy 184.403729 62.821425) + (xy 184.404904 62.776446) + (xy 184.404905 62.113704) + (xy 184.396575 62.081067) + (xy 184.369854 61.976385) + (xy 184.368741 61.972024) + (xy 184.358387 61.947027) + (xy 184.354194 61.936904) + (xy 184.354189 61.936894) + (xy 184.352896 61.933772) + (xy 184.300252 61.837362) + (xy 184.294998 61.831671) + (xy 184.294996 61.831668) + (xy 184.250075 61.78301) + (xy 184.231583 61.762979) + (xy 184.200612 61.730344) + (xy 184.180043 61.709514) + (xy 184.104195 61.632703) + (xy 195.390743 61.632703) + (xy 195.391302 61.636947) + (xy 195.391302 61.636951) + (xy 195.405158 61.742197) + (xy 195.428268 61.917734) + (xy 195.504129 62.195036) + (xy 195.616923 62.459476) + (xy 195.764561 62.706161) + (xy 195.944313 62.930528) + (xy 196.152851 63.128423) + (xy 196.386317 63.296186) + (xy 196.390112 63.298195) + (xy 196.390113 63.298196) + (xy 196.411869 63.309715) + (xy 196.640392 63.430712) + (xy 196.703814 63.453921) + (xy 196.866725 63.513538) + (xy 196.910373 63.529511) + (xy 197.191264 63.590755) + (xy 197.219841 63.593004) + (xy 197.414282 63.608307) + (xy 197.414291 63.608307) + (xy 197.416739 63.6085) + (xy 197.572271 63.6085) + (xy 197.574407 63.608354) + (xy 197.574418 63.608354) + (xy 197.782548 63.594165) + (xy 197.782554 63.594164) + (xy 197.786825 63.593873) + (xy 197.79102 63.593004) + (xy 197.791022 63.593004) + (xy 198.054029 63.538538) + (xy 198.068342 63.535574) + (xy 198.339343 63.439607) + (xy 198.518819 63.346973) + (xy 198.591005 63.309715) + (xy 198.591006 63.309715) + (xy 198.594812 63.30775) + (xy 198.598313 63.305289) + (xy 198.598317 63.305287) + (xy 198.769008 63.185323) + (xy 198.830023 63.142441) + (xy 199.040622 62.94674) + (xy 199.222713 62.724268) + (xy 199.372927 62.479142) + (xy 199.488483 62.215898) + (xy 199.493427 62.198544) + (xy 199.566068 61.943534) + (xy 199.567244 61.939406) + (xy 199.607751 61.654784) + (xy 199.607845 61.636951) + (xy 199.609235 61.371583) + (xy 199.609235 61.371576) + (xy 199.609257 61.367297) + (xy 199.604817 61.333567) + (xy 199.589935 61.220534) + (xy 199.571732 61.082266) + (xy 199.495871 60.804964) + (xy 199.383077 60.540524) + (xy 199.235439 60.293839) + (xy 199.055687 60.069472) + (xy 198.847149 59.871577) + (xy 198.613683 59.703814) + (xy 198.591843 59.69225) + (xy 198.568654 59.679972) + (xy 198.359608 59.569288) + (xy 198.089627 59.470489) + (xy 197.808736 59.409245) + (xy 197.777685 59.406801) + (xy 197.585718 59.391693) + (xy 197.585709 59.391693) + (xy 197.583261 59.3915) + (xy 197.427729 59.3915) + (xy 197.425593 59.391646) + (xy 197.425582 59.391646) + (xy 197.217452 59.405835) + (xy 197.217446 59.405836) + (xy 197.213175 59.406127) + (xy 197.20898 59.406996) + (xy 197.208978 59.406996) + (xy 197.072417 59.435276) + (xy 196.931658 59.464426) + (xy 196.660657 59.560393) + (xy 196.405188 59.69225) + (xy 196.401687 59.694711) + (xy 196.401683 59.694713) + (xy 196.391594 59.701804) + (xy 196.169977 59.857559) + (xy 195.959378 60.05326) + (xy 195.777287 60.275732) + (xy 195.627073 60.520858) + (xy 195.511517 60.784102) + (xy 195.432756 61.060594) + (xy 195.392249 61.345216) + (xy 195.392227 61.349505) + (xy 195.392226 61.349512) + (xy 195.390827 61.616612) + (xy 195.390743 61.632703) + (xy 184.104195 61.632703) + (xy 184.019188 61.546617) + (xy 184.019132 61.546561) + (xy 184.018903 61.546329) + (xy 183.993991 61.521617) + (xy 183.737491 61.267178) + (xy 183.737488 61.267175) + (xy 183.731985 61.261717) + (xy 183.60623 61.187105) + (xy 183.577906 61.175373) + (xy 183.567959 61.171253) + (xy 183.564733 61.170306) + (xy 183.564725 61.170303) + (xy 183.479022 61.145141) + (xy 183.462575 61.140312) + (xy 183.380252 61.137023) + (xy 183.361752 61.136284) + (xy 183.361744 61.136284) + (xy 183.361425 61.136271) + (xy 183.316446 61.135096) + (xy 183.172486 61.134648) + (xy 183.093771 61.134403) + (xy 182.9863 61.134403) + (xy 182.653719 61.135094) + (xy 182.646146 61.137027) + (xy 182.646144 61.137027) + (xy 182.516399 61.170141) + (xy 182.516396 61.170142) + (xy 182.512039 61.171254) + (xy 182.500967 61.17584) + (xy 182.483719 61.182984) + (xy 182.476895 61.18581) + (xy 182.476888 61.185813) + (xy 182.473772 61.187104) + (xy 182.470805 61.188724) + (xy 182.470801 61.188726) + (xy 182.384163 61.236034) + (xy 182.384161 61.236036) + (xy 182.377362 61.239748) + (xy 182.371671 61.245002) + (xy 182.371668 61.245004) + (xy 182.346 61.268701) + (xy 182.302979 61.308417) + (xy 182.270344 61.339388) + (xy 182.26992 61.339807) + (xy 182.26991 61.339817) + (xy 182.172179 61.436471) + (xy 182.061097 61.546329) + (xy 182.060812 61.546617) + (xy 182.041199 61.566404) + (xy 181.979038 61.600705) + (xy 181.908201 61.595953) + (xy 181.851177 61.553659) + (xy 181.831185 61.512115) + (xy 181.830816 61.512238) + (xy 181.829855 61.509351) + (xy 181.829626 61.508875) + (xy 181.829394 61.507965) + (xy 181.826557 61.499444) + (xy 181.813719 61.468449) + (xy 181.810813 61.462375) + (xy 181.763619 61.375945) + (xy 181.754466 61.363252) + (xy 181.666433 61.268701) + (xy 181.652553 61.257515) + (xy 181.538529 61.189864) + (xy 181.530511 61.185851) + (xy 181.506342 61.17584) + (xy 181.499515 61.173012) + (xy 181.493151 61.170767) + (xy 181.39857 61.142996) + (xy 181.383388 61.140503) + (xy 181.290486 61.136793) + (xy 181.289632 61.136765) + (xy 181.245951 61.135617) + (xy 181.244326 61.135595) + (xy 180.772117 61.135124) + (xy 180.75687 61.139584) + (xy 180.755687 61.140947) + (xy 180.754 61.148684) + (xy 180.754 63.846806) + (xy 180.246 63.846806) + (xy 180.246 62.772115) + (xy 180.241525 62.756876) + (xy 180.240135 62.755671) + (xy 180.232452 62.754) + (xy 179.153711 62.754) + (xy 179.138472 62.758475) + (xy 179.137267 62.759865) + (xy 179.135596 62.767548) + (xy 179.135596 63.346973) + (xy 168.874661 63.346973) + (xy 169.022834 63.197483) + (xy 169.022836 63.197481) + (xy 169.028285 63.191983) + (xy 169.102896 63.066228) + (xy 169.118746 63.027961) + (xy 169.149688 62.922575) + (xy 169.153729 62.821425) + (xy 169.154904 62.776446) + (xy 169.154905 62.227885) + (xy 179.135596 62.227885) + (xy 179.140071 62.243124) + (xy 179.141461 62.244329) + (xy 179.149144 62.246) + (xy 180.227885 62.246) + (xy 180.243124 62.241525) + (xy 180.244329 62.240135) + (xy 180.246 62.232452) + (xy 180.246 61.153194) + (xy 180.241525 61.137955) + (xy 180.240156 61.136768) + (xy 180.232427 61.135091) + (xy 179.652997 61.135589) + (xy 179.637539 61.137537) + (xy 179.50796 61.170608) + (xy 179.499444 61.173443) + (xy 179.468449 61.186281) + (xy 179.462375 61.189187) + (xy 179.375945 61.236381) + (xy 179.363252 61.245534) + (xy 179.268701 61.333567) + (xy 179.257515 61.347447) + (xy 179.189864 61.461471) + (xy 179.185851 61.469489) + (xy 179.17584 61.493658) + (xy 179.173012 61.500485) + (xy 179.170767 61.506849) + (xy 179.142996 61.60143) + (xy 179.140503 61.616612) + (xy 179.136793 61.709514) + (xy 179.136765 61.710368) + (xy 179.135616 61.75408) + (xy 179.135596 61.755643) + (xy 179.135596 62.227885) + (xy 169.154905 62.227885) + (xy 169.154905 62.113704) + (xy 169.146575 62.081067) + (xy 169.119854 61.976385) + (xy 169.118741 61.972024) + (xy 169.108387 61.947027) + (xy 169.104194 61.936904) + (xy 169.104189 61.936894) + (xy 169.102896 61.933772) + (xy 169.050252 61.837362) + (xy 169.044998 61.831671) + (xy 169.044996 61.831668) + (xy 169.000075 61.78301) + (xy 168.981583 61.762979) + (xy 168.950612 61.730344) + (xy 168.930043 61.709514) + (xy 168.769188 61.546617) + (xy 168.769132 61.546561) + (xy 168.768903 61.546329) + (xy 168.743991 61.521617) + (xy 168.487491 61.267178) + (xy 168.487488 61.267175) + (xy 168.481985 61.261717) + (xy 168.35623 61.187105) + (xy 168.327906 61.175373) + (xy 168.317959 61.171253) + (xy 168.314733 61.170306) + (xy 168.314725 61.170303) + (xy 168.229022 61.145141) + (xy 168.212575 61.140312) + (xy 168.130252 61.137023) + (xy 168.111752 61.136284) + (xy 168.111744 61.136284) + (xy 168.111425 61.136271) + (xy 168.066446 61.135096) + (xy 167.922486 61.134648) + (xy 167.843771 61.134403) + (xy 167.7363 61.134403) + (xy 167.403719 61.135094) + (xy 167.396146 61.137027) + (xy 167.396144 61.137027) + (xy 167.266399 61.170141) + (xy 167.266396 61.170142) + (xy 167.262039 61.171254) + (xy 167.250967 61.17584) + (xy 167.233719 61.182984) + (xy 167.226895 61.18581) + (xy 167.226888 61.185813) + (xy 167.223772 61.187104) + (xy 167.220805 61.188724) + (xy 167.220801 61.188726) + (xy 167.134163 61.236034) + (xy 167.134161 61.236036) + (xy 167.127362 61.239748) + (xy 167.121671 61.245002) + (xy 167.121668 61.245004) + (xy 167.096 61.268701) + (xy 167.052979 61.308417) + (xy 167.020344 61.339388) + (xy 167.01992 61.339807) + (xy 167.01991 61.339817) + (xy 166.922179 61.436471) + (xy 166.811097 61.546329) + (xy 166.810812 61.546617) + (xy 166.791199 61.566404) + (xy 166.729038 61.600705) + (xy 166.658201 61.595953) + (xy 166.601177 61.553659) + (xy 166.581185 61.512115) + (xy 166.580816 61.512238) + (xy 166.579855 61.509351) + (xy 166.579626 61.508875) + (xy 166.579394 61.507965) + (xy 166.576557 61.499444) + (xy 166.563719 61.468449) + (xy 166.560813 61.462375) + (xy 166.513619 61.375945) + (xy 166.504466 61.363252) + (xy 166.416433 61.268701) + (xy 166.402553 61.257515) + (xy 166.288529 61.189864) + (xy 166.280511 61.185851) + (xy 166.256342 61.17584) + (xy 166.249515 61.173012) + (xy 166.243151 61.170767) + (xy 166.14857 61.142996) + (xy 166.133388 61.140503) + (xy 166.040486 61.136793) + (xy 166.039632 61.136765) + (xy 165.995951 61.135617) + (xy 165.994326 61.135595) + (xy 165.522117 61.135124) + (xy 165.50687 61.139584) + (xy 165.505687 61.140947) + (xy 165.504 61.148684) + (xy 165.504 63.846806) + (xy 164.996 63.846806) + (xy 164.996 62.772115) + (xy 164.991525 62.756876) + (xy 164.990135 62.755671) + (xy 164.982452 62.754) + (xy 163.903711 62.754) + (xy 163.888472 62.758475) + (xy 163.887267 62.759865) + (xy 163.885596 62.767548) + (xy 163.885596 63.346973) + (xy 154.411431 63.346973) + (xy 153.691809 62.627351) + (xy 153.657783 62.565039) + (xy 153.654904 62.538256) + (xy 153.654905 62.227885) + (xy 163.885596 62.227885) + (xy 163.890071 62.243124) + (xy 163.891461 62.244329) + (xy 163.899144 62.246) + (xy 164.977885 62.246) + (xy 164.993124 62.241525) + (xy 164.994329 62.240135) + (xy 164.996 62.232452) + (xy 164.996 61.153194) + (xy 164.991525 61.137955) + (xy 164.990156 61.136768) + (xy 164.982427 61.135091) + (xy 164.402997 61.135589) + (xy 164.387539 61.137537) + (xy 164.25796 61.170608) + (xy 164.249444 61.173443) + (xy 164.218449 61.186281) + (xy 164.212375 61.189187) + (xy 164.125945 61.236381) + (xy 164.113252 61.245534) + (xy 164.018701 61.333567) + (xy 164.007515 61.347447) + (xy 163.939864 61.461471) + (xy 163.935851 61.469489) + (xy 163.92584 61.493658) + (xy 163.923012 61.500485) + (xy 163.920767 61.506849) + (xy 163.892996 61.60143) + (xy 163.890503 61.616612) + (xy 163.886793 61.709514) + (xy 163.886765 61.710368) + (xy 163.885616 61.75408) + (xy 163.885596 61.755643) + (xy 163.885596 62.227885) + (xy 153.654905 62.227885) + (xy 153.654905 62.096587) + (xy 153.654905 62.088704) + (xy 153.652024 62.077414) + (xy 153.619854 61.951385) + (xy 153.618741 61.947024) + (xy 153.608324 61.921876) + (xy 153.604194 61.911904) + (xy 153.604189 61.911894) + (xy 153.602896 61.908772) + (xy 153.550252 61.812362) + (xy 153.544998 61.806671) + (xy 153.544996 61.806668) + (xy 153.489824 61.746906) + (xy 153.490363 61.746409) + (xy 153.488878 61.745336) + (xy 153.488747 61.745467) + (xy 153.485555 61.742275) + (xy 153.48495 61.741577) + (xy 153.483781 61.74036) + (xy 153.481892 61.738313) + (xy 153.481848 61.738267) + (xy 153.481583 61.737979) + (xy 153.450612 61.705344) + (xy 153.430043 61.684514) + (xy 153.269188 61.521617) + (xy 153.269132 61.521561) + (xy 153.268903 61.521329) + (xy 153.26861 61.521038) + (xy 152.987491 61.242178) + (xy 152.987488 61.242175) + (xy 152.981985 61.236717) + (xy 152.85623 61.162105) + (xy 152.827906 61.150373) + (xy 152.817959 61.146253) + (xy 152.814733 61.145306) + (xy 152.814725 61.145303) + (xy 152.731233 61.12079) + (xy 152.712575 61.115312) + (xy 152.623567 61.111756) + (xy 152.623596 61.111023) + (xy 152.621786 61.111314) + (xy 152.621786 61.1115) + (xy 152.617277 61.1115) + (xy 152.616354 61.111434) + (xy 152.614654 61.1114) + (xy 152.611752 61.111284) + (xy 152.611744 61.111284) + (xy 152.611425 61.111271) + (xy 152.566446 61.110096) + (xy 152.422486 61.109648) + (xy 152.343771 61.109403) + (xy 152.2363 61.109403) + (xy 151.903719 61.110094) + (xy 151.896146 61.112027) + (xy 151.896144 61.112027) + (xy 151.766399 61.145141) + (xy 151.766396 61.145142) + (xy 151.762039 61.146254) + (xy 151.750967 61.15084) + (xy 151.733719 61.157984) + (xy 151.726895 61.16081) + (xy 151.726888 61.160813) + (xy 151.723772 61.162104) + (xy 151.720805 61.163724) + (xy 151.720801 61.163726) + (xy 151.634163 61.211034) + (xy 151.634161 61.211036) + (xy 151.627362 61.214748) + (xy 151.621671 61.220002) + (xy 151.621668 61.220004) + (xy 151.561906 61.275176) + (xy 151.561409 61.274637) + (xy 151.560336 61.276122) + (xy 151.560467 61.276253) + (xy 151.557275 61.279445) + (xy 151.556577 61.28005) + (xy 151.55536 61.281219) + (xy 151.553313 61.283108) + (xy 151.553267 61.283152) + (xy 151.552979 61.283417) + (xy 151.520344 61.314388) + (xy 151.51992 61.314807) + (xy 151.51991 61.314817) + (xy 151.471141 61.363049) + (xy 151.311097 61.521329) + (xy 151.310812 61.521617) + (xy 151.291199 61.541404) + (xy 151.229038 61.575705) + (xy 151.158201 61.570953) + (xy 151.101177 61.528659) + (xy 151.081185 61.487115) + (xy 151.080816 61.487238) + (xy 151.079855 61.484351) + (xy 151.079626 61.483875) + (xy 151.079394 61.482965) + (xy 151.076557 61.474444) + (xy 151.063719 61.443449) + (xy 151.060813 61.437375) + (xy 151.013619 61.350945) + (xy 151.004466 61.338252) + (xy 150.916433 61.243701) + (xy 150.902553 61.232515) + (xy 150.788529 61.164864) + (xy 150.780511 61.160851) + (xy 150.756342 61.15084) + (xy 150.749515 61.148012) + (xy 150.743151 61.145767) + (xy 150.64857 61.117996) + (xy 150.633388 61.115503) + (xy 150.540486 61.111793) + (xy 150.539632 61.111765) + (xy 150.495951 61.110617) + (xy 150.494326 61.110595) + (xy 150.022117 61.110124) + (xy 150.00687 61.114584) + (xy 150.005687 61.115947) + (xy 150.004 61.123684) + (xy 150.004 63.821806) + (xy 149.496 63.821806) + (xy 149.496 62.747115) + (xy 149.491525 62.731876) + (xy 149.490135 62.730671) + (xy 149.482452 62.729) + (xy 148.403711 62.729) + (xy 148.388472 62.733475) + (xy 148.387267 62.734865) + (xy 148.385596 62.742548) + (xy 148.385596 63.321973) + (xy 135.567256 63.321973) + (xy 135.591005 63.309715) + (xy 135.591006 63.309715) + (xy 135.594812 63.30775) + (xy 135.598313 63.305289) + (xy 135.598317 63.305287) + (xy 135.769008 63.185323) + (xy 135.830023 63.142441) + (xy 136.040622 62.94674) + (xy 136.222713 62.724268) + (xy 136.372927 62.479142) + (xy 136.488483 62.215898) + (xy 136.49219 62.202885) + (xy 148.385596 62.202885) + (xy 148.390071 62.218124) + (xy 148.391461 62.219329) + (xy 148.399144 62.221) + (xy 149.477885 62.221) + (xy 149.493124 62.216525) + (xy 149.494329 62.215135) + (xy 149.496 62.207452) + (xy 149.496 61.128194) + (xy 149.491525 61.112955) + (xy 149.490156 61.111768) + (xy 149.482427 61.110091) + (xy 148.902997 61.110589) + (xy 148.887539 61.112537) + (xy 148.75796 61.145608) + (xy 148.749444 61.148443) + (xy 148.718449 61.161281) + (xy 148.712375 61.164187) + (xy 148.625945 61.211381) + (xy 148.613252 61.220534) + (xy 148.518701 61.308567) + (xy 148.507515 61.322447) + (xy 148.439864 61.436471) + (xy 148.435851 61.444489) + (xy 148.42584 61.468658) + (xy 148.423012 61.475485) + (xy 148.420767 61.481849) + (xy 148.392996 61.57643) + (xy 148.390503 61.591612) + (xy 148.386793 61.684514) + (xy 148.386765 61.685368) + (xy 148.385616 61.72908) + (xy 148.385596 61.730643) + (xy 148.385596 62.202885) + (xy 136.49219 62.202885) + (xy 136.493427 62.198544) + (xy 136.566068 61.943534) + (xy 136.567244 61.939406) + (xy 136.607751 61.654784) + (xy 136.607845 61.636951) + (xy 136.609235 61.371583) + (xy 136.609235 61.371576) + (xy 136.609257 61.367297) + (xy 136.604817 61.333567) + (xy 136.589935 61.220534) + (xy 136.571732 61.082266) + (xy 136.495871 60.804964) + (xy 136.383077 60.540524) + (xy 136.235439 60.293839) + (xy 136.055687 60.069472) + (xy 135.847149 59.871577) + (xy 135.613683 59.703814) + (xy 135.591843 59.69225) + (xy 135.568654 59.679972) + (xy 135.359608 59.569288) + (xy 135.089627 59.470489) + (xy 134.808736 59.409245) + (xy 134.777685 59.406801) + (xy 134.585718 59.391693) + (xy 134.585709 59.391693) + (xy 134.583261 59.3915) + (xy 134.427729 59.3915) + (xy 134.425593 59.391646) + (xy 134.425582 59.391646) + (xy 134.217452 59.405835) + (xy 134.217446 59.405836) + (xy 134.213175 59.406127) + (xy 134.20898 59.406996) + (xy 134.208978 59.406996) + (xy 134.072417 59.435276) + (xy 133.931658 59.464426) + (xy 133.660657 59.560393) + (xy 133.405188 59.69225) + (xy 133.401687 59.694711) + (xy 133.401683 59.694713) + (xy 133.391594 59.701804) + (xy 133.169977 59.857559) + (xy 132.959378 60.05326) + (xy 132.777287 60.275732) + (xy 132.627073 60.520858) + (xy 132.511517 60.784102) + (xy 132.432756 61.060594) + (xy 132.392249 61.345216) + (xy 132.392227 61.349505) + (xy 132.392226 61.349512) + (xy 132.390827 61.616612) + (xy 132.390743 61.632703) + (xy 131.5085 61.632703) + (xy 131.5085 58.6345) + (xy 131.528502 58.566379) + (xy 131.582158 58.519886) + (xy 131.6345 58.5085) + (xy 199.874971 58.5085) + ) + ) + ) + (zone (net 27) (net_name "TACH3") (layer "B.Cu") (tstamp 64c4d4c0-dfdc-437f-a0a9-69648d627de7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 91.45) + (xy 161.015631 92.212) + (xy 160.384369 92.212) + (xy 159.938 91.765631) + (xy 159.938 91.134369) + (xy 160.384369 90.688) + (xy 161.015631 90.688) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 90.702352) + (xy 161.742983 91.415352) + (xy 161.757335 91.45) + (xy 161.742983 91.484648) + (xy 161.029983 92.197648) + (xy 160.995335 92.212) + (xy 160.404665 92.212) + (xy 160.370017 92.197648) + (xy 159.952352 91.779983) + (xy 159.938 91.745335) + (xy 159.938 91.154665) + (xy 159.952352 91.120017) + (xy 160.370017 90.702352) + (xy 160.404665 90.688) + (xy 160.995335 90.688) + ) + ) + ) + (zone (net 20) (net_name "TACH1") (layer "B.Cu") (tstamp 66688207-03e2-4a1f-8506-66e5dd158546) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 190.413294 101.315) + (xy 190.055 100.956706) + (xy 190.055 99.285) + (xy 191.426706 99.285) + (xy 191.785 99.643294) + (xy 191.785 100.956706) + (xy 191.426706 101.315) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 191.441058 99.299352) + (xy 191.770648 99.628942) + (xy 191.785 99.66359) + (xy 191.785 100.93641) + (xy 191.770648 100.971058) + (xy 191.441058 101.300648) + (xy 191.40641 101.315) + (xy 190.43359 101.315) + (xy 190.398942 101.300648) + (xy 190.069352 100.971058) + (xy 190.055 100.93641) + (xy 190.055 99.334) + (xy 190.069352 99.299352) + (xy 190.104 99.285) + (xy 191.40641 99.285) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 66d68af1-f945-4260-9f99-6e940a8f47b7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 24) (net_name "Net-(EXT1-Pad5)") (layer "B.Cu") (tstamp 7be0cd1c-8a51-4263-ae82-7e39b848f3df) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.062 104.465631) + (xy 135.615631 104.912) + (xy 134.984369 104.912) + (xy 134.222369 104.15) + (xy 134.984369 103.388) + (xy 135.615631 103.388) + (xy 136.062 103.834369) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.629983 103.402352) + (xy 136.047648 103.820017) + (xy 136.062 103.854665) + (xy 136.062 104.445335) + (xy 136.047648 104.479983) + (xy 135.629983 104.897648) + (xy 135.595335 104.912) + (xy 135.004665 104.912) + (xy 134.970017 104.897648) + (xy 134.257017 104.184648) + (xy 134.242665 104.15) + (xy 134.257017 104.115352) + (xy 134.970017 103.402352) + (xy 135.004665 103.388) + (xy 135.595335 103.388) + ) + ) + ) + (zone (net 26) (net_name "PWM2") (layer "B.Cu") (tstamp 81438fca-6112-409f-bcbd-e11750f14efa) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 187.873294 91.515) + (xy 187.515 91.156706) + (xy 187.515 89.843294) + (xy 188.38 88.978294) + (xy 189.245 89.843294) + (xy 189.245 91.156706) + (xy 188.886706 91.515) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.414648 89.012942) + (xy 189.230648 89.828942) + (xy 189.245 89.86359) + (xy 189.245 91.13641) + (xy 189.230648 91.171058) + (xy 188.901058 91.500648) + (xy 188.86641 91.515) + (xy 187.89359 91.515) + (xy 187.858942 91.500648) + (xy 187.529352 91.171058) + (xy 187.515 91.13641) + (xy 187.515 89.86359) + (xy 187.529352 89.828942) + (xy 188.345352 89.012942) + (xy 188.38 88.99859) + ) + ) + ) + (zone (net 29) (net_name "TACH4") (layer "B.Cu") (tstamp 93588189-e432-475c-bd5e-4b8673136f07) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 190.055 71.015) + (xy 190.055 69.343294) + (xy 190.413294 68.985) + (xy 191.426706 68.985) + (xy 191.785 69.343294) + (xy 191.785 70.656706) + (xy 191.426706 71.015) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 191.441058 68.999352) + (xy 191.770648 69.328942) + (xy 191.785 69.36359) + (xy 191.785 70.63641) + (xy 191.770648 70.671058) + (xy 191.441058 71.000648) + (xy 191.40641 71.015) + (xy 190.104 71.015) + (xy 190.069352 71.000648) + (xy 190.055 70.966) + (xy 190.055 69.36359) + (xy 190.069352 69.328942) + (xy 190.398942 68.999352) + (xy 190.43359 68.985) + (xy 191.40641 68.985) + ) + ) + ) + (zone (net 21) (net_name "PWM1") (layer "B.Cu") (tstamp 99a303a5-59be-4438-8e8d-c2db4c3ad3e3) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 188.78 96.085686) + (xy 188.545686 96.32) + (xy 188.214314 96.32) + (xy 187.814314 95.92) + (xy 188.214314 95.52) + (xy 188.545686 95.52) + (xy 188.78 95.754314) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 188.560038 95.534352) + (xy 188.765648 95.739962) + (xy 188.78 95.77461) + (xy 188.78 96.06539) + (xy 188.765648 96.100038) + (xy 188.560038 96.305648) + (xy 188.52539 96.32) + (xy 188.23461 96.32) + (xy 188.199962 96.305648) + (xy 187.848962 95.954648) + (xy 187.83461 95.92) + (xy 187.848962 95.885352) + (xy 188.199962 95.534352) + (xy 188.23461 95.52) + (xy 188.52539 95.52) + ) + ) + ) + (zone (net 30) (net_name "PWM4") (layer "B.Cu") (tstamp af988139-e4a2-4a79-8faf-c94d50a2ed3a) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 136.377631 99.07) + (xy 135.615631 99.832) + (xy 134.984369 99.832) + (xy 134.538 99.385631) + (xy 134.538 98.754369) + (xy 134.984369 98.308) + (xy 135.615631 98.308) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.629983 98.322352) + (xy 136.342983 99.035352) + (xy 136.357335 99.07) + (xy 136.342983 99.104648) + (xy 135.629983 99.817648) + (xy 135.595335 99.832) + (xy 135.004665 99.832) + (xy 134.970017 99.817648) + (xy 134.552352 99.399983) + (xy 134.538 99.365335) + (xy 134.538 98.774665) + (xy 134.552352 98.740017) + (xy 134.970017 98.322352) + (xy 135.004665 98.308) + (xy 135.595335 98.308) + ) + ) + ) + (zone (net 27) (net_name "TACH3") (layer "B.Cu") (tstamp c934005f-8fcc-4fb5-a627-f0a9d1949bd5) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 184.46 80.331371) + (xy 183.66 81.131371) + (xy 182.86 80.331371) + (xy 182.86 79.668629) + (xy 183.328629 79.2) + (xy 183.991371 79.2) + (xy 184.46 79.668629) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 184.005723 79.214352) + (xy 184.445648 79.654277) + (xy 184.46 79.688925) + (xy 184.46 80.311075) + (xy 184.445648 80.345723) + (xy 183.694648 81.096723) + (xy 183.66 81.111075) + (xy 183.625352 81.096723) + (xy 182.874352 80.345723) + (xy 182.86 80.311075) + (xy 182.86 79.688925) + (xy 182.874352 79.654277) + (xy 183.314277 79.214352) + (xy 183.348925 79.2) + (xy 183.971075 79.2) + ) + ) + ) + (zone (net 20) (net_name "TACH1") (layer "B.Cu") (tstamp c9c323e1-66dd-4c0e-9b08-fcb4ccef7a23) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 184.791371 98) + (xy 183.991371 98.8) + (xy 183.328629 98.8) + (xy 182.86 98.331371) + (xy 182.86 97.668629) + (xy 183.328629 97.2) + (xy 183.991371 97.2) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 184.005723 97.214352) + (xy 184.756723 97.965352) + (xy 184.771075 98) + (xy 184.756723 98.034648) + (xy 184.005723 98.785648) + (xy 183.971075 98.8) + (xy 183.348925 98.8) + (xy 183.314277 98.785648) + (xy 182.874352 98.345723) + (xy 182.86 98.311075) + (xy 182.86 97.688925) + (xy 182.874352 97.654277) + (xy 183.314277 97.214352) + (xy 183.348925 97.2) + (xy 183.971075 97.2) + ) + ) + ) + (zone (net 29) (net_name "TACH4") (layer "B.Cu") (tstamp cc366256-0132-43d2-aea0-04d2202b07a7) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 184.38 71.8) + (xy 183.248629 71.8) + (xy 182.78 71.331371) + (xy 182.78 70.668629) + (xy 183.248629 70.2) + (xy 183.911371 70.2) + (xy 184.38 70.668629) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 183.925723 70.214352) + (xy 184.365648 70.654277) + (xy 184.38 70.688925) + (xy 184.38 71.751) + (xy 184.365648 71.785648) + (xy 184.331 71.8) + (xy 183.268925 71.8) + (xy 183.234277 71.785648) + (xy 182.794352 71.345723) + (xy 182.78 71.311075) + (xy 182.78 70.688925) + (xy 182.794352 70.654277) + (xy 183.234277 70.214352) + (xy 183.268925 70.2) + (xy 183.891075 70.2) + ) + ) + ) + (zone (net 28) (net_name "PWM3") (layer "B.Cu") (tstamp ed2a245e-cafb-4b39-be65-12b959e97650) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 83.83) + (xy 161.015631 84.592) + (xy 160.384369 84.592) + (xy 159.938 84.145631) + (xy 159.938 83.514369) + (xy 160.384369 83.068) + (xy 161.015631 83.068) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 83.082352) + (xy 161.742983 83.795352) + (xy 161.757335 83.83) + (xy 161.742983 83.864648) + (xy 161.029983 84.577648) + (xy 160.995335 84.592) + (xy 160.404665 84.592) + (xy 160.370017 84.577648) + (xy 159.952352 84.159983) + (xy 159.938 84.125335) + (xy 159.938 83.534665) + (xy 159.952352 83.500017) + (xy 160.370017 83.082352) + (xy 160.404665 83.068) + (xy 160.995335 83.068) + ) + ) + ) + (zone (net 18) (net_name "+5V") (layer "B.Cu") (tstamp f0195274-e7ae-49a4-8d3a-51bc10f187b6) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 152.642082 61.625) + (xy 153.14 62.122918) + (xy 153.14 62.827082) + (xy 152.29 63.677082) + (xy 151.44 62.827082) + (xy 151.44 62.122918) + (xy 151.937918 61.625) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 152.656434 61.639352) + (xy 153.125648 62.108566) + (xy 153.14 62.143214) + (xy 153.14 62.806786) + (xy 153.125648 62.841434) + (xy 152.324648 63.642434) + (xy 152.29 63.656786) + (xy 152.255352 63.642434) + (xy 151.454352 62.841434) + (xy 151.44 62.806786) + (xy 151.44 62.143214) + (xy 151.454352 62.108566) + (xy 151.923566 61.639352) + (xy 151.958214 61.625) + (xy 152.621786 61.625) + ) + ) + ) + (zone (net 29) (net_name "TACH4") (layer "B.Cu") (tstamp f4445ff0-10cb-4441-a446-324ab085cce6) (name "$oktizer$") (hatch none 0.508) + (priority 22222) + (connect_pads yes (clearance 0)) + (min_thickness 0.1) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (island_removal_mode 1) (island_area_min 0)) + (polygon + (pts + (xy 161.777631 81.29) + (xy 161.015631 82.052) + (xy 160.384369 82.052) + (xy 159.938 81.605631) + (xy 159.938 80.974369) + (xy 160.384369 80.528) + (xy 161.015631 80.528) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.029983 80.542352) + (xy 161.742983 81.255352) + (xy 161.757335 81.29) + (xy 161.742983 81.324648) + (xy 161.029983 82.037648) + (xy 160.995335 82.052) + (xy 160.404665 82.052) + (xy 160.370017 82.037648) + (xy 159.952352 81.619983) + (xy 159.938 81.585335) + (xy 159.938 80.994665) + (xy 159.952352 80.960017) + (xy 160.370017 80.542352) + (xy 160.404665 80.528) + (xy 160.995335 80.528) + ) + ) + ) +) diff --git a/pcb/WiFiFanCon/WiFiFanCon.kicad_prl b/pcb/WiFiFanCon/WiFiFanCon.kicad_prl new file mode 100644 index 0000000..02cc9bd --- /dev/null +++ b/pcb/WiFiFanCon/WiFiFanCon.kicad_prl @@ -0,0 +1,75 @@ +{ + "board": { + "active_layer": 36, + "active_layer_preset": "All Layers", + "auto_track_width": true, + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "ratsnest_display_mode": 0, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": true, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 1 + }, + "meta": { + "filename": "WiFiFanCon.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/pcb/WiFiFanCon/WiFiFanCon.kicad_pro b/pcb/WiFiFanCon/WiFiFanCon.kicad_pro new file mode 100644 index 0000000..437d6f3 --- /dev/null +++ b/pcb/WiFiFanCon/WiFiFanCon.kicad_pro @@ -0,0 +1,476 @@ +{ + "board": { + "design_settings": { + "defaults": { + "board_outline_line_width": 0.09999999999999999, + "copper_line_width": 0.19999999999999998, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.049999999999999996, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.09999999999999999, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.15, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.762, + "height": 1.524, + "width": 1.524 + }, + "silk_line_width": 0.15, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.15, + "silk_text_upright": false, + "zones": { + "45_degree_only": false, + "min_clearance": 0.508 + } + }, + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "copper_edge_clearance": "error", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint_type_mismatch": "error", + "hole_clearance": "error", + "hole_near_hole": "error", + "invalid_outline": "error", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "error", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zone_has_empty_net": "error", + "zones_intersect": "error" + }, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_copper_edge_clearance": 0.0, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.19999999999999998, + "min_microvia_drill": 0.09999999999999999, + "min_silk_clearance": 0.0, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.19999999999999998, + "min_via_annular_width": 0.049999999999999996, + "min_via_diameter": 0.39999999999999997, + "solder_mask_clearance": 0.0, + "solder_mask_min_width": 0.0, + "use_height_for_length_calcs": true + }, + "track_widths": [ + 0.0 + ], + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + } + ], + "zones_allow_external_fillets": false, + "zones_use_no_outline": true + }, + "layer_presets": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_label_syntax": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "WiFiFanCon.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12.0, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.25, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + }, + { + "bus_width": 12.0, + "clearance": 0.4, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Power", + "nets": [ + "GND", + "VCC" + ], + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 1.5, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + }, + { + "bus_width": 12.0, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Power_low", + "nets": [ + "+3V3", + "+5V", + "Net-(C2-Pad1)" + ], + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.75, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + } + ], + "meta": { + "version": 2 + }, + "net_colors": null + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "step": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "drawing": { + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_external_command": "spice \"%I\"", + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "9538e4ed-27e6-4c37-b989-9859dc0d49e8", + "" + ] + ], + "text_variables": {} +} diff --git a/pcb/WiFiFanCon/WiFiFanCon.kicad_sch b/pcb/WiFiFanCon/WiFiFanCon.kicad_sch new file mode 100644 index 0000000..fde2c36 --- /dev/null +++ b/pcb/WiFiFanCon/WiFiFanCon.kicad_sch @@ -0,0 +1,2581 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid 9538e4ed-27e6-4c37-b989-9859dc0d49e8) + + (paper "A4") + + (title_block + (title "WiFiFanCon") + (date "2022-04-15") + (rev "2022.04.0") + ) + + (lib_symbols + (symbol "Connector:Conn_01x02_Female" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x02_Female" (id 1) (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x02_Female_1_1" + (arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -2.54) + (xy -0.508 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0) + (xy -0.508 0) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector:Conn_01x06_Female" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 0 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x06_Female" (id 1) (at 0 -10.16 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x06_Female_1_1" + (arc (start 0 -7.112) (mid -0.508 -7.62) (end 0 -8.128) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 -4.572) (mid -0.508 -5.08) (end 0 -5.588) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 -2.032) (mid -0.508 -2.54) (end 0 -3.048) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -7.62) + (xy -0.508 -7.62) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -5.08) + (xy -0.508 -5.08) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -2.54) + (xy -0.508 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0) + (xy -0.508 0) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 2.54) + (xy -0.508 2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 5.08) + (xy -0.508 5.08) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 0.508) (mid -0.508 0) (end 0 -0.508) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 3.048) (mid -0.508 2.54) (end 0 2.032) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 5.588) (mid -0.508 5.08) (end 0 4.572) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Polarized_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Polarized_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Polarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Polarized_Small_0_1" + (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 0.6858) (end 1.524 0.3048) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.524) + (xy -0.762 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.27) + (xy -1.016 1.778) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_Polarized_Small_1_1" + (pin passive line (at 0 2.54 270) (length 1.8542) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 1.8542) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "R" (id 0) (at 2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "R" (id 1) (at 0 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at -1.778 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Resistor" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_0_1" + (rectangle (start -1.016 -2.54) (end 1.016 2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "R_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Diode:1N5817" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D1" (id 0) (at 0.3175 6.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N5817" (id 1) (at 0.3175 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal" (id 2) (at 0 -4.445 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.vishay.com/docs/88525/1n5817.pdf" (id 3) (at 0 3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "20V 1A Schottky Barrier Rectifier Diode, DO-41" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "D*DO?41*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "1N5817_0_1" + (polyline + (pts + (xy 1.27 0) + (xy -1.27 0) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 1.27) + (xy 1.27 -1.27) + (xy -1.27 0) + (xy 1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.905 0.635) + (xy -1.905 1.27) + (xy -1.27 1.27) + (xy -1.27 -1.27) + (xy -0.635 -1.27) + (xy -0.635 -0.635) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "1N5817_1_1" + (pin passive line (at -2.54 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Motor:Fan_4pin" (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "M" (id 0) (at 2.54 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Fan_4pin" (id 1) (at 2.54 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (property "Footprint" "" (id 2) (at 0 0.254 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf" (id 3) (at 0 0.254 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Fan Motor tacho PWM" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Fan, tacho output, PWM input, 4-pin connector" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "FanPinHeader*P2.54mm*Vertical* PinHeader*P2.54mm*Vertical* TerminalBlock*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Fan_4pin_0_0" + (arc (start -5.588 1.524) (mid -5.08 1.016) (end -4.572 1.524) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start -5.08 2.032) (mid -5.4392 1.8832) (end -5.588 1.524) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 2.032) + (xy -5.334 2.159) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 2.032) + (xy -5.207 1.778) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.064 2.54) + (xy -4.064 1.016) + (xy -3.302 1.016) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "Fan_4pin_0_1" + (arc (start -2.54 -0.508) (mid 0.0028 0.9121) (end 0 3.81) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -4.064 2.54) + (xy -5.08 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.08) + (xy 0 -4.572) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.2352) + (xy 0 -2.6416) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 4.2672) + (xy 0 4.6228) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 4.572) + (xy 0 5.08) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.016) + (xy -4.064 -1.016) + (xy -4.064 -2.54) + (xy -5.08 -2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.334 -3.302) + (xy -5.08 -3.302) + (xy -5.08 -3.048) + (xy -4.826 -3.048) + (xy -4.826 -3.302) + (xy -4.318 -3.302) + (xy -4.318 -3.048) + (xy -4.064 -3.048) + (xy -4.064 -3.302) + (xy -3.556 -3.302) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center 0 1.016) (radius 3.2512) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 0 3.81) (mid 0.053 0.921) (end 2.54 -0.508) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (arc (start 2.54 -0.508) (mid 0 1.0618) (end -2.54 -0.508) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "Fan_4pin_1_1" + (pin passive line (at 0 -5.08 90) (length 2.54) + (name "-" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 7.62 270) (length 2.54) + (name "+" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 2.54 0) (length 2.54) + (name "Tacho" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 -2.54 0) (length 2.54) + (name "PWM" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "PJ-202BH:PJ-202BH" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -7.62 5.08 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Value" "PJ-202BH" (id 1) (at -7.6454 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Footprint" "CUI_PJ-202BH" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "STANDARD" "Manufacturer recommendations" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "PART_REV" "1.02" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "MANUFACTURER" "CUI INC" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "ki_locked" "" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (symbol "PJ-202BH_0_0" + (arc (start -5.715 3.81) (mid -6.985 2.54) (end -5.715 1.27) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.715 3.81) + (xy -1.27 3.81) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.81 -1.27) + (xy -4.445 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 -2.54) + (xy -3.81 -1.27) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0.635) + (xy 0 0.635) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.27) + (xy -5.715 1.27) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.27) + (xy -1.27 0.635) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 3.81) + (xy -1.27 1.27) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 4.445) + (xy -1.27 3.81) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.54) + (xy -3.175 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.635) + (xy 0 4.445) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 4.445) + (xy -1.27 4.445) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.54) + (xy -0.508 -1.27) + (xy 0.508 -1.27) + (xy 0 -2.54) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin passive line (at 5.08 2.54 180) (length 5.08) + (name "~" (effects (font (size 1.016 1.016)))) + (number "1" (effects (font (size 1.016 1.016)))) + ) + (pin passive line (at 5.08 -2.54 180) (length 5.08) + (name "~" (effects (font (size 1.016 1.016)))) + (number "2" (effects (font (size 1.016 1.016)))) + ) + (pin passive line (at 5.08 0 180) (length 5.08) + (name "~" (effects (font (size 1.016 1.016)))) + (number "3" (effects (font (size 1.016 1.016)))) + ) + ) + ) + (symbol "Regulator_Linear:LM7805_TO220" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -3.81 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LM7805_TO220" (id 1) (at 0 3.175 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" (id 2) (at 0 5.715 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "https://www.onsemi.cn/PowerSolutions/document/MC7800-D.PDF" (id 3) (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "Voltage Regulator 1A Positive" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Positive 1A 35V Linear Regulator, Fixed Output 5V, TO-220" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TO?220*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LM7805_TO220_0_1" + (rectangle (start -5.08 1.905) (end 5.08 -5.08) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LM7805_TO220_1_1" + (pin power_in line (at -7.62 0 0) (length 2.54) + (name "VI" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 7.62 0 180) (length 2.54) + (name "VO" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "esp32_devkit_v1_doit:ESP32_DevKit_V1_DOIT" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -11.43 34.29 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "ESP32_DevKit_V1_DOIT" (id 1) (at 11.43 34.29 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "ESP32_DevKit_V1_DOIT:esp32_devkit_v1_doit" (id 2) (at -11.43 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://aliexpress.com/item/32864722159.html" (id 3) (at -11.43 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "ESP32-WROOM-32 WiFi and Bluetooth microcontroller" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "32-bit microcontroller module with WiFi and Bluetooth" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "esp32?devkit?v1?doit*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "ESP32_DevKit_V1_DOIT_1_1" + (rectangle (start -12.7 33.02) (end 12.7 -33.02) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -15.24 30.48 0) (length 2.54) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -17.78 180) (length 2.54) + (name "IO27" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 10.16 180) (length 2.54) + (name "IO14" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 15.24 180) (length 2.54) + (name "IO12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 12.7 180) (length 2.54) + (name "IO13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -35.56 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 35.56 270) (length 2.54) + (name "VIN" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 35.56 270) (length 2.54) + (name "3V3" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -35.56 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 7.62 180) (length 2.54) + (name "IO15" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 25.4 180) (length 2.54) + (name "IO2" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 25.4 0) (length 2.54) + (name "SENSOR_VP" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 20.32 180) (length 2.54) + (name "IO4" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 5.08 180) (length 2.54) + (name "IO16" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 2.54 180) (length 2.54) + (name "IO17" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 17.78 180) (length 2.54) + (name "IO5" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 0 180) (length 2.54) + (name "IO18" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) + (name "IO19" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) + (name "IO21" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 22.86 180) (length 2.54) + (name "RXD0/IO3" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 27.94 180) (length 2.54) + (name "TXD0/IO1" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) + (name "IO22" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -15.24 22.86 0) (length 2.54) + (name "SENSOR_VN" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -10.16 180) (length 2.54) + (name "IO23" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 15.24 -25.4 180) (length 2.54) + (name "IO34" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 15.24 -27.94 180) (length 2.54) + (name "IO35" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -20.32 180) (length 2.54) + (name "IO32" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -22.86 180) (length 2.54) + (name "IO33" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -12.7 180) (length 2.54) + (name "IO25" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -15.24 180) (length 2.54) + (name "IO26" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+3.3V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "+3.3V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "+5V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (id 0) (at 0 1.905 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line (at 0 0 90) (length 0) + (name "pwr" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 1.27) + (xy -1.016 1.905) + (xy 0 2.54) + (xy 1.016 1.905) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + ) + (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "VCC_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 68.58 127) (diameter 0) (color 0 0 0 0) + (uuid 104d1c4f-4d58-48a2-9fe9-a7c8c8c30b74) + ) + (junction (at 96.52 106.68) (diameter 0) (color 0 0 0 0) + (uuid 113681d5-a676-47c3-8be7-bc555679c947) + ) + (junction (at 48.26 121.92) (diameter 0) (color 0 0 0 0) + (uuid 145563ca-f9b2-4f01-a2fc-1817e91fbf47) + ) + (junction (at 60.96 55.88) (diameter 0) (color 0 0 0 0) + (uuid 3d05c852-49be-4722-b476-0990f7f4cae0) + ) + (junction (at 78.74 116.84) (diameter 0) (color 0 0 0 0) + (uuid 597a189b-658b-48df-8947-5201f9d2007f) + ) + (junction (at 175.26 116.84) (diameter 0) (color 0 0 0 0) + (uuid 6cb96f27-533a-488b-8a23-b3f08eabf41f) + ) + (junction (at 48.26 116.84) (diameter 0) (color 0 0 0 0) + (uuid 87ce37cc-6c42-4f2a-be0b-5c6d3acfc31e) + ) + (junction (at 152.4 55.88) (diameter 0) (color 0 0 0 0) + (uuid a5937714-0768-4f92-8792-2fc780446486) + ) + (junction (at 48.26 127) (diameter 0) (color 0 0 0 0) + (uuid bbdf7ccb-418d-4f0e-bc11-d18ccc2e41fd) + ) + (junction (at 106.68 55.88) (diameter 0) (color 0 0 0 0) + (uuid ca59c29c-a5ab-4580-97ff-44d4b3e7ad23) + ) + (junction (at 99.06 116.84) (diameter 0) (color 0 0 0 0) + (uuid d37ad156-e4ca-4a55-97a2-a39e0dc1420e) + ) + (junction (at 55.88 116.84) (diameter 0) (color 0 0 0 0) + (uuid e752eca7-8842-42f7-9dea-05c4a4e977e1) + ) + (junction (at 91.44 116.84) (diameter 0) (color 0 0 0 0) + (uuid ec4e7991-8d83-483f-86eb-aae2671efd44) + ) + (junction (at 198.12 55.88) (diameter 0) (color 0 0 0 0) + (uuid f12aa0a1-fc37-4a28-9389-2e53cb538eb4) + ) + (junction (at 57.15 127) (diameter 0) (color 0 0 0 0) + (uuid fb9bfebb-95b1-43ed-93ae-be2ab52a46d5) + ) + + (no_connect (at 106.68 129.54) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f08fe)) + (no_connect (at 114.3 129.54) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f08ff)) + (no_connect (at 111.76 129.54) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0900)) + (no_connect (at 116.84 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0901)) + (no_connect (at 114.3 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0902)) + (no_connect (at 111.76 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0903)) + (no_connect (at 121.92 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0904)) + (no_connect (at 119.38 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0905)) + (no_connect (at 109.22 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0906)) + (no_connect (at 124.46 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0907)) + (no_connect (at 129.54 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0908)) + (no_connect (at 127 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f0909)) + (no_connect (at 162.56 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f090a)) + (no_connect (at 165.1 99.06) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f090b)) + (no_connect (at 43.18 119.38) (uuid 4c8fd2e3-4646-4308-93fc-1b7b509f090c)) + + (wire (pts (xy 116.84 45.72) (xy 120.65 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0179268a-31ed-4cd0-8786-080e0c4d90b6) + ) + (wire (pts (xy 205.74 53.34) (xy 205.74 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0261264e-9c26-464c-8ddf-95aff223807d) + ) + (wire (pts (xy 152.4 55.88) (xy 152.4 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 040f8f9b-c142-4b3d-88f8-7b734425cf75) + ) + (wire (pts (xy 154.94 99.06) (xy 154.94 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 06e58b86-3c4a-4eb0-a526-95454521e93d) + ) + (wire (pts (xy 142.24 93.98) (xy 142.24 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0bf0df4f-5cae-43a5-b8bc-25ca588b6de2) + ) + (wire (pts (xy 152.4 86.36) (xy 152.4 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0da0cdb5-3504-467d-950b-480993a8006c) + ) + (wire (pts (xy 106.68 55.88) (xy 106.68 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 104d3acb-965d-4350-8d70-79593633ab60) + ) + (wire (pts (xy 48.26 127) (xy 57.15 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1136abdf-874e-48f2-aad3-452e08f3af42) + ) + (wire (pts (xy 44.45 55.88) (xy 48.26 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12ab044b-3952-425b-b4fa-dc9edc0d95b8) + ) + (wire (pts (xy 157.48 91.44) (xy 157.48 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 146d0c64-1f24-4e7e-bca1-12120cd39fc3) + ) + (wire (pts (xy 190.5 111.76) (xy 193.04 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 149eec47-80ca-44c9-a59a-96ab0d22cfd2) + ) + (wire (pts (xy 48.26 127) (xy 48.26 128.27)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 156295e7-2c34-4168-b7ca-33c209cfb28f) + ) + (wire (pts (xy 57.15 127) (xy 68.58 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 19e4d341-c688-42c5-b3a9-0ab6bbcc6896) + ) + (wire (pts (xy 149.86 93.98) (xy 149.86 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1aaa50ba-4d88-4df5-ad95-cd680d7420b1) + ) + (wire (pts (xy 190.5 109.22) (xy 193.04 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1ab41086-3168-46be-a1ce-d5559835aee3) + ) + (wire (pts (xy 109.22 55.88) (xy 109.22 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1f03f3b5-7df0-4880-bd0d-0f70e28933d6) + ) + (wire (pts (xy 91.44 116.84) (xy 99.06 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 220f8f25-81d0-4020-81f9-3ffb3a5179af) + ) + (wire (pts (xy 208.28 45.72) (xy 212.09 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 22e679a0-9d03-4333-b601-8aadfc3c7c8c) + ) + (wire (pts (xy 60.96 55.88) (xy 60.96 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 25e50a7b-9cb2-4de9-bbac-4edbd4f73913) + ) + (wire (pts (xy 137.16 93.98) (xy 137.16 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 27fa4445-4cae-443b-a87e-b0d420415c33) + ) + (wire (pts (xy 144.78 93.98) (xy 144.78 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2a3ccf77-2a7f-4fa4-b16f-d2531ef50b53) + ) + (wire (pts (xy 190.5 124.46) (xy 193.04 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2cbb1ef4-63ea-4522-a32e-60be0fb23c3e) + ) + (wire (pts (xy 162.56 45.72) (xy 166.37 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2f0cb8f1-c9c8-4e82-bb81-4d564fd785aa) + ) + (wire (pts (xy 154.94 55.88) (xy 154.94 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3820db3f-8920-49fb-942b-281c7fea6490) + ) + (wire (pts (xy 68.58 53.34) (xy 68.58 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3aed222f-ca1b-45dc-80af-6f251062c7ea) + ) + (wire (pts (xy 43.18 116.84) (xy 48.26 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3dc302f0-822d-4e06-b3f8-7f67988ffc5d) + ) + (wire (pts (xy 160.02 99.06) (xy 160.02 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 442d1854-df32-4d55-8a55-12aa30ffe16f) + ) + (wire (pts (xy 175.26 114.3) (xy 175.26 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 447cc590-a014-40b8-bb29-5b3403493606) + ) + (wire (pts (xy 152.4 55.88) (xy 154.94 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 46013bdc-3014-485b-bfed-f75155203562) + ) + (wire (pts (xy 114.3 53.34) (xy 114.3 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4610f617-7c51-48e6-bdf1-f30ac4bd349a) + ) + (wire (pts (xy 132.08 93.98) (xy 132.08 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 489208fd-1810-4628-856c-059686a63df3) + ) + (wire (pts (xy 55.88 55.88) (xy 60.96 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4cea9832-0c2e-4733-b9cc-de63dda222dc) + ) + (wire (pts (xy 48.26 116.84) (xy 55.88 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4f7f10e5-d7e1-42f7-bb37-856410566a52) + ) + (wire (pts (xy 134.62 93.98) (xy 134.62 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 514f4a89-9078-4e7d-be4c-12a23c1d911b) + ) + (wire (pts (xy 68.58 127) (xy 71.12 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5e565160-81e7-4d16-b85a-c1f9cb4c21f1) + ) + (wire (pts (xy 71.12 45.72) (xy 74.93 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5f018b0d-5f1b-420f-bf09-c733f687f0ec) + ) + (wire (pts (xy 160.02 93.98) (xy 193.04 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 63a26431-9329-4eb5-8c80-1d8af3639cb2) + ) + (wire (pts (xy 90.17 55.88) (xy 93.98 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 63f676c9-53d2-43d8-a30b-4db21c66bec5) + ) + (wire (pts (xy 55.88 116.84) (xy 60.96 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 679a7d94-1c27-400d-86f4-d5a201b1daa7) + ) + (wire (pts (xy 190.5 119.38) (xy 193.04 119.38)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6b2ac36e-2b29-4985-aa7e-544239285821) + ) + (wire (pts (xy 172.72 116.84) (xy 175.26 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6f373086-542e-48cd-aed7-b4fa96199123) + ) + (wire (pts (xy 135.89 55.88) (xy 139.7 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 728c4b62-af02-4e6a-8226-89e3af0bcd41) + ) + (wire (pts (xy 193.04 91.44) (xy 157.48 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7eaecc94-6dc0-4e15-a941-1c8cda148e7c) + ) + (wire (pts (xy 43.18 121.92) (xy 48.26 121.92)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 847d07aa-6e00-42d2-9ecf-c9f317efdd89) + ) + (wire (pts (xy 160.02 53.34) (xy 160.02 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 85bc4398-c4d5-46dc-a31f-fd7a41f10264) + ) + (wire (pts (xy 76.2 127) (xy 78.74 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 87a76d7f-fa19-4be5-b53f-fc6265712fbd) + ) + (wire (pts (xy 147.32 45.72) (xy 149.86 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8d3cde70-ccb3-4c41-9d02-8c820fd5f749) + ) + (wire (pts (xy 193.04 45.72) (xy 195.58 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8d550344-f038-4aa3-a75c-f502d3568cb9) + ) + (wire (pts (xy 139.7 93.98) (xy 139.7 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8deb9f73-95c0-42e1-93d2-787e65fbad08) + ) + (wire (pts (xy 190.5 116.84) (xy 193.04 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 99849e30-471d-4618-a2c1-d1c0b43daf36) + ) + (wire (pts (xy 101.6 55.88) (xy 106.68 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a041268c-701f-4333-9acf-09fb10102b82) + ) + (wire (pts (xy 181.61 55.88) (xy 185.42 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a75feb6c-f378-4f41-b93b-e6f2be9eedee) + ) + (wire (pts (xy 147.32 93.98) (xy 147.32 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a8f8fa82-b988-4fc1-9723-d31076fe40c6) + ) + (wire (pts (xy 96.52 104.14) (xy 96.52 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a9b9eaf0-c6d0-4308-8f5b-80870abf4678) + ) + (wire (pts (xy 147.32 55.88) (xy 152.4 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aa1aa2f3-0d78-490d-a0ff-8e9639e7ad53) + ) + (wire (pts (xy 154.94 88.9) (xy 193.04 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aa46de6b-d435-4cd0-9884-b4a2f393a252) + ) + (wire (pts (xy 78.74 127) (xy 78.74 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ab1e3e16-c763-46e2-9283-1970634efc3c) + ) + (wire (pts (xy 86.36 116.84) (xy 91.44 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid afd38507-29cd-4ea4-97d5-26bd0ea53174) + ) + (wire (pts (xy 48.26 121.92) (xy 48.26 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b88ce602-721b-4094-859e-68fb64fec563) + ) + (wire (pts (xy 76.2 116.84) (xy 78.74 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9144023-4d9d-42a8-be72-961ca52a95fb) + ) + (wire (pts (xy 63.5 55.88) (xy 63.5 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9d8b45c-8f92-43c5-a718-bc1aa5609dff) + ) + (wire (pts (xy 190.5 96.52) (xy 193.04 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid baf28ae7-9a3b-4a2c-8c08-aae809360f80) + ) + (wire (pts (xy 193.04 55.88) (xy 198.12 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd4ea953-61e2-4372-a163-5ce2b42aac3d) + ) + (wire (pts (xy 68.58 124.46) (xy 68.58 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c96329cb-a2ee-4f3f-b3bf-ca878dc86b65) + ) + (wire (pts (xy 106.68 55.88) (xy 109.22 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cb78c2d3-2960-4479-bca8-f5bf62a3824a) + ) + (wire (pts (xy 99.06 116.84) (xy 101.6 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cf5d65ff-1235-4993-8f68-bb2914b1df4c) + ) + (wire (pts (xy 190.5 127) (xy 193.04 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d3811c50-aade-4275-afad-ee96c935c38b) + ) + (wire (pts (xy 48.26 109.22) (xy 48.26 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d5ec01c0-8333-4d3d-a21b-faafbef0a9f7) + ) + (wire (pts (xy 60.96 55.88) (xy 63.5 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d7191c17-dae5-4962-b3d3-aa35ae50cfda) + ) + (wire (pts (xy 193.04 86.36) (xy 152.4 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e0114915-c07b-4ca3-a74a-81e882665ce6) + ) + (wire (pts (xy 78.74 116.84) (xy 81.28 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e07aad5e-07ee-4895-86f1-a215ad8c16d3) + ) + (wire (pts (xy 175.26 116.84) (xy 175.26 125.73)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e1d4e72f-1048-4fef-874d-95f81ea9c0fc) + ) + (wire (pts (xy 55.88 45.72) (xy 58.42 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ed790661-15cd-42d1-aa90-a0bafdda9646) + ) + (wire (pts (xy 101.6 45.72) (xy 104.14 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f159cbe3-2671-46f2-9921-19762e4f9acf) + ) + (wire (pts (xy 200.66 55.88) (xy 200.66 53.34)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f48115d1-c8a9-4ef6-aadf-d957468913e7) + ) + (wire (pts (xy 172.72 114.3) (xy 175.26 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f65b072b-db73-4b46-9c41-c8b643dbf51d) + ) + (wire (pts (xy 101.6 114.3) (xy 96.52 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f80444ea-2f25-44e7-b7f2-7152a3c35892) + ) + (wire (pts (xy 96.52 106.68) (xy 96.52 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f8301c31-df03-488b-a2f1-d6d6b8d617bf) + ) + (wire (pts (xy 198.12 55.88) (xy 198.12 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9eff4d8-6944-41c2-9616-29e986070222) + ) + (wire (pts (xy 198.12 55.88) (xy 200.66 55.88)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fbb3918a-1f38-4f8b-b139-3d034cde76fe) + ) + (wire (pts (xy 190.5 99.06) (xy 193.04 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fbbf1928-b2d2-4537-a3ee-183bec575d09) + ) + + (global_label "TACH3" (shape input) (at 142.24 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 087d76ec-b860-44d8-9618-b76569473836) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 142.1606 85.7007 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "PWM4" (shape output) (at 149.86 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 1ccfb806-812b-4775-8bfc-9aafef43998c) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 149.7806 86.1845 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "PWM1" (shape output) (at 134.62 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 20602d97-7660-453e-aed0-6399f810d80a) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 134.5406 86.1845 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "PWM3" (shape input) (at 160.02 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 31f67607-30f7-4902-ac3e-5233f51967f8) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 159.9406 71.2955 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "TACH3" (shape output) (at 152.4 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 3b701093-5d0c-42d1-8f36-7bd009e4e011) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.3206 71.7793 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "TACH1" (shape output) (at 60.96 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 504d002d-27ba-46c5-b445-3a605faf93e7) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 60.8806 71.7793 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "PWM1" (shape input) (at 68.58 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 510d0398-fbf2-4353-90df-6e07bc11bf35) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 68.5006 71.2955 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "TACH4" (shape input) (at 147.32 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid 6ee1c810-647b-4212-a582-bfd7fd79d3f2) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 147.2406 85.7007 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "TACH4" (shape output) (at 198.12 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 74487cf5-89b6-49cf-9e92-4594b0cae112) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 198.0406 71.7793 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "TACH2" (shape output) (at 106.68 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid 7e76920a-c731-4586-b29a-6bfea191b9e3) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 106.6006 71.7793 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "PWM2" (shape output) (at 139.7 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a230ae61-f199-4bea-9781-5b73af13826b) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.6206 86.1845 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "TACH1" (shape input) (at 132.08 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid a7512e35-06f2-4a95-8334-044463dbf068) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 132.1594 85.7007 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "PWM4" (shape input) (at 205.74 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid a9cf8ffb-faf0-4c92-9196-ddca122b8a60) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 205.6606 71.2955 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "PWM3" (shape output) (at 144.78 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid c9909226-8751-49a8-bc77-cf3e8f4861ac) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 144.7006 86.1845 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + (global_label "PWM2" (shape input) (at 114.3 63.5 270) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid d4e796dc-ad9d-497f-8f2d-f53f94bdbd8e) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 114.2206 71.2955 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + ) + (global_label "TACH2" (shape input) (at 137.16 93.98 90) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid d625a6ee-2094-4fba-bdb1-f876475ecf23) + (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 137.0806 85.7007 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 190.5 127 270) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 004ffe44-989a-428b-ba28-e20959a030a2) + (property "Reference" "#PWR0122" (id 0) (at 184.15 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 186.69 126.9999 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 190.5 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid adc5a08e-5e70-4b87-b929-053cd7b72012)) + ) + + (symbol (lib_id "power:VCC") (at 193.04 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 0c315572-075c-48d4-ad3d-0c8aa4c26944) + (property "Reference" "#PWR0109" (id 0) (at 196.85 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 189.23 45.7199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 193.04 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 193.04 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c61bf60c-ecfc-4246-bba5-a8c8353e500f)) + ) + + (symbol (lib_id "Connector:Conn_01x02_Female") (at 198.12 111.76 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid 162ba9c6-461a-425c-b093-463deae505c8) + (property "Reference" "EXT2" (id 0) (at 203.2 109.22 0)) + (property "Value" "Extension Header 2" (id 1) (at 210.82 111.76 0)) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (id 2) (at 198.12 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 198.12 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2e4aa329-8def-4313-8f99-ae3fae0d0e39)) + (pin "2" (uuid c13f0021-0e73-4ae1-806d-4a387f17abfe)) + ) + + (symbol (lib_id "power:VCC") (at 48.26 109.22 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 26bd18b5-1365-4324-bff8-7f99bb1ba287) + (property "Reference" "#PWR0116" (id 0) (at 48.26 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 48.26 104.14 0)) + (property "Footprint" "" (id 2) (at 48.26 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 48.26 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 49a365cd-bd6c-44f7-9bf6-ea95f38fcef2)) + ) + + (symbol (lib_id "Motor:Fan_4pin") (at 203.2 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 35ceb9d0-ae85-43d6-ab5d-6e85e4b7352c) + (property "Reference" "FAN4" (id 0) (at 203.2 36.83 90)) + (property "Value" "Fan_4pin" (id 1) (at 203.2 39.37 90)) + (property "Footprint" "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (id 2) (at 202.946 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf" (id 3) (at 202.946 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e016fbc1-0d9c-403f-807c-8907a27ac2d6)) + (pin "2" (uuid ada7fb09-d93f-450c-95c6-66bd37212db0)) + (pin "3" (uuid 7c2a6d77-478e-45e2-bab5-5c4f01874ffd)) + (pin "4" (uuid f6829ef2-2233-4026-8ab7-47fccc69b2cb)) + ) + + (symbol (lib_id "power:GND") (at 175.26 125.73 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 3bded9e8-f01a-4281-9c4c-d8a7a44618dc) + (property "Reference" "#PWR0104" (id 0) (at 175.26 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 175.26 130.81 0)) + (property "Footprint" "" (id 2) (at 175.26 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 175.26 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 717f5336-d832-494c-ac33-1f7bff6d5b8f)) + ) + + (symbol (lib_id "Device:R") (at 189.23 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 3be28922-6809-45d0-b56c-79808349a73d) + (property "Reference" "R4" (id 0) (at 189.23 49.53 90)) + (property "Value" "10k" (id 1) (at 189.23 52.07 90)) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 189.23 57.658 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 189.23 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2aeb1d68-88f3-49ef-af70-b7e671dcc9e2)) + (pin "2" (uuid 2afe7387-c318-4b33-9b16-04be2798db30)) + ) + + (symbol (lib_id "Connector:Conn_01x02_Female") (at 198.12 127 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid 46ad184e-7041-4f73-ab8e-97b2958cd43d) + (property "Reference" "EXT4" (id 0) (at 203.2 124.46 0)) + (property "Value" "Extension Header 4" (id 1) (at 210.82 127 0)) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (id 2) (at 198.12 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 198.12 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c1c39def-454c-4344-9e7a-9fec6cfe9386)) + (pin "2" (uuid 27b02650-4935-4578-a990-88a681e4e93a)) + ) + + (symbol (lib_id "power:+3.3V") (at 44.45 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 4bb4023b-6734-44f1-a726-c22e1ea89f31) + (property "Reference" "#PWR0114" (id 0) (at 48.26 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 40.64 55.8799 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 44.45 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 44.45 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 77d64187-9a32-4cb7-ab27-0fed691c7f19)) + ) + + (symbol (lib_id "power:VCC") (at 147.32 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 4cd85a6d-0a74-4be7-bd9e-da5df4312a2c) + (property "Reference" "#PWR0112" (id 0) (at 151.13 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 143.51 45.7199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 147.32 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 147.32 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b7437553-682a-4d18-88f9-3e49610e924b)) + ) + + (symbol (lib_id "Device:C_Polarized_Small") (at 48.26 119.38 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 5349d21f-ae15-4449-ab4e-609f6a24ed2e) + (property "Reference" "C1" (id 0) (at 50.8 119.38 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Polarized_Small" (id 1) (at 50.8 120.1038 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (id 2) (at 48.26 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 48.26 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f08831bb-c356-4729-a9f9-ff606326420b)) + (pin "2" (uuid fc4c3e53-c8d8-4232-8259-9e04210aff93)) + ) + + (symbol (lib_id "power:+3.3V") (at 96.52 104.14 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 5879b46d-ca2a-4ae4-bf84-bceb76a59cfa) + (property "Reference" "#PWR0115" (id 0) (at 96.52 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 96.52 99.06 0)) + (property "Footprint" "" (id 2) (at 96.52 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 96.52 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6bfe4215-fb53-4ddd-858e-4420f5e13f4f)) + ) + + (symbol (lib_id "power:GND") (at 212.09 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 662f55f9-66da-471c-927a-e1c2303cfd4b) + (property "Reference" "#PWR0108" (id 0) (at 218.44 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 215.9 45.7199 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 212.09 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 212.09 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 48c31584-b7f8-47ec-9368-209e58d1d4d5)) + ) + + (symbol (lib_id "power:GND") (at 120.65 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 692f298c-21f7-4d1f-a9b7-b66ec0177796) + (property "Reference" "#PWR0106" (id 0) (at 127 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 124.46 45.7199 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 120.65 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 120.65 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 10679ab2-bac4-4d04-b94f-3be25f6734c0)) + ) + + (symbol (lib_id "Regulator_Linear:LM7805_TO220") (at 68.58 116.84 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 6e1731cd-1a49-49d5-824d-2fef7870dbf1) + (property "Reference" "U1" (id 0) (at 68.58 109.22 0)) + (property "Value" "LM7805_TO220" (id 1) (at 68.58 111.76 0)) + (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" (id 2) (at 68.58 111.125 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "https://www.onsemi.cn/PowerSolutions/document/MC7800-D.PDF" (id 3) (at 68.58 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1c2be2ae-8c61-475f-8810-51b5a029768d)) + (pin "2" (uuid 202c9d2c-880e-43b0-86b3-a35e6465e54a)) + (pin "3" (uuid d162c7f8-a199-4381-b3d5-f52a5a13ddb2)) + ) + + (symbol (lib_id "power:+5V") (at 190.5 109.22 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 6f9ec726-f383-4cd9-b5fb-47ed49688652) + (property "Reference" "#PWR0125" (id 0) (at 194.31 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 186.69 109.2199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 190.5 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f24e82a0-28ac-48b3-9f01-5eb517495ac8)) + ) + + (symbol (lib_id "Motor:Fan_4pin") (at 66.04 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 7070c056-c363-4340-a0bc-95f3683ca0de) + (property "Reference" "FAN1" (id 0) (at 66.04 36.83 90)) + (property "Value" "Fan_4pin" (id 1) (at 66.04 39.37 90)) + (property "Footprint" "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (id 2) (at 65.786 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf" (id 3) (at 65.786 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 87242fb7-cba5-41bd-905e-3a579674e49a)) + (pin "2" (uuid b6ffe59e-8a43-4a8a-ae34-771f1591bd6c)) + (pin "3" (uuid b0a7267e-8487-40a5-b2c7-b5cb346d241c)) + (pin "4" (uuid fb73611f-4d85-4f59-a362-5275739598cd)) + ) + + (symbol (lib_id "power:GND") (at 166.37 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 7498629d-ae03-4d5e-b50e-8920c45db1fe) + (property "Reference" "#PWR0111" (id 0) (at 172.72 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 170.18 45.7199 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 166.37 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 166.37 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bed03c70-1320-4771-8d96-500cd9ea22b5)) + ) + + (symbol (lib_id "Motor:Fan_4pin") (at 111.76 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 7dcc9a7e-736a-495d-bc51-2e113618f519) + (property "Reference" "FAN2" (id 0) (at 111.76 36.83 90)) + (property "Value" "Fan_4pin" (id 1) (at 111.76 39.37 90)) + (property "Footprint" "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (id 2) (at 111.506 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf" (id 3) (at 111.506 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid eaa893f0-b613-4973-8343-706bb2010512)) + (pin "2" (uuid edda8031-560c-459a-93e1-b9f330d8266d)) + (pin "3" (uuid a4d90316-0cf6-422e-8505-5f6221631a64)) + (pin "4" (uuid 30cbabed-9f72-454a-aa8b-8d9b11b8a6c3)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 55.88 116.84 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 7e1fcf2f-baf6-447c-b274-01bf8e9ce233) + (property "Reference" "#FLG0101" (id 0) (at 55.88 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 55.88 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "" (id 2) (at 55.88 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 55.88 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5206abf2-5795-43de-881e-477674eb5664)) + ) + + (symbol (lib_id "power:VCC") (at 55.88 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 7f34fae6-0e42-4fb4-a07b-bc2d51c79802) + (property "Reference" "#PWR0101" (id 0) (at 59.69 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 52.07 45.7199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 55.88 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 55.88 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 125d7a76-60cb-4499-beaf-eda74249a9f3)) + ) + + (symbol (lib_id "Device:R") (at 52.07 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 8165a1d5-5fa2-47cf-b4db-7aa9d8ae3cf9) + (property "Reference" "R1" (id 0) (at 52.07 49.53 90)) + (property "Value" "10k" (id 1) (at 52.07 52.07 90)) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 52.07 57.658 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 52.07 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3c13ac99-5b8b-4adf-a5d4-e61a23e8278c)) + (pin "2" (uuid 22680f2e-fd80-4c5a-8c52-830060af231d)) + ) + + (symbol (lib_id "power:GND") (at 190.5 119.38 270) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 898bd276-c5bf-42b5-aaa8-f6e9c7fb350e) + (property "Reference" "#PWR0120" (id 0) (at 184.15 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 186.69 119.3799 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 190.5 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0ecdd667-bb35-4468-b46f-899d75a71cf8)) + ) + + (symbol (lib_id "Connector:Conn_01x02_Female") (at 198.12 119.38 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid 8a8a5428-c781-4394-b90f-fb2fda985a19) + (property "Reference" "EXT3" (id 0) (at 203.2 116.84 0)) + (property "Value" "Extension Header 3" (id 1) (at 210.82 119.38 0)) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (id 2) (at 198.12 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 198.12 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid eb53c5d1-799f-4487-8141-673cb77d793f)) + (pin "2" (uuid 969ff543-e850-4372-9a23-15300f6ba1c9)) + ) + + (symbol (lib_id "power:VCC") (at 101.6 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 8c855f5f-8b58-4e9d-8d0f-5234c21a6561) + (property "Reference" "#PWR0105" (id 0) (at 105.41 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 97.79 45.7199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 101.6 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 101.6 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8ab05a77-0260-4ec0-bf4f-6e60b351395d)) + ) + + (symbol (lib_id "power:+3.3V") (at 190.5 96.52 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 8ce575b7-7461-4ba2-8879-c1b2264872d2) + (property "Reference" "#PWR0118" (id 0) (at 194.31 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 186.69 96.5199 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 190.5 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cb32c99c-0603-4db8-b868-903d7d17968e)) + ) + + (symbol (lib_id "power:+3.3V") (at 90.17 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 90bbdff5-dea3-4acc-982d-c02149503856) + (property "Reference" "#PWR0103" (id 0) (at 93.98 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 86.36 55.8799 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ba4eb5ac-6b98-49d8-8a3e-a79bb890cc45)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 96.52 106.68 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid 9e8887a3-a749-4ff7-affb-516f37092ae0) + (property "Reference" "#FLG0103" (id 0) (at 94.615 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 92.71 106.6799 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "" (id 2) (at 96.52 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 96.52 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid df279417-15aa-4bab-b804-adac60fd0b2b)) + ) + + (symbol (lib_id "PJ-202BH:PJ-202BH") (at 38.1 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid a53a0b3f-2cb9-4cdf-afcc-1d44806230ee) + (property "Reference" "DC1" (id 0) (at 34.8615 109.22 0)) + (property "Value" "PJ-202BH" (id 1) (at 34.8615 111.76 0)) + (property "Footprint" "Custom:CUI_PJ-202BH" (id 2) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "STANDARD" "Manufacturer recommendations" (id 4) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "PART_REV" "1.02" (id 5) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (property "MANUFACTURER" "CUI INC" (id 6) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) (justify left bottom) hide) + ) + (pin "1" (uuid a57f9ad0-5cf0-4540-9ed3-e6f3bcaf40de)) + (pin "2" (uuid f75e16f2-9265-47dc-a2df-1237dc796c99)) + (pin "3" (uuid bbadf8cc-85d2-429b-b0c5-a22b4a984299)) + ) + + (symbol (lib_id "power:+5V") (at 91.44 116.84 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid a68df21f-89b2-40ab-aa5d-ea19be1066c0) + (property "Reference" "#PWR0119" (id 0) (at 91.44 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 91.44 111.76 0)) + (property "Footprint" "" (id 2) (at 91.44 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 91.44 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9ce2634f-05cb-4f0a-956a-46f182e15bee)) + ) + + (symbol (lib_id "power:GND") (at 190.5 111.76 270) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid b92f4195-9428-4df5-8a4d-794ad5b831ea) + (property "Reference" "#PWR0124" (id 0) (at 184.15 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 186.69 111.7599 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 190.5 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9f1b25ed-f31b-4fbc-8926-f240cc037656)) + ) + + (symbol (lib_id "power:GND") (at 190.5 99.06 270) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid bd5511f6-0478-43f8-b65e-a551a1c53a9c) + (property "Reference" "#PWR0117" (id 0) (at 184.15 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 186.69 99.0599 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 190.5 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fc408100-5a63-4f5a-b765-34a2d3dcf235)) + ) + + (symbol (lib_id "power:+3.3V") (at 135.89 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid bd832afb-2737-43bf-8c78-82e8fa51d8ab) + (property "Reference" "#PWR0107" (id 0) (at 139.7 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 132.08 55.8799 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 135.89 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 135.89 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 269195f2-9597-41a7-99d7-9df80afbea21)) + ) + + (symbol (lib_id "Device:R") (at 97.79 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid be2b1dbb-1a4c-4899-a4e4-1dcc083e6b75) + (property "Reference" "R2" (id 0) (at 97.79 49.53 90)) + (property "Value" "10k" (id 1) (at 97.79 52.07 90)) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 97.79 57.658 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 97.79 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6fbf1c09-992a-4200-b565-0ccd85b7740f)) + (pin "2" (uuid 6766c360-fc22-46b3-990c-865e59b5c20c)) + ) + + (symbol (lib_id "power:GND") (at 48.26 128.27 0) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid c4ac34b8-4b73-4225-a5e6-2dfc2568e01a) + (property "Reference" "#PWR0113" (id 0) (at 48.26 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 48.26 133.35 0)) + (property "Footprint" "" (id 2) (at 48.26 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 48.26 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6ac0f3a1-e8ca-4324-9b7b-ab2354f59271)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 57.15 127 180) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid c5c9b3eb-21b5-4d23-a5d0-5b1daffd9b8f) + (property "Reference" "#FLG0102" (id 0) (at 57.15 128.905 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 57.15 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "" (id 2) (at 57.15 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 57.15 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d459f76f-3f3a-47c1-9d38-68157684f528)) + ) + + (symbol (lib_id "Motor:Fan_4pin") (at 157.48 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid cbefbed6-84be-4650-9e13-ef895954f948) + (property "Reference" "FAN3" (id 0) (at 157.48 36.83 90)) + (property "Value" "Fan_4pin" (id 1) (at 157.48 39.37 90)) + (property "Footprint" "Connector:FanPinHeader_1x04_P2.54mm_Vertical" (id 2) (at 157.226 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf" (id 3) (at 157.226 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bd49450f-72a0-4a0a-b51f-b6536a7403a5)) + (pin "2" (uuid 56b83a76-4881-44a6-ac21-cbe861cdf345)) + (pin "3" (uuid 73026574-80d8-4d4d-a359-26c2bbaf70fb)) + (pin "4" (uuid 25150f66-cb68-4b21-91ba-3be9e499a1a2)) + ) + + (symbol (lib_id "power:+3.3V") (at 190.5 116.84 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid d492874d-d05d-49a2-a210-aa738af40820) + (property "Reference" "#PWR0121" (id 0) (at 194.31 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 186.69 116.8399 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 190.5 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4c06494a-60c1-4896-9f73-37a49d52691a)) + ) + + (symbol (lib_id "power:+3.3V") (at 181.61 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid e00864b8-e762-49ce-80cd-e0803ea9d0f2) + (property "Reference" "#PWR0110" (id 0) (at 185.42 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (id 1) (at 177.8 55.8799 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 181.61 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 181.61 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 177d79a8-406b-4d1d-9b6f-81b0749cecbd)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 99.06 116.84 180) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid e144c24d-a165-4d9b-a584-57aa02b61efc) + (property "Reference" "#FLG0104" (id 0) (at 99.06 118.745 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 99.0599 120.65 90) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "" (id 2) (at 99.06 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 99.06 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f74cc5db-afe7-427c-9803-d67b8c3889e9)) + ) + + (symbol (lib_id "Diode:1N5817") (at 83.82 116.84 180) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid e4863576-089a-4931-9e71-3a3cfd4bc095) + (property "Reference" "D1" (id 0) (at 83.5025 123.19 0)) + (property "Value" "1N5817" (id 1) (at 83.5025 120.65 0)) + (property "Footprint" "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal" (id 2) (at 83.82 112.395 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.vishay.com/docs/88525/1n5817.pdf" (id 3) (at 83.82 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 79ebdffe-c15e-492b-ab24-207f950724f1)) + (pin "2" (uuid 22b8b798-0de0-42b7-bf30-83b57d9a4565)) + ) + + (symbol (lib_id "power:GND") (at 74.93 45.72 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid e526b08a-08be-4ced-ba9e-b5cecf9b7a98) + (property "Reference" "#PWR0102" (id 0) (at 81.28 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 78.74 45.7199 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (id 2) (at 74.93 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 74.93 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 96e7654a-0877-41d5-becc-8f2bf414b01e)) + ) + + (symbol (lib_id "Connector:Conn_01x06_Female") (at 198.12 93.98 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid e55ee16a-5a82-47a7-959a-bfb0fe0a58cc) + (property "Reference" "EXT1" (id 0) (at 203.2 92.71 0)) + (property "Value" "Extension Header 1" (id 1) (at 210.82 95.25 0)) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (id 2) (at 198.12 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 198.12 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a763183b-1738-4c95-ba43-57bbabcdc15e)) + (pin "2" (uuid bc1f768a-38ac-49f6-bd7e-5ad2d645b686)) + (pin "3" (uuid 627a779d-87f2-4b2d-af4c-67f841ec28d4)) + (pin "4" (uuid a233cd62-f204-4e4b-9da4-1e0c38c8a7ab)) + (pin "5" (uuid bc61c696-7d0a-4c2c-b29e-1693e9137a18)) + (pin "6" (uuid 3e12d464-78b7-483c-9b96-9e19cde1c69a)) + ) + + (symbol (lib_id "power:VCC") (at 190.5 124.46 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid ec33b89f-832f-4e3d-9747-170199b0d6b1) + (property "Reference" "#PWR0123" (id 0) (at 194.31 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "VCC" (id 1) (at 186.69 124.4599 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 190.5 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 190.5 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 81b8c948-01c9-49c7-ab08-b1f1562dfdd6)) + ) + + (symbol (lib_id "Device:R") (at 143.51 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (fields_autoplaced) + (uuid f43ce07e-b1d6-4954-a2e3-2fe53053b6ac) + (property "Reference" "R3" (id 0) (at 143.51 49.53 90)) + (property "Value" "10k" (id 1) (at 143.51 52.07 90)) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (id 2) (at 143.51 57.658 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 143.51 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dda72034-035d-44a6-bdd4-bc57a546f8e9)) + (pin "2" (uuid 938a2046-33a1-4f55-86f8-2833f7eba052)) + ) + + (symbol (lib_id "Device:C_Polarized_Small") (at 73.66 127 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid f8154dc0-7051-472d-8644-59bbac7556eb) + (property "Reference" "C2" (id 0) (at 73.66 124.46 90)) + (property "Value" "C_Polarized_Small" (id 1) (at 74.2061 123.19 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (id 2) (at 73.66 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 73.66 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9cc1d8b1-2a29-4409-b942-d2bde6d86075)) + (pin "2" (uuid 8b0ae9f5-5786-48f0-a888-41943240969c)) + ) + + (symbol (lib_id "esp32_devkit_v1_doit:ESP32_DevKit_V1_DOIT") (at 137.16 114.3 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid fd8a700d-e9bf-49f8-bfa0-d097a8bed5e7) + (property "Reference" "U2" (id 0) (at 137.16 114.3 90)) + (property "Value" "ESP32_DevKit_V1_DOIT" (id 1) (at 137.16 116.84 90)) + (property "Footprint" "Custom:esp32_devkit_v1_doit" (id 2) (at 102.87 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://aliexpress.com/item/32864722159.html" (id 3) (at 102.87 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 37c79daf-210c-419f-b444-8b21993bca12)) + (pin "10" (uuid 24d46c1d-66f6-41df-afab-0be2b03c2099)) + (pin "11" (uuid 9f41dfaf-9b4d-4dd2-a433-e3ffebe98d87)) + (pin "12" (uuid 15a56584-8b9a-4a12-ae4e-921edc701375)) + (pin "13" (uuid e2ce540c-a8a8-47da-8ce8-03f65179cb59)) + (pin "14" (uuid 77e9e532-8e43-4f97-b960-bcde5b4a00cc)) + (pin "15" (uuid cb55e1d6-7814-48d5-975e-0e4200345eae)) + (pin "16" (uuid d3faad25-94c3-4975-9596-5e3f505e025a)) + (pin "17" (uuid 5a7663b5-e334-4fbe-b92c-49b1eed40d59)) + (pin "18" (uuid 164bbd0b-38ed-49ce-ad49-dcd1ddf744d7)) + (pin "19" (uuid 1b226dbc-ded6-45d2-b4ac-288b821a4570)) + (pin "2" (uuid 9226d5e0-5c05-4ed7-a102-dbb76a69acb0)) + (pin "20" (uuid df3a4827-b9e3-4bdf-ae06-7ee04716b1a5)) + (pin "21" (uuid 25fe0e82-72f6-4044-bf23-f90682783bf7)) + (pin "22" (uuid 491082f3-dcd8-4462-96e7-f8c4504ed572)) + (pin "23" (uuid 6c09b957-9118-464c-98e2-c2db6014c315)) + (pin "24" (uuid 007c7392-81f2-4be6-83ed-0a58d5e17a80)) + (pin "25" (uuid 4701c342-7c44-45de-849f-db55109e2e6e)) + (pin "26" (uuid 3e6c0586-1bf5-4aab-979e-cc1afbcb09ff)) + (pin "27" (uuid bf3b49d5-4b2f-4a93-ba9b-cdab7466b894)) + (pin "28" (uuid d04bf3c0-4c69-4b51-a0b9-1eaffcca2505)) + (pin "29" (uuid d3f4992e-8b3e-4b45-9f10-4a44972cf947)) + (pin "3" (uuid 8d6f5338-5be7-420a-8b21-2672bbd144f0)) + (pin "30" (uuid b04c9059-5198-4ec7-8124-dd0a0e967a64)) + (pin "4" (uuid 956f374a-84a3-4765-82d7-ac678210128a)) + (pin "5" (uuid 540002dc-3e78-489a-9f87-765310dfa9ba)) + (pin "6" (uuid c578ba74-b9f3-4780-9bf9-3fd5d3845b2b)) + (pin "7" (uuid 955256be-3e46-4c7c-994d-57781e3d0f30)) + (pin "8" (uuid 746e188a-085f-44fd-a848-60344baf06ff)) + (pin "9" (uuid 84bb2529-5093-469d-a1fd-c7b27305e9eb)) + ) + + (sheet_instances + (path "/" (page "1")) + ) + + (symbol_instances + (path "/7e1fcf2f-baf6-447c-b274-01bf8e9ce233" + (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/c5c9b3eb-21b5-4d23-a5d0-5b1daffd9b8f" + (reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/9e8887a3-a749-4ff7-affb-516f37092ae0" + (reference "#FLG0103") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/e144c24d-a165-4d9b-a584-57aa02b61efc" + (reference "#FLG0104") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/7f34fae6-0e42-4fb4-a07b-bc2d51c79802" + (reference "#PWR0101") (unit 1) (value "VCC") (footprint "") + ) + (path "/e526b08a-08be-4ced-ba9e-b5cecf9b7a98" + (reference "#PWR0102") (unit 1) (value "GND") (footprint "") + ) + (path "/90bbdff5-dea3-4acc-982d-c02149503856" + (reference "#PWR0103") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/3bded9e8-f01a-4281-9c4c-d8a7a44618dc" + (reference "#PWR0104") (unit 1) (value "GND") (footprint "") + ) + (path "/8c855f5f-8b58-4e9d-8d0f-5234c21a6561" + (reference "#PWR0105") (unit 1) (value "VCC") (footprint "") + ) + (path "/692f298c-21f7-4d1f-a9b7-b66ec0177796" + (reference "#PWR0106") (unit 1) (value "GND") (footprint "") + ) + (path "/bd832afb-2737-43bf-8c78-82e8fa51d8ab" + (reference "#PWR0107") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/662f55f9-66da-471c-927a-e1c2303cfd4b" + (reference "#PWR0108") (unit 1) (value "GND") (footprint "") + ) + (path "/0c315572-075c-48d4-ad3d-0c8aa4c26944" + (reference "#PWR0109") (unit 1) (value "VCC") (footprint "") + ) + (path "/e00864b8-e762-49ce-80cd-e0803ea9d0f2" + (reference "#PWR0110") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/7498629d-ae03-4d5e-b50e-8920c45db1fe" + (reference "#PWR0111") (unit 1) (value "GND") (footprint "") + ) + (path "/4cd85a6d-0a74-4be7-bd9e-da5df4312a2c" + (reference "#PWR0112") (unit 1) (value "VCC") (footprint "") + ) + (path "/c4ac34b8-4b73-4225-a5e6-2dfc2568e01a" + (reference "#PWR0113") (unit 1) (value "GND") (footprint "") + ) + (path "/4bb4023b-6734-44f1-a726-c22e1ea89f31" + (reference "#PWR0114") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/5879b46d-ca2a-4ae4-bf84-bceb76a59cfa" + (reference "#PWR0115") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/26bd18b5-1365-4324-bff8-7f99bb1ba287" + (reference "#PWR0116") (unit 1) (value "VCC") (footprint "") + ) + (path "/bd5511f6-0478-43f8-b65e-a551a1c53a9c" + (reference "#PWR0117") (unit 1) (value "GND") (footprint "") + ) + (path "/8ce575b7-7461-4ba2-8879-c1b2264872d2" + (reference "#PWR0118") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/a68df21f-89b2-40ab-aa5d-ea19be1066c0" + (reference "#PWR0119") (unit 1) (value "+5V") (footprint "") + ) + (path "/898bd276-c5bf-42b5-aaa8-f6e9c7fb350e" + (reference "#PWR0120") (unit 1) (value "GND") (footprint "") + ) + (path "/d492874d-d05d-49a2-a210-aa738af40820" + (reference "#PWR0121") (unit 1) (value "+3.3V") (footprint "") + ) + (path "/004ffe44-989a-428b-ba28-e20959a030a2" + (reference "#PWR0122") (unit 1) (value "GND") (footprint "") + ) + (path "/ec33b89f-832f-4e3d-9747-170199b0d6b1" + (reference "#PWR0123") (unit 1) (value "VCC") (footprint "") + ) + (path "/b92f4195-9428-4df5-8a4d-794ad5b831ea" + (reference "#PWR0124") (unit 1) (value "GND") (footprint "") + ) + (path "/6f9ec726-f383-4cd9-b5fb-47ed49688652" + (reference "#PWR0125") (unit 1) (value "+5V") (footprint "") + ) + (path "/5349d21f-ae15-4449-ab4e-609f6a24ed2e" + (reference "C1") (unit 1) (value "C_Polarized_Small") (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm") + ) + (path "/f8154dc0-7051-472d-8644-59bbac7556eb" + (reference "C2") (unit 1) (value "C_Polarized_Small") (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm") + ) + (path "/e4863576-089a-4931-9e71-3a3cfd4bc095" + (reference "D1") (unit 1) (value "1N5817") (footprint "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal") + ) + (path "/a53a0b3f-2cb9-4cdf-afcc-1d44806230ee" + (reference "DC1") (unit 1) (value "PJ-202BH") (footprint "Custom:CUI_PJ-202BH") + ) + (path "/e55ee16a-5a82-47a7-959a-bfb0fe0a58cc" + (reference "EXT1") (unit 1) (value "Extension Header 1") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical") + ) + (path "/162ba9c6-461a-425c-b093-463deae505c8" + (reference "EXT2") (unit 1) (value "Extension Header 2") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical") + ) + (path "/8a8a5428-c781-4394-b90f-fb2fda985a19" + (reference "EXT3") (unit 1) (value "Extension Header 3") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical") + ) + (path "/46ad184e-7041-4f73-ab8e-97b2958cd43d" + (reference "EXT4") (unit 1) (value "Extension Header 4") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical") + ) + (path "/7070c056-c363-4340-a0bc-95f3683ca0de" + (reference "FAN1") (unit 1) (value "Fan_4pin") (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical") + ) + (path "/7dcc9a7e-736a-495d-bc51-2e113618f519" + (reference "FAN2") (unit 1) (value "Fan_4pin") (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical") + ) + (path "/cbefbed6-84be-4650-9e13-ef895954f948" + (reference "FAN3") (unit 1) (value "Fan_4pin") (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical") + ) + (path "/35ceb9d0-ae85-43d6-ab5d-6e85e4b7352c" + (reference "FAN4") (unit 1) (value "Fan_4pin") (footprint "Connector:FanPinHeader_1x04_P2.54mm_Vertical") + ) + (path "/8165a1d5-5fa2-47cf-b4db-7aa9d8ae3cf9" + (reference "R1") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal") + ) + (path "/be2b1dbb-1a4c-4899-a4e4-1dcc083e6b75" + (reference "R2") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal") + ) + (path "/f43ce07e-b1d6-4954-a2e3-2fe53053b6ac" + (reference "R3") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal") + ) + (path "/3be28922-6809-45d0-b56c-79808349a73d" + (reference "R4") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal") + ) + (path "/6e1731cd-1a49-49d5-824d-2fef7870dbf1" + (reference "U1") (unit 1) (value "LM7805_TO220") (footprint "Package_TO_SOT_THT:TO-220-3_Vertical") + ) + (path "/fd8a700d-e9bf-49f8-bfa0-d097a8bed5e7" + (reference "U2") (unit 1) (value "ESP32_DevKit_V1_DOIT") (footprint "Custom:esp32_devkit_v1_doit") + ) + ) +) diff --git a/pcb/WiFiFanCon/WiFiFanCon.round-tracks-config b/pcb/WiFiFanCon/WiFiFanCon.round-tracks-config new file mode 100644 index 0000000..a11ba98 --- /dev/null +++ b/pcb/WiFiFanCon/WiFiFanCon.round-tracks-config @@ -0,0 +1,4 @@ +Default True 2.0 3 +Power True 2.0 3 +Power_low True 2.0 3 +False True diff --git a/pcb/WiFiFanCon/fp-info-cache b/pcb/WiFiFanCon/fp-info-cache new file mode 100644 index 0000000..e5fd014 --- /dev/null +++ b/pcb/WiFiFanCon/fp-info-cache @@ -0,0 +1,85688 @@ +20165872602156058 +Audio_Module +Reverb_BTDR-1H +Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) +audio belton reverb +0 +7 +7 +Audio_Module +Reverb_BTDR-1V +Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) +audio belton reverb +0 +7 +7 +Battery +BatteryHolder_Bulgin_BX0036_1xC +Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf) +Bulgin BX0036 +0 +2 +2 +Battery +BatteryHolder_ComfortableElectronic_CH273-2450_1x2450 +Comfortable Electronic CR2450 battery holder, http://www.comf.com.tw/ProductDetail.asp?no=148 +Comfortable Electronic CR2450 +0 +2 +2 +Battery +BatteryHolder_Eagle_12BH611-GR +https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf +9V Battery Holder +0 +2 +2 +Battery +BatteryHolder_Keystone_103_1x20mm +http://www.keyelco.com/product-pdf.cfm?p=719 +Keystone type 103 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_104_1x23mm +http://www.keyelco.com/product-pdf.cfm?p=744 +Keystone type 104 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_105_1x2430 +http://www.keyelco.com/product-pdf.cfm?p=745 +Keystone type 105 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_106_1x20mm +http://www.keyelco.com/product-pdf.cfm?p=720 +Keystone type 106 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_107_1x23mm +http://www.keyelco.com/product-pdf.cfm?p=746 +Keystone type 107 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_500 +Keystone #500, CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 +CR1220 battery holder +0 +2 +2 +Battery +BatteryHolder_Keystone_1042_1x18650 +Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 +18650 Keystone 1042 Li-ion +0 +2 +2 +Battery +BatteryHolder_Keystone_1058_1x2032 +http://www.keyelco.com/product-pdf.cfm?p=14028 +Keystone type 1058 coin cell retainer +0 +2 +2 +Battery +BatteryHolder_Keystone_1060_1x2032 +http://www.keyelco.com/product-pdf.cfm?p=726 +CR2032 BR2032 BatteryHolder Battery +0 +2 +2 +Battery +BatteryHolder_Keystone_2460_1xAA +https://www.keyelco.com/product-pdf.cfm?p=1025 +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2462_2xAA +2xAA cell battery holder, Keystone P/N 2462, https://www.keyelco.com/product-pdf.cfm?p=1027 +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2466_1xAAA +1xAAA Battery Holder, Keystone, Plastic Case, http://www.keyelco.com/product-pdf.cfm?p=1031 +AAA battery holder Keystone +0 +2 +2 +Battery +BatteryHolder_Keystone_2468_2xAAA +2xAAA cell battery holder, Keystone P/N 2468, http://www.keyelco.com/product-pdf.cfm?p=1033 +AAA battery cell holder +0 +2 +2 +Battery +BatteryHolder_Keystone_2479_3xAAA +Keystone Battery Holder, 2479, Battery Type 3xAAA (Script generated with StandardBox.py) (Keystone Battery Holder, 2479, Battery Type 3xAAA) +Keystone Battery Holder 2479 Battery Type 3xAAA +0 +2 +2 +Battery +BatteryHolder_Keystone_2993 +http://www.keyelco.com/product-pdf.cfm?p=776 +Keystone type 2993 negative battery contact +0 +1 +1 +Battery +BatteryHolder_Keystone_2998_1x6.8mm +www.keyelco.com/product-pdf.cfm?p=763 +Keystone type 2998 battery holder +0 +3 +2 +Battery +BatteryHolder_Keystone_3000_1x12mm +http://www.keyelco.com/product-pdf.cfm?p=777 +Keystone type 3000 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3001_1x12mm +http://www.keyelco.com/product-pdf.cfm?p=778 +Keystone type 3001 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3002_1x2032 +https://www.tme.eu/it/Document/a823211ec201a9e209042d155fe22d2b/KEYS2996.pdf +BR2016 CR2016 DL2016 BR2020 CL2020 BR2025 CR2025 DL2025 DR2032 CR2032 DL2032 +0 +3 +2 +Battery +BatteryHolder_Keystone_3008_1x2450 +http://www.keyelco.com/product-pdf.cfm?p=786 +Keystone type 3008 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3009_1x2450 +http://www.keyelco.com/product-pdf.cfm?p=787 +Keystone type 3009 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_Keystone_3034_1x20mm +Keystone 3034 SMD battery holder for 2020, 2025 and 2032 coincell batteries. http://www.keyelco.com/product-pdf.cfm?p=798 +Keystone type 3034 coin cell retainer +0 +3 +2 +Battery +BatteryHolder_LINX_BAT-HLD-012-SMT +SMT battery holder for CR1216/1220/1225, https://linxtechnologies.com/wp/wp-content/uploads/bat-hld-012-smt.pdf +battery holder coin cell cr1216 cr1220 cr1225 +0 +3 +2 +Battery +BatteryHolder_MPD_BA9VPC_1xPP3 +1xPP3 (9V) battery holder, Memory Protection Devices P/N BA9VPC, http://www.memoryprotectiondevices.com/datasheets/BA9VPC-datasheet.pdf +PP3 Battery Holder BA9VPC 9V +0 +2 +2 +Battery +BatteryHolder_MPD_BC2AAPC_2xAA +2xAA cell battery holder, Memory Protection Devices P/N BC2AAPC, http://www.memoryprotectiondevices.com/datasheets/BC2AAPC-datasheet.pdf +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_MPD_BC12AAPC_2xAA +2xAA cell battery holder, Memory Protection Devices P/N BC12AAPC, http://www.memoryprotectiondevices.com/datasheets/BC12AAPC-datasheet.pdf +AA battery cell holder +0 +2 +2 +Battery +BatteryHolder_MPD_BC2003_1x2032 +http://www.memoryprotectiondevices.com/datasheets/BC-2003-datasheet.pdf +BC2003 CR2032 2032 Battery Holder +0 +3 +2 +Battery +BatteryHolder_MPD_BH-18650-PC2 +18650 Battery Holder (http://www.memoryprotectiondevices.com/datasheets/BK-18650-PC2-datasheet.pdf) +18650 Battery Holder +0 +2 +2 +Battery +BatteryHolder_Seiko_MS621F +Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg +Seiko MS621F +0 +2 +2 +Battery +BatteryHolder_TruPower_BH-331P_3xAA +Keystone Battery Holder BH-331P Battery Type 3xAA (Script generated with StandardBox.py) (Keystone Battery Holder BH-331P Battery Type 3xAA) +Battery Holder BH-331P Battery Type 3xAA +0 +2 +2 +Battery +Battery_CR1225 +CR1225 battery +battery CR1225 coin cell +0 +0 +0 +Battery +Battery_Panasonic_CR1025-VSK_Vertical_CircularHoles +Panasonic CR-1025/VSK battery +battery CR-1025 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR1220-VCN_Vertical_CircularHoles +Panasonic CR-1220/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.PDF +battery CR-1220 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR1632-V1AN_Vertical_CircularHoles +Panasonic CR-1632-V1AN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D464.PDF +battery CR-1632 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2025-V1AK_Vertical_CircularHoles +Panasonic CR-2025/V1AK battery, +battery CR-2025 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2032-VS1N_Vertical_CircularHoles +Panasonic CR-2032/VS1N battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D348.PDF +battery CR-2032 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2354-VCN_Vertical_CircularHoles +Panasonic CR-2354/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D486.PDF +battery CR-2354/VCN coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR2450-VAN_Vertical_CircularHoles +Panasonic CR-2450/VAN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D492.PDF +battery CR-2450 coin cell +0 +2 +2 +Battery +Battery_Panasonic_CR2477-VCN_Vertical_CircularHoles +Panasonic CR-2477/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D502.PDF +battery CR-2477 coin cell vertical +0 +2 +2 +Battery +Battery_Panasonic_CR3032-VCN_Vertical_CircularHoles +Panasonic CR-3032/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D508.PDF +battery CR-3032 coin cell vertical +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.00u_PCB +Cherry MX keyswitch, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.00u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.00u_Plate +Cherry MX keyswitch, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.00u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.25u_PCB +Cherry MX keyswitch, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.25u_Plate +Cherry MX keyswitch, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.50u_PCB +Cherry MX keyswitch, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.50u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.50u_Plate +Cherry MX keyswitch, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.50u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.75u_PCB +Cherry MX keyswitch, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.75u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_1.75u_Plate +Cherry MX keyswitch, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 1.75u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_PCB +Cherry MX keyswitch, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Plate +Cherry MX keyswitch, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Vertical_PCB +Cherry MX keyswitch, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u vertical PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.00u_Vertical_Plate +Cherry MX keyswitch, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.00u vertical plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.25u_PCB +Cherry MX keyswitch, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.25u_Plate +Cherry MX keyswitch, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.75u_PCB +Cherry MX keyswitch, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.75u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_2.75u_Plate +Cherry MX keyswitch, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 2.75u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_6.25u_PCB +Cherry MX keyswitch, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 6.25u PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_6.25u_Plate +Cherry MX keyswitch, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch 6.25u plate +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_ISOEnter_PCB +Cherry MX keyswitch, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch ISO enter PCB +0 +2 +2 +Button_Switch_Keyboard +SW_Cherry_MX_ISOEnter_Plate +Cherry MX keyswitch, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf +Cherry MX keyswitch ISO enter plate +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.00u +Matias/ALPS keyswitch, 1.00u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.00u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.25u +Matias/ALPS keyswitch, 1.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.50u +Matias/ALPS keyswitch, 1.50u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.50u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_1.75u +Matias/ALPS keyswitch, 1.75u, http://matias.ca/switches/ +Matias ALPS keyswitch 1.75u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.00u +Matias/ALPS keyswitch, 2.00u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.00u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.25u +Matias/ALPS keyswitch, 2.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_2.75u +Matias/ALPS keyswitch, 2.75u, http://matias.ca/switches/ +Matias ALPS keyswitch 2.75u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_6.25u +Matias/ALPS keyswitch, 6.25u, http://matias.ca/switches/ +Matias ALPS keyswitch 6.25u +0 +2 +2 +Button_Switch_Keyboard +SW_Matias_ISOEnter +Matias/ALPS keyswitch, ISO Enter, http://matias.ca/switches/ +Matias ALPS keyswitch ISO enter +0 +2 +2 +Button_Switch_SMD +Nidec_Copal_SH-7010A +4-bit rotary coded switch, J-hook, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_SMD +Nidec_Copal_SH-7010B +4-bit rotary coded switch, gull wing, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_SMD +Nidec_Copal_SH-7040B +4-bit rotary coded switch, gull wing, Gray code, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +5 +5 +Button_Switch_SMD +Panasonic_EVQPUJ_EVQPUA +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUJ EVQPUA +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUK_EVQPUB +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUK EVQPUB +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUL_EVQPUC +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUL EVQPUC +0 +4 +2 +Button_Switch_SMD +Panasonic_EVQPUM_EVQPUD +http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf +SMD SMT SPST EVQPUM EVQPUD +0 +4 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 1x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile +SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm +SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin +SMD 1x-dip-switch SPST Copal_CHS-01A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm +SMD 1x-dip-switch SPST Copal_CHS-01B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm +SMD 1x-dip-switch SPST Copal_CVS-01xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +6 +3 +Button_Switch_SMD +SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm +SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +2 +2 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 2x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile +SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm +SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin +SMD 2x-dip-switch SPST Copal_CHS-02A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm +SMD 2x-dip-switch SPST Copal_CHS-02B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Copal_CVS-02xB_W5.9mm_P1mm +SMD 2x-dip-switch SPST Copal_CVS-02xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +8 +5 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_KingTek_DSHP02TJ_W5.25mm_P1.27mm_JPin +SMD 2x-dip-switch SPST KingTek_DSHP02TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_KingTek_DSHP02TS_W7.62mm_P1.27mm +SMD 2x-dip-switch SPST KingTek_DSHP02TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Omron_A6H-2101_W6.15mm_P1.27mm +SMD 2x-dip-switch SPST Omron_A6H-2101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx02_Slide_Omron_A6S-210x_W8.9mm_P2.54mm +SMD 2x-dip-switch SPST Omron_A6S-210x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +4 +4 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 3x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W8.61mm_P2.54mm_LowProfile +SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_9.78x9.8mm_W8.61mm_P2.54mm +SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_Copal_CVS-03xB_W5.9mm_P1mm +SMD 3x-dip-switch SPST Copal_CVS-03xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +10 +7 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_KingTek_DSHP03TJ_W5.25mm_P1.27mm_JPin +SMD 3x-dip-switch SPST KingTek_DSHP03TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_KingTek_DSHP03TS_W7.62mm_P1.27mm +SMD 3x-dip-switch SPST KingTek_DSHP03TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx03_Slide_Omron_A6S-310x_W8.9mm_P2.54mm +SMD 3x-dip-switch SPST Omron_A6S-310x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +6 +6 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 4x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W8.61mm_P2.54mm_LowProfile +SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm +SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CHS-04A_W5.08mm_P1.27mm_JPin +SMD 4x-dip-switch SPST Copal_CHS-04A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CHS-04B_W7.62mm_P1.27mm +SMD 4x-dip-switch SPST Copal_CHS-04B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Copal_CVS-04xB_W5.9mm_P1mm +SMD 4x-dip-switch SPST Copal_CVS-04xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +12 +9 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_KingTek_DSHP04TJ_W5.25mm_P1.27mm_JPin +SMD 4x-dip-switch SPST KingTek_DSHP04TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_KingTek_DSHP04TS_W7.62mm_P1.27mm +SMD 4x-dip-switch SPST KingTek_DSHP04TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Omron_A6H-4101_W6.15mm_P1.27mm +SMD 4x-dip-switch SPST Omron_A6H-4101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx04_Slide_Omron_A6S-410x_W8.9mm_P2.54mm +SMD 4x-dip-switch SPST Omron_A6S-410x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +8 +8 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 5x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W8.61mm_P2.54mm_LowProfile +SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_9.78x14.88mm_W8.61mm_P2.54mm +SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_KingTek_DSHP05TJ_W5.25mm_P1.27mm_JPin +SMD 5x-dip-switch SPST KingTek_DSHP05TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_KingTek_DSHP05TS_W7.62mm_P1.27mm +SMD 5x-dip-switch SPST KingTek_DSHP05TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx05_Slide_Omron_A6S-510x_W8.9mm_P2.54mm +SMD 5x-dip-switch SPST Omron_A6S-510x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +10 +10 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 6x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W8.61mm_P2.54mm_LowProfile +SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_9.78x17.42mm_W8.61mm_P2.54mm +SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Copal_CHS-06A_W5.08mm_P1.27mm_JPin +SMD 6x-dip-switch SPST Copal_CHS-06A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Copal_CHS-06B_W7.62mm_P1.27mm +SMD 6x-dip-switch SPST Copal_CHS-06B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_KingTek_DSHP06TJ_W5.25mm_P1.27mm_JPin +SMD 6x-dip-switch SPST KingTek_DSHP06TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_KingTek_DSHP06TS_W7.62mm_P1.27mm +SMD 6x-dip-switch SPST KingTek_DSHP06TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Omron_A6H-6101_W6.15mm_P1.27mm +SMD 6x-dip-switch SPST Omron_A6H-6101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx06_Slide_Omron_A6S-610x_W8.9mm_P2.54mm +SMD 6x-dip-switch SPST Omron_A6S-610x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +12 +12 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 7x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W8.61mm_P2.54mm_LowProfile +SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_9.78x19.96mm_W8.61mm_P2.54mm +SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_KingTek_DSHP07TJ_W5.25mm_P1.27mm_JPin +SMD 7x-dip-switch SPST KingTek_DSHP07TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_KingTek_DSHP07TS_W7.62mm_P1.27mm +SMD 7x-dip-switch SPST KingTek_DSHP07TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx07_Slide_Omron_A6S-710x_W8.9mm_P2.54mm +SMD 7x-dip-switch SPST Omron_A6S-710x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +14 +14 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 8x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W8.61mm_P2.54mm_LowProfile +SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_9.78x22.5mm_W8.61mm_P2.54mm +SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CHS-08A_W5.08mm_P1.27mm_JPin +SMD 8x-dip-switch SPST Copal_CHS-08A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CHS-08B_W7.62mm_P1.27mm +SMD 8x-dip-switch SPST Copal_CHS-08B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Copal_CVS-08xB_W5.9mm_P1mm +SMD 8x-dip-switch SPST Copal_CVS-08xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) +SMD DIP Switch SPST Slide 5.9mm 232mil +0 +20 +17 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_KingTek_DSHP08TJ_W5.25mm_P1.27mm_JPin +SMD 8x-dip-switch SPST KingTek_DSHP08TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_KingTek_DSHP08TS_W7.62mm_P1.27mm +SMD 8x-dip-switch SPST KingTek_DSHP08TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Omron_A6H-8101_W6.15mm_P1.27mm +SMD 8x-dip-switch SPST Omron_A6H-8101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx08_Slide_Omron_A6S-810x_W8.9mm_P2.54mm +SMD 8x-dip-switch SPST Omron_A6S-810x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +16 +16 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 9x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W8.61mm_P2.54mm_LowProfile +SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_9.78x25.04mm_W8.61mm_P2.54mm +SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_KingTek_DSHP09TJ_W5.25mm_P1.27mm_JPin +SMD 9x-dip-switch SPST KingTek_DSHP09TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_KingTek_DSHP09TS_W7.62mm_P1.27mm +SMD 9x-dip-switch SPST KingTek_DSHP09TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx09_Slide_Omron_A6S-910x_W8.9mm_P2.54mm +SMD 9x-dip-switch SPST Omron_A6S-910x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +18 +18 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 10x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W8.61mm_P2.54mm_LowProfile +SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_9.78x27.58mm_W8.61mm_P2.54mm +SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Copal_CHS-10A_W5.08mm_P1.27mm_JPin +SMD 10x-dip-switch SPST Copal_CHS-10A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin +SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Copal_CHS-10B_W7.62mm_P1.27mm +SMD 10x-dip-switch SPST Copal_CHS-10B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD +SMD DIP Switch SPST Slide 7.62mm 300mil SMD +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_KingTek_DSHP10TJ_W5.25mm_P1.27mm_JPin +SMD 10x-dip-switch SPST KingTek_DSHP10TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin +SMD DIP Switch SPST Slide 5.25mm 206mil JPin +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_KingTek_DSHP10TS_W7.62mm_P1.27mm +SMD 10x-dip-switch SPST KingTek_DSHP10TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) +SMD DIP Switch SPST Slide 7.62mm 300mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Omron_A6H-10101_W6.15mm_P1.27mm +SMD 10x-dip-switch SPST Omron_A6H-10101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) +SMD DIP Switch SPST Slide 6.15mm 242mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx10_Slide_Omron_A6S-1010x_W8.9mm_P2.54mm +SMD 10x-dip-switch SPST Omron_A6S-1010x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) +SMD DIP Switch SPST Slide 8.9mm 350mil +0 +20 +20 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 11x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W8.61mm_P2.54mm_LowProfile +SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx11_Slide_9.78x30.12mm_W8.61mm_P2.54mm +SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +22 +22 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W6.73mm_P2.54mm_LowProfile_JPin +SMD 12x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin +SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin +0 +24 +24 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile +SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile +SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile +0 +24 +24 +Button_Switch_SMD +SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm +SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD +SMD DIP Switch SPST Slide 8.61mm 338mil SMD +0 +24 +24 +Button_Switch_SMD +SW_DPDT_CK_JS202011JCQN +Sub-miniature slide switch, vertical, SMT J bend https://dznh3ojzb2azq.cloudfront.net/products/Slide/JS/documents/datasheet.pdf +switch DPDT SMT +0 +6 +6 +Button_Switch_SMD +SW_MEC_5GSH9 +MEC 5G single pole normally-open tactile switch +switch normally-open pushbutton push-button +0 +4 +4 +Button_Switch_SMD +SW_Push_1P1T-MP_NO_Horizontal_Alps_SKRTLAE010 +Side push button (https://www.alps.com/prod/info/E/PDF/Tact/SurfaceMount/SKRT/SKRT.pdf) +push horizontal SPST 1P1T +0 +5 +3 +Button_Switch_SMD +SW_Push_1P1T-SH_NO_CK_KMR2xxG +CK components KMR2 tactile switch with ground pin http://www.ckswitches.com/media/1479/kmr2.pdf +tactile switch kmr2 +0 +5 +3 +Button_Switch_SMD +SW_Push_1P1T_NO_6x6mm_H9.5mm +tactile push button, 6x6mm e.g. PTS645xx series, height=9.5mm +tact sw push 6mm smd +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KMR2 +CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf +tactile switch kmr2 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KSC6xxJ +CK components KSC6 tactile switch https://www.ckswitches.com/media/1972/ksc6.pdf +tactile switch ksc6 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_KSC7xxJ +CK components KSC7 tactile switch https://www.ckswitches.com/media/1973/ksc7.pdf +tactile switch ksc7 +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR +C&K Switches 1P1T SMD PTS125 Series 12mm Tact Switch with Pegs, https://www.ckswitches.com/media/1462/pts125.pdf +Button Tactile Switch SPST 1P1T +0 +4 +2 +Button_Switch_SMD +SW_Push_1P1T_NO_Vertical_Wuerth_434133025816 +https://katalog.we-online.com/em/datasheet/434133025816.pdf +tactile switch Wurth Wuerth +0 +4 +2 +Button_Switch_SMD +SW_Push_SPST_NO_Alps_SKRK +http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html +SMD SMT button +0 +2 +2 +Button_Switch_SMD +SW_SP3T_PCM13 +Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf + +0 +8 +4 +Button_Switch_SMD +SW_SPDT_CK-JS102011SAQN +Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf +switch spdt +0 +3 +3 +Button_Switch_SMD +SW_SPDT_PCM12 +Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf + +0 +7 +3 +Button_Switch_SMD +SW_SPST_B3S-1000 +Surface Mount Tactile Switch for High-Density Packaging +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3S-1100 +Surface Mount Tactile Switch for High-Density Packaging with Ground Terminal +Tactile Switch +0 +5 +3 +Button_Switch_SMD +SW_SPST_B3SL-1002P +Middle Stroke Tactile Switch, B3SL +Middle Stroke Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3SL-1022P +Middle Stroke Tactile Switch, B3SL +Middle Stroke Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_B3U-1000P +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-1000P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, with Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-1100P +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, without Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-1100P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, with Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-3000P +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, without Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-3000P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, with Boss +Tactile Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_B3U-3100P +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, without Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_B3U-3100P-B +Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, with Boss +Tactile Switch +0 +3 +3 +Button_Switch_SMD +SW_SPST_CK_KXT3 +https://www.ckswitches.com/media/1465/kxt3.pdf +Switch SPST KXT3 +0 +2 +2 +Button_Switch_SMD +SW_SPST_CK_RS282G05A3 +https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf +SPST button tactile switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_EVPBF +Light Touch Switch + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP0 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP2 +Light Touch Switch + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP7A +Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQP7C +Light Touch Switch + +0 +4 +2 +Button_Switch_SMD +SW_SPST_EVQPE1 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf + +0 +2 +2 +Button_Switch_SMD +SW_SPST_EVQQ2 +Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf + +0 +4 +2 +Button_Switch_SMD +SW_SPST_FSMSM +http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English +SPST button tactile switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-100xP +Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-101xP +Surface Mount Tactile Switch for High-Density Mounting, 4.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Omron_B3FS-105xP +Surface Mount Tactile Switch for High-Density Mounting, 7.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf +Tactile Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_PTS645 +C&K Components SPST SMD PTS645 Series 6mm Tact Switch +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_PTS810 +C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08 +Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf +SMD SMT SPST EVQPL EVQPT +0 +6 +3 +Button_Switch_SMD +SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15 +Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf +SMD SMT SPST EVQPL EVQPT +0 +6 +3 +Button_Switch_SMD +SW_SPST_REED_CT05-XXXX-G1 +Coto Technologies SPST Reed Switch CT05-XXXX-G1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT05-XXXX-J1 +Coto Technologies SPST Reed Switch CT05-XXXX-J1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G1 +Coto Technologies SPST Reed Switch CT10-XXXX-G1 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G2 +Coto Technologies SPST Reed Switch CT10-XXXX-G2 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_REED_CT10-XXXX-G4 +Coto Technologies SPST Reed Switch CT10-XXXX-G4 +Coto Reed SPST Switch +0 +2 +2 +Button_Switch_SMD +SW_SPST_SKQG_WithStem +ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_SKQG_WithoutStem +ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html +SPST Button Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305A +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305B +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3305C +https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf +TL3305 Series Tact Switch +0 +4 +2 +Button_Switch_SMD +SW_SPST_TL3342 +Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf +SPST Tactile Switch +0 +4 +2 +Button_Switch_THT +KSA_Tactile_SPST +KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SWITCH SMD KSA SW +0 +5 +5 +Button_Switch_THT +Nidec_Copal_SH-7010C +4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf +rotary switch bcd +0 +6 +5 +Button_Switch_THT +Push_E-Switch_KS01Q01 +E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf +Push Button +0 +4 +4 +Button_Switch_THT +SW_CW_GPTS203211B +SPST Off-On Pushbutton, 1A, 30V, CW Industries P/N GPTS203211B, http://switches-connectors-custom.cwind.com/Asset/GPTS203211BR2.pdf +SPST button switch Off-On +0 +2 +2 +Button_Switch_THT +SW_CuK_JS202011AQN_DPDT_Angled +CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf +switch DPDT +0 +6 +6 +Button_Switch_THT +SW_CuK_JS202011CQN_DPDT_Straight +CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf +switch DPDT +0 +6 +6 +Button_Switch_THT +SW_CuK_OS102011MA1QN1_SPDT_Angled +CuK miniature slide switch, OS series, SPDT, right angle, http://www.ckswitches.com/media/1428/os.pdf +switch SPDT +0 +5 +3 +Button_Switch_THT +SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm +1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm +DIP Switch SPST Piano 7.62mm 300mil +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile +1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm +1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +2 +2 +Button_Switch_THT +SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm +2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm +DIP Switch SPST Piano 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm +2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile +2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm +2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +4 +4 +Button_Switch_THT +SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm +3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm +DIP Switch SPST Piano 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm +3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile +3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm +3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +6 +6 +Button_Switch_THT +SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm +4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm +DIP Switch SPST Piano 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm +4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile +4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm +4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +8 +8 +Button_Switch_THT +SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm +5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm +DIP Switch SPST Piano 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm +5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile +5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm +5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +10 +10 +Button_Switch_THT +SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm +6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm +DIP Switch SPST Piano 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm +6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile +6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm +6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +12 +12 +Button_Switch_THT +SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm +7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm +DIP Switch SPST Piano 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm +7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile +7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm +7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +14 +14 +Button_Switch_THT +SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm +8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm +DIP Switch SPST Piano 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm +8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile +8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm +8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +16 +16 +Button_Switch_THT +SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm +9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm +DIP Switch SPST Piano 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm +9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile +9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm +9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +18 +18 +Button_Switch_THT +SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm +10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm +DIP Switch SPST Piano 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm +10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile +10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm +10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +20 +20 +Button_Switch_THT +SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm +11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm +DIP Switch SPST Piano 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm +11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile +11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm +11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +22 +22 +Button_Switch_THT +SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm +12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm +DIP Switch SPST Piano 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm +12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) +DIP Switch SPST Piano 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile +12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile +DIP Switch SPST Slide 7.62mm 300mil LowProfile +0 +24 +24 +Button_Switch_THT +SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm +12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) +DIP Switch SPST Slide 7.62mm 300mil +0 +24 +24 +Button_Switch_THT +SW_E-Switch_EG1224_SPDT_Angled +E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf +switch SPDT +0 +7 +3 +Button_Switch_THT +SW_E-Switch_EG1271_DPDT +E-Switch sub miniature slide switch, EG series, DPDT, http://spec_sheets.e-switch.com/specs/P040047.pdf +switch DPDT +0 +6 +6 +Button_Switch_THT +SW_E-Switch_EG2219_DPDT_Angled +E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf +switch DPDT +0 +10 +6 +Button_Switch_THT +SW_Lever_1P2T_NKK_GW12LxH +Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf +switch single-pole double-throw spdt ON-ON horizontal +0 +5 +3 +Button_Switch_THT +SW_MEC_5GTH9 +MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf +switch normally-open pushbutton push-button +0 +4 +2 +Button_Switch_THT +SW_NKK_BB15AH +https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf +Pushbutton Right-angle +0 +5 +3 +Button_Switch_THT +SW_NKK_G1xJP +Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf +SWITCH TOGGLE ILLUM SPDT NKK +0 +6 +6 +Button_Switch_THT +SW_NKK_GW12LJP +Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf +switch single-pole double-throw spdt ON-ON illuminated LED +0 +6 +6 +Button_Switch_THT +SW_PUSH-12mm +SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf +tact sw push 12mm +0 +4 +2 +Button_Switch_THT +SW_PUSH-12mm_Wuerth-430476085716 +SW PUSH 12mm http://katalog.we-online.de/em/datasheet/430476085716.pdf +tact sw push 12mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm +https://www.omron.com/ecb/products/pdf/en-b3f.pdf +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H4.3mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H7.3mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H8.5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H8mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H9.5mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_6mm_H13mm +tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm +tact sw push 6mm +0 +4 +2 +Button_Switch_THT +SW_PUSH_E-Switch_FS5700DP_DPDT +FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf +switch DPDT footswitch +0 +6 +6 +Button_Switch_THT +SW_PUSH_LCD_E3_SAxxxx +Switch with LCD screen E3 SAxxxx +switch normally-open pushbutton push-button LCD +0 +6 +6 +Button_Switch_THT +SW_PUSH_LCD_E3_SAxxxx_SocketPins +Switch with LCD screen E3 SAxxxx +switch normally-open pushbutton push-button LCD +0 +6 +6 +Button_Switch_THT +SW_Push_1P1T_NO_LED_E-Switch_TL1250 +illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf +led push switch right angle +0 +6 +4 +Button_Switch_THT +SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6 + right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf +IP67 ultra-miniture horizontal +0 +5 +3 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH1xxxxxxV2 +momentary / push-push button, h=17.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH2xxxxxxV2 +momentary / push-push button, h=23mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH3xxxxxxV2 +momentary / push-push button, h=20.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P1T_Toggle_CK_PVA1xxH4xxxxxxV2 +momentary / push-push button, h=15mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA1 DPST +0 +4 +4 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2OAH5xxxxxxV2 +momentary / push-push button, h=13mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH1xxxxxxV2 +momentary / push-push button, h=17.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH2xxxxxxV2 +momentary / push-push button, h=23mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH3xxxxxxV2 +momentary / push-push button, h=20.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Toggle_CK_PVA2xxH4xxxxxxV2 +momentary / push-push button, h=15mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf +tact sw push PVA2 DPDT +0 +6 +6 +Button_Switch_THT +SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6 + right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf +IP67 ultra-miniture horizontal +0 +8 +6 +Button_Switch_THT +SW_Slide_1P2T_CK_OS102011MS2Q +CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf +switch SPDT +0 +5 +3 +Button_Switch_THT +SW_TH_Tactile_Omron_B3F-10xx +SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf +Omron B3F-10xx +0 +4 +2 +Button_Switch_THT +SW_Tactile_SKHH_Angled +tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html +tactile switch 6mm ALPS SKHH right angle +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx31-2LFS +tactile switch SPST right angle, PTS645VL31-2 LFS +tactile switch SPST angled PTS645VL31-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx39-2LFS +tactile switch SPST right angle, PTS645VL39-2 LFS +tactile switch SPST angled PTS645VL39-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx58-2LFS +tactile switch SPST right angle, PTS645VL58-2 LFS +tactile switch SPST angled PTS645VL58-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_SPST_Angled_PTS645Vx83-2LFS +tactile switch SPST right angle, PTS645VL83-2 LFS +tactile switch SPST angled PTS645VL83-2 LFS C&K Button +0 +4 +2 +Button_Switch_THT +SW_Tactile_Straight_KSA0Axx1LFTR +SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SW PUSH SMALL Tactile C&K +0 +4 +2 +Button_Switch_THT +SW_Tactile_Straight_KSL0Axx1LFTR +SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf +SW PUSH SMALL Tactile C&K +0 +4 +2 +Buzzer_Beeper +Buzzer_12x9.5RM7.6 +Generic Buzzer, D12mm height 9.5mm with RM7.6mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_15x7.5RM7.6 +Generic Buzzer, D15mm height 7.5mm with RM7.6mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_CUI_CPT-9019S-SMT +https://www.cui.com/product/resource/cpt-9019s-smt.pdf +buzzer piezo +0 +2 +2 +Buzzer_Beeper +Buzzer_D14mm_H7mm_P10mm +Generic Buzzer, D14mm height 7mm with pitch 10mm +buzzer +0 +2 +2 +Buzzer_Beeper +Buzzer_Mallory_AST1109MLTRQ +Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST1109MLTRQ.pdf +buzzer piezo +0 +2 +2 +Buzzer_Beeper +Buzzer_Murata_PKLCS1212E +Murata Buzzer https://www.murata.com/~/media/webrenewal/support/library/catalog/products/sound/p37e.ashx +Murata Buzzer Beeper +0 +2 +2 +Buzzer_Beeper +Buzzer_Murata_PKMCS0909E +Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1 +Murata Buzzer Beeper +0 +2 +2 +Buzzer_Beeper +Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm +Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf +buzzer +0 +2 +2 +Buzzer_Beeper +Indicator_PUI_AI-1440-TWT-24V-2-R +14mm Indicator, https://www.puiaudio.com/media/SpecSheet/AI-1440-TWT-24V-2-R.pdf +piezo buzzer self drive oscillator +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_CUI_CMT-8504-100-SMT +magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf +CMT 8504 +0 +4 +4 +Buzzer_Beeper +MagneticBuzzer_CUI_CST-931RP-A +CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf +CST-931RP-A +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_Kingstate_KCG0601 +Buzzer, Elektromagnetic Beeper, Summer, +Kingstate KCG0601 +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_Kobitone_254-EMB84Q-RO +MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf +MagneticBuzzer Kobitone 254-EMB84Q-RO +0 +3 +3 +Buzzer_Beeper +MagneticBuzzer_PUI_AT-0927-TT-6-R +Buzzer Magnetic 9mm AT-0927-TT-6-R, http://www.puiaudio.com/pdf/AT-0927-TT-6-R.pdf +Buzzer Magnetic 9mm AT-0927-TT-6-R +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABI-009-RC +Buzzer, Elektromagnetic Beeper, Summer, 6V-DC, +Pro Signal ABI-009-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABI-010-RC +Buzzer, Elektromagnetic Beeper, Summer, 12V-DC, +Pro Signal ABI-010-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProSignal_ABT-410-RC +Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC, +Pro Signal ABT-410-RC +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R +Buzzer, Elektromagnetic Beeper, Summer, 3-28V-DC, https://www.kynix.com/uploadfiles/pdf/AI-4228-TWT-R.pdf +Projects Unlimited AI-4228-TWT-R +0 +2 +2 +Buzzer_Beeper +MagneticBuzzer_StarMicronics_HMB-06_HMB-12 +Buzzer, Elektromagnetic Beeper, Summer, +Star Micronics HMB-06 HMB-12 +0 +2 +2 +Buzzer_Beeper +PUIAudio_SMT_0825_S_4_R +SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R +SMD 8540 +0 +4 +4 +Buzzer_Beeper +Speaker_CUI_CMR-1206S-67 +Speaker, 30mW, 300-7000Hz, IP67 face, 12x6x2,25mm, https://www.cuidevices.com/product/resource/cmr-12062s-67.pdf +speaker CUI +0 +2 +2 +Calibration_Scale +Gauge_10mm_Type1_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 1, +Gauge Massstab 10mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type1_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 1, +Gauge Massstab 10mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type2_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 2, +Gauge Massstab 10mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type2_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 2, +Gauge Massstab 10mm SilkScreenTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type3_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 3, +Gauge Massstab 10mm CopperTop Type 3 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type3_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 3, +Gauge Massstab 10mm SilkScreenTop Type 3 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type4_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 4, +Gauge Massstab 10mm CopperTop Type 4 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type4_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 4, +Gauge Massstab 10mm SilkScreenTop Type 4 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type5_CopperTop +Gauge, Massstab, 10mm, CopperTop, Type 5, +Gauge Massstab 10mm CopperTop Type 5 +0 +0 +0 +Calibration_Scale +Gauge_10mm_Type5_SilkScreenTop +Gauge, Massstab, 10mm, SilkScreenTop, Type 5, +Gauge Massstab 10mm SilkScreenTop Type 5 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type1_CopperTop +Gauge, Massstab, 50mm, CopperTop, Type 1, +Gauge Massstab 50mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type1_SilkScreenTop +Gauge, Massstab, 50mm, SilkScreenTop, Type 1, +Gauge Massstab 50mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type2_CopperTop +Gauge, Massstab, 50mm, CopperTop, Type 2, +Gauge Massstab 50mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_50mm_Type2_SilkScreenTop +Gauge, Massstab, 50mm, SilkScreenTop, Type 2, +Gauge Massstab 50mm SilkScreenTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Grid_Type1_CopperTop +Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1, +Gauge Massstab 100mm Gitter Grid CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type1_CopperTop +Gauge, Massstab, 100mm, CopperTop, Type 1, +Gauge Massstab 100mm CopperTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type1_SilkScreenTop +Gauge, Massstab, 100mm, SilkScreenTop, Type 1, +Gauge Massstab 100mm SilkScreenTop Type 1 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type2_CopperTop +Gauge, Massstab, 100mm, CopperTop, Type 2, +Gauge Massstab 100mm CopperTop Type 2 +0 +0 +0 +Calibration_Scale +Gauge_100mm_Type2_SilkScreenTop +Gauge, Massstab, 100mm, SilkScreenTop, Type 2, +Gauge Massstab 100mm SilkScreenTop Type 2 +0 +0 +0 +Capacitor_SMD +CP_Elec_3x5.3 +SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics +Capacitor Electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_3x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x3 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.3 +SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.4 +SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_4x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x4.4 +SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_5x5.9 +SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x3 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x4.9 +SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.2 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.3 +SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.4_Nichicon +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x5.9 +SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_6.3x9.9 +SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.2 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.5 +SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x6.9 +SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x10 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x10.5 +SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_8x11.9 +SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x7.9 +SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x10 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x10.5 +SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x12.5 +SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x12.6 +SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_10x14.3 +SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_16x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_16x22 +SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_18x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +CP_Elec_18x22 +SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic +0 +2 +2 +Capacitor_SMD +C_0201_0603Metric +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor +0 +4 +2 +Capacitor_SMD +C_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +4 +2 +Capacitor_SMD +C_0402_1005Metric +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0402_1005Metric_Pad0.74x0.62mm_HandSolder +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0504_1310Metric +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0504_1310Metric_Pad0.83x1.28mm_HandSolder +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0603_1608Metric +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0603_1608Metric_Pad1.08x0.95mm_HandSolder +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_0805_2012Metric +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_0805_2012Metric_Pad1.18x1.45mm_HandSolder +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_01005_0402Metric +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor +0 +4 +2 +Capacitor_SMD +C_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +4 +2 +Capacitor_SMD +C_1206_3216Metric +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1206_3216Metric_Pad1.33x1.80mm_HandSolder +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1210_3225Metric +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1210_3225Metric_Pad1.33x2.70mm_HandSolder +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1812_4532Metric +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1812_4532Metric_Pad1.57x3.40mm_HandSolder +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_1825_4564Metric +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_1825_4564Metric_Pad1.57x6.80mm_HandSolder +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_2220_5650Metric +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_2220_5650Metric_Pad1.97x5.40mm_HandSolder +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_2225_5664Metric +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_2225_5664Metric_Pad1.80x6.60mm_HandSolder +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_3640_9110Metric +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor +0 +2 +2 +Capacitor_SMD +C_3640_9110Metric_Pad2.10x10.45mm_HandSolder +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder +0 +2 +2 +Capacitor_SMD +C_Elec_3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_4x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_4x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_5x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_5x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x6.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_8x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Elec_10x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm +capacitor electrolyic nonpolar +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZB4-A +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZB4-B +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZC3 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZC3 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZR1 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZR1 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZW4 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZW4 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Murata_TZY2 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZY2 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Sprague-Goodman_SGC3 +trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf + Sprague Goodman SGC3 +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JN +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JN +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JQ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JQ +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JR +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JV +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JV +0 +2 +2 +Capacitor_SMD +C_Trimmer_Voltronics_JZ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR +0 +2 +2 +Capacitor_THT +CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*4.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 4.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L10.0mm_D6.0mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*6mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 6mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D6.0mm_P18.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*6mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 6mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L11.0mm_D8.0mm_P15.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=11*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 15mm length 11mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D6.5mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*6.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 6.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D8.0mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L18.0mm_D10.0mm_P25.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L20.0mm_D10.0mm_P26.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L20.0mm_D13.0mm_P26.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L21.0mm_D8.0mm_P28.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=28mm, , length*diameter=21*8mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 28mm length 21mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L25.0mm_D10.0mm_P30.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=30mm, , length*diameter=25*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 30mm length 25mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L26.5mm_D20.0mm_P33.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=33mm, , length*diameter=26.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 33mm length 26.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D10.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D13.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D16.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L29.0mm_D20.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D10.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D12.5mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*12.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D15.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*15mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 15mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L30.0mm_D18.0mm_P35.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L34.5mm_D20.0mm_P41.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=41mm, , length*diameter=34.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 41mm length 34.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D13.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D16.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L37.0mm_D20.0mm_P43.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf +CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L38.0mm_D18.0mm_P44.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L38.0mm_D21.0mm_P44.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*21mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf +CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 21mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L40.0mm_D16.0mm_P48.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=48mm, , length*diameter=40*16mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 48mm length 40mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D23.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D26.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D29.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D32.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.0mm_D35.0mm_P45.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L42.5mm_D20.0mm_P49.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=49mm, , length*diameter=42.5*20mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 49mm length 42.5mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L46.0mm_D20.0mm_P52.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=52mm, , length*diameter=46*20mm^2, Electrolytic Capacitor +CP Axial series Axial Horizontal pin pitch 52mm length 46mm diameter 20mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D23.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D26.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D29.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D32.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L55.0mm_D35.0mm_P60.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D23.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D26.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D29.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D32.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L67.0mm_D35.0mm_P75.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D23.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D26.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D29.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D32.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L80.0mm_D35.0mm_P85.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D23.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 23.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D26.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D29.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 29.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D32.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 32.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Axial_L93.0mm_D35.0mm_P100.00mm_Horizontal +CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf +CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 35.0mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D4.0mm_P1.50mm +CP, Radial series, Radial, pin pitch=1.50mm, , diameter=4mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 1.50mm diameter 4mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D4.0mm_P2.00mm +CP, Radial series, Radial, pin pitch=2.00mm, , diameter=4mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.00mm diameter 4mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D5.0mm_P2.00mm +CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D5.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D6.3mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D7.5mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=7.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 7.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P3.50mm +CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P3.80mm +CP, Radial series, Radial, pin pitch=3.80mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.80mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D8.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=8mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 8mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P2.50mm_P5.00mm +CP, Radial series, Radial, pin pitch=2.50mm 5.00mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm Electrolytic Capacitor +0 +4 +2 +Capacitor_THT +CP_Radial_D10.0mm_P3.50mm +CP, Radial series, Radial, pin pitch=3.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P3.80mm +CP, Radial series, Radial, pin pitch=3.80mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 3.80mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D10.0mm_P5.00mm_P7.50mm +CP, Radial series, Radial, pin pitch=5.00mm 7.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm Electrolytic Capacitor +0 +4 +2 +Capacitor_THT +CP_Radial_D10.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=10mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 10mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D12.5mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=12.5mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 12.5mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P2.50mm +CP, Radial series, Radial, pin pitch=2.50mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 2.50mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D13.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=13mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 13mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D14.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, , diameter=14mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 5.00mm diameter 14mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D14.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=14mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 14mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D16.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=16mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 16mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D17.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=17mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 17mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D18.0mm_P7.50mm +CP, Radial series, Radial, pin pitch=7.50mm, , diameter=18mm, Electrolytic Capacitor +CP Radial series Radial pin pitch 7.50mm diameter 18mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D22.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D22.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D24.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D25.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D26.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D30.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D35.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor +0 +3 +2 +Capacitor_THT +CP_Radial_D40.0mm_P10.00mm_SnapIn +CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D4.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D4.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D5.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D6.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D6.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D7.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D7.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D8.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D8.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D9.0mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D9.0mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D10.5mm_P2.50mm +CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +CP_Radial_Tantal_D10.5mm_P5.00mm +CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf +CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf +C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm +0 +2 +2 +Capacitor_THT +C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm +0 +2 +2 +Capacitor_THT +C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal +C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf +C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm +0 +2 +2 +Capacitor_THT +C_Disc_D3.0mm_W1.6mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.0mm_W2.0mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor +C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.4mm_W2.1mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D3.8mm_W2.6mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D4.3mm_W1.9mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D4.7mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.0mm_W2.5mm_P2.50mm +C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D5.1mm_W3.2mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf +C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D6.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D6.0mm_W4.4mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor +C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W4.4mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D7.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D8.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D9.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.0mm_W2.5mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf +C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D10.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P5.00mm +C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D11.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.0mm_W4.4mm_P7.75mm +C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor +C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D12.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D14.5mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D14.5mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D16.0mm_W5.0mm_P7.50mm +C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Disc_D16.0mm_W5.0mm_P10.00mm +C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf +C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D4.0mm_H5.0mm_P1.50mm +C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D4.0mm_H7.0mm_P1.50mm +C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H5.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H7.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D5.0mm_H11.0mm_P2.00mm +C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H5.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H7.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D6.3mm_H11.0mm_P2.50mm +C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D8.0mm_H7.0mm_P3.50mm +C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D8.0mm_H11.5mm_P3.50mm +C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H12.5mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H16.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D10.0mm_H20.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D12.5mm_H20.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D12.5mm_H25.0mm_P5.00mm +C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D16.0mm_H25.0mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D16.0mm_H31.5mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Radial_D18.0mm_H35.5mm_P7.50mm +C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor +C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.0mm_W2.5mm_P2.50mm +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor +C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02 +C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf +C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W2.0mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W2.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm +C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor +C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L7.0mm_W3.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W4.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W6.0mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.0mm_W6.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf +C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L7.5mm_W6.5mm_P5.00mm +C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT +C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm +C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor +C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4 +C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT +C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm +C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor +C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor +0 +4 +2 +Capacitor_THT +C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 +C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT +C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf +C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4 +C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT +C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W9.0mm_P22.00mm +C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor +C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W9.0mm_P23.00mm +C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor +C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L27.0mm_W11.0mm_P22.00mm +C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor +C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4 +C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT +C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf +C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L32.0mm_W15.0mm_P27.00mm +C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor +C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4 +C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor +0 +2 +2 +Capacitor_THT +C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4 +C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf +C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor +0 +2 +2 +Capacitor_THT +DX_5R5HxxxxU_D11.5mm_P10.00mm +CP, Radial series, Radial, pin pitch=10.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 10.00mm diameter 11.5mm supercapacitor +0 +2 +2 +Capacitor_THT +DX_5R5VxxxxU_D11.5mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 5.00mm diameter 11.5mm supercapacitor +0 +2 +2 +Capacitor_THT +DX_5R5VxxxxU_D19.0mm_P5.00mm +CP, Radial series, Radial, pin pitch=5.00mm, diameter=19mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf +CP Radial series Radial pin pitch 5.00mm diameter 19mm supercapacitor +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-08_AVX-J +Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-10_AVX-L +Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-12_Kemet-R +Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder +Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-15_AVX-P +Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder +Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-10_Kemet-I +Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-12_Kemet-S +Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-18_Kemet-A +Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder +Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-12_Kemet-T +Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-15_AVX-H +Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-21_Kemet-B +Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-15_Kemet-U +Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-20_AVX-F +Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-28_Kemet-C +Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder +Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-20_AVX-U +Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-20_AVX-U_Pad2.72x3.50mm_HandSolder +Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-28_AVX-C +Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7132-28_AVX-C_Pad2.72x3.50mm_HandSolder +Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-15_AVX-R +Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-15_AVX-R_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-20_AVX-M +Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-20_AVX-M_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-28_AVX-M +Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-28_AVX-M_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-38_AVX-R +Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7260-38_AVX-R_Pad2.68x6.30mm_HandSolder +Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-15_Kemet-W +Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-20_Kemet-V +Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-30_AVX-N +Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-31_Kemet-D +Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-40_Kemet-Y +Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-43_Kemet-X +Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder +Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7360-38_Kemet-E +Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder +Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-38_AVX-V +Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder +Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-438_AVX-U +Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Capacitor_Tantalum_SMD +CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder +Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator +capacitor tantalum +0 +2 +2 +Connector +Banana_Jack_1Pin +Single banana socket, footprint - 6mm drill +banana socket +0 +1 +1 +Connector +Banana_Jack_2Pin +Dual banana socket, footprint - 2 x 6mm drills +banana socket +0 +2 +2 +Connector +Banana_Jack_3Pin +Triple banana socket, footprint - 3 x 6mm drills +banana socket +0 +3 +3 +Connector +CUI_PD-30 +3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf +connector 3-pin PD-30 power DIN +0 +4 +4 +Connector +CUI_PD-30S +3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf +connector 3-pin PD-30S power DIN shielded +0 +8 +5 +Connector +CUI_PD-30S_CircularHoles +3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf +connector 3-pin PD-30S power DIN shielded +0 +8 +5 +Connector +CalTest_CT3151 +Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf +banana jack horizontal +0 +4 +1 +Connector +Connector_SFP_and_Cage +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English +SFP+ SFP +0 +40 +21 +Connector +DTF13-12Px +http://www.te.com/usa-en/product-DTF13-12PA-G003.html +DEUTSCH DT header 12 pin +0 +12 +12 +Connector +FanPinHeader_1x03_P2.54mm_Vertical +3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf +pin header 3-pin CPU fan +0 +3 +3 +Connector +FanPinHeader_1x04_P2.54mm_Vertical +4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf +pin header 4-pin CPU fan +0 +4 +4 +Connector +GB042-34S-H10 +http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF +34pin SMD connector +0 +34 +34 +Connector +IHI_B6A-PCB-45_Vertical +https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf +connector IHI B6A-PCB-45 +0 +49 +1 +Connector +JWT_A3963_1x02_P3.96mm_Vertical +JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf) +connector JWT A3963 pinhead +0 +2 +2 +Connector +NS-Tech_Grove_1x04_P2mm_Vertical +https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf +Grove-1x04 +0 +4 +4 +Connector +SpringContact_Harwin_S1941-46R +7.25mm SMT Multi-directional Spring Contact (T+R), https://cdn.harwin.com/pdfs/S1941R.pdf +spring contact emi emc shield +0 +1 +1 +Connector +Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC.pdf +tag connect programming header pogo pins +0 +6 +6 +Connector +Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC-NL.pdf +tag connect programming header pogo pins +0 +6 +6 +Connector +Tag-Connect_TC2050-IDC-FP_2x05_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-430%20Datasheet.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-NL%20Datasheet.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical_with_bottom_clip +Tag-Connect programming header with bottom courtyard for TC2050-NL Clip board ; https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-IDC-NL_Datasheet_8.pdf https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-CLIP_Datasheet_25.pdf +tag connect programming header pogo pins +0 +10 +10 +Connector +Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical +Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2070-IDC%20Datasheet.pdf +tag connect programming header pogo pins +0 +14 +14 +Connector_AMASS +AMASS_MR30PW-FB_1x03_P3.50mm_Horizontal +Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf +RC Connector XT30 +0 +5 +3 +Connector_AMASS +AMASS_MR30PW-M_1x03_P3.50mm_Horizontal +Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf +RC Connector XT30 +0 +5 +3 +Connector_AMASS +AMASS_XT30PW-F_1x02_P2.50mm_Horizontal +Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf +RC Connector XT30 +0 +4 +2 +Connector_AMASS +AMASS_XT30PW-M_1x02_P2.50mm_Horizontal +Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf +RC Connector XT30 +0 +4 +2 +Connector_AMASS +AMASS_XT30U-F_1x02_P5.0mm_Vertical +Connector XT30 Vertical Cable Female, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30U-M_1x02_P5.0mm_Vertical +Connector XT30 Vertical Cable Male, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30UPB-F_1x02_P5.0mm_Vertical +Connector XT30 Vertical PCB Female, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT30UPB-M_1x02_P5.0mm_Vertical +Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf +RC Connector XT30 +0 +2 +2 +Connector_AMASS +AMASS_XT60-F_1x02_P7.20mm_Vertical +AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf +XT60 female vertical +0 +2 +2 +Connector_AMASS +AMASS_XT60-M_1x02_P7.20mm_Vertical +AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf +XT60 female vertical +0 +2 +2 +Connector_Amphenol +Amphenol_M8S-03PMMR-SF8001 +M8 Male connector for panel, 90° PCB mount (https://www.amphenolltw.com/2012download/2D%20PDF/03_M%20Series%20Sensor%20Connectors/M8S-XXPMMR-SF8001.pdf) +three-pin M8 +0 +5 +4 +Connector_Audio +Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal +3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) +3.5mm audio cui horizontal jack stereo +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ-3524-SMT_Horizontal +3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) +3.5mm audio cui horizontal jack stereo +0 +4 +4 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3533NG_Horizontal +TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles +TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal circular +0 +3 +3 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3535NG_Horizontal +TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal +0 +5 +5 +Connector_Audio +Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles +TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf +TRS audio jack stereo horizontal circular +0 +5 +5 +Connector_Audio +Jack_3.5mm_Ledino_KB3SPRS_Horizontal +https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf +jack stereo TRS +0 +5 +5 +Connector_Audio +Jack_3.5mm_Lumberg_1503_07_Horizontal +TRS 3.5mm, horizontal, through-hole, https://downloads.lumberg.com/datenblaetter/en/1503_07.pdf +TRS audio jack horizontal +0 +4 +3 +Connector_Audio +Jack_3.5mm_PJ311_Horizontal +PJ311 6pin SMD 3.5mm stereo headphones jack. +headphones jack plug stereo 3.5mm PJ311 +0 +6 +6 +Connector_Audio +Jack_3.5mm_PJ320D_Horizontal +Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html) +3.5mm jack mic microphone phones headphones 4pins audio plug +0 +4 +4 +Connector_Audio +Jack_3.5mm_PJ320E_Horizontal +Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html) +3.5mm jack mic microphone phones headphones 4pins audio plug +0 +5 +4 +Connector_Audio +Jack_3.5mm_PJ31060-I_Horizontal +PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html) +headphones jack plug stereo 3.5mm PJ31060-I PJ31060 +0 +6 +6 +Connector_Audio +Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles +TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html) +WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu +0 +3 +3 +Connector_Audio +Jack_3.5mm_Switronic_ST-005-G_horizontal +3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf +Connector Audio Switronic ST-005-G +0 +4 +3 +Connector_Audio +Jack_3.5mm_Technik_TWP-3002_Horizontal +3.5mm Horizontal Waterproof Stereo Headphones Jack, https://www.technik.com.hk/images/pdf_product/WP3002-PA66-A.pdf +audio jack stereo horizontal waterproof +0 +7 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NJ2FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v +neutrik jack vertical +0 +2 +2 +Connector_Audio +Jack_6.35mm_Neutrik_NJ3FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v +neutrik jack vertical +0 +3 +3 +Connector_Audio +Jack_6.35mm_Neutrik_NJ5FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v +neutrik jack vertical +0 +5 +5 +Connector_Audio +Jack_6.35mm_Neutrik_NJ6FD-V_Vertical +6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v +neutrik jack vertical +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NJ6TB-V_Vertical +6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v +neutrik jack vertical +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal +M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2 +neutrik jack m +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal +M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2 +neutrik jack m +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HF_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1 +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ4HH_Horizontal +Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh +neutrik jack slim +0 +4 +4 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HF_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HH_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre +neutrik jack slim +0 +6 +5 +Connector_Audio +Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal +Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1 +neutrik jack slim +0 +6 +6 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ8HC_Horizontal +Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc +neutrik jack stacking +0 +9 +9 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ8HL_Horizontal +Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl +neutrik jack stacking +0 +9 +9 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HC_Horizontal +Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal +Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1 +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal +Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1 +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_6.35mm_Neutrik_NSJ12HL_Horizontal +Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl +neutrik jack stacking +0 +13 +13 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0 +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0 +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v +neutrik jack combo i +0 +6 +6 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0 +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0 +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical +Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v +neutrik jack combo a +0 +8 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0 +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0 +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v +neutrik jack combo i +0 +7 +7 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0 +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0 +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v +neutrik jack combo i +0 +10 +10 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0 +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0 +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical +Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v +neutrik jack combo i +0 +11 +11 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH1_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH2_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAH_Horizontal +AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV-0_Vertical +AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1-0_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV1_Vertical +AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV2-0_Vertical +AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV2_Vertical +AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAAV_Vertical +AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH2_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHL1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR1_Horizontal +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAHR2_Horizontal +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAH_Horizontal +A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1-DA_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV1_Vertical +A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1 +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2-0_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2-DA_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV2_Vertical +A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FAV_Vertical +A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-B_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1-E_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH1_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-B_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2-E_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBH2_Horizontal +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBHL1_Horizontal +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-0_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-B_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1-DA_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV1_Vertical +B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-B_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-DA_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2-SW_Vertical +B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw +neutrik xlr b +0 +7 +7 +Connector_Audio +Jack_XLR_Neutrik_NC3FBV2_Vertical +B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH-0_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH-1_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAH_Horizontal +AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV-0_Vertical +AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0 +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV-1_Vertical +AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1 +neutrik xlr aa +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAAV_Vertical +AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav +neutrik xlr aa +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal +A Series, Chassis connector H female (A series layout), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mafh-ph +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAH-0_Horizontal +A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAHL_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mahl +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAHR_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mahr +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAH_Horizontal +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAMH-PH_Horizontal +A Series, Chassis connector Phoenix H male (A series layout), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mamh-ph +neutrik xlr a +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MAV-0_Vertical +A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav-0 +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MAV_Vertical +A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav +neutrik xlr a +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-0_Horizontal +B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-0 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-1_Horizontal +B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbh-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH-E_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbh-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHL-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhl-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHL_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mbhl +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHR-B_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhr-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBHR_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mbhr +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBH_Horizontal +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-0_Vertical +B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-0 +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-1_Vertical +B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-1 +neutrik xlr b +0 +3 +3 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-B_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbv-b +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-E_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbv-e +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV-SW_Vertical +B Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-sw +neutrik xlr b +0 +7 +7 +Connector_Audio +Jack_XLR_Neutrik_NC3MBV_Vertical +B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv +neutrik xlr b +0 +4 +4 +Connector_Audio +Jack_XLR_Neutrik_NC4FAH-0_Horizontal +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fah-0 +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAH_Horizontal +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fah +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAV-0_Vertical +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fav-0 +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FAV_Vertical +A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fav +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FBH_Horizontal +B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fbh +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4FBV_Vertical +B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fbv +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MAH_Horizontal +A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mah +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MAV_Vertical +A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mav +neutrik xlr a +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MBH_Horizontal +B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mbh +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC4MBV_Vertical +B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mbv +neutrik xlr b +0 +5 +5 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH-0_Horizontal +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc5fah-0 +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH-DA_Horizontal +A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fah-da +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAH_Horizontal +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fah +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV-DA_Vertical +A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fav-da +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV-SW_Vertical +A Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, color coding possible, https://www.neutrik.com/en/product/nc5fav-sw +neutrik xlr a +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5FAV_Vertical +A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fav +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBH-B_Horizontal +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbh-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBH_Horizontal +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fbh +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV-B_Vertical +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbv-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV-SW_Vertical +B Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv-sw +neutrik xlr b +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5FBV_Vertical +B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MAH_Horizontal +A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mah +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MAV-SW_Vertical +A Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav-sw +neutrik xlr a +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5MAV_Vertical +A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav +neutrik xlr a +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBH-B_Horizontal +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbh-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBH_Horizontal +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mbh +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV-B_Vertical +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbv-b +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV-SW_Vertical +B Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv-sw +neutrik xlr b +0 +9 +9 +Connector_Audio +Jack_XLR_Neutrik_NC5MBV_Vertical +B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv +neutrik xlr b +0 +6 +6 +Connector_Audio +Jack_speakON-6.35mm_Neutrik_NLJ2MD-H_Horizontal +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, https://www.neutrik.com/en/product/nlj2md-h +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON-6.35mm_Neutrik_NLJ2MD-V_Vertical +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, https://www.neutrik.com/en/product/nlj2md-v +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MD-H_Horizontal +speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, https://www.neutrik.com/en/product/nl2md-h +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MD-V_Vertical +speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl2md-v +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-1_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-1 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-2_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-3_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-3 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-1_Vertical +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-1 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-2_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-R_Vertical +speakON Chassis Connectors, 4 pole chassis connector, red D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-r +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-S_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, switchable version of NL4MD-V with 8 vertical PCB contacts (4 switching contacts), https://www.neutrik.com/en/product/nl4md-v-s +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL8MD-V-1_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl8md-v-1 +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NL8MD-V_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl8md-v +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NLT4MD-V_Vertical +STX Series, 4 pole male chassis connector, metal housing, vertical PCB mount, self tapping screw holes (A-screw), https://www.neutrik.com/en/product/nlt4md-v +neutrik speakon stx +0 +4 +4 +Connector_Audio +MiniXLR-5_Switchcraft_TRAPC_Horizontal +http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF +THT Mini XLR 5Pin right angle +0 +5 +5 +Connector_BarrelJack +BarrelJack_CLIFF_FC681465S_SMT_Horizontal +Surface-mount DC Barrel Jack, https://www.cliffuk.co.uk/products/dcconnectors/FC681465S.pdf +Power Jack SMT +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-036AH-SMT_Horizontal +Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf +Power Jack SMT +0 +3 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-063AH_Horizontal +Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf +barrel jack cui dc power +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles +Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf +barrel jack cui dc power +0 +4 +3 +Connector_BarrelJack +BarrelJack_CUI_PJ-102AH_Horizontal +Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf +Power Jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_GCT_DCJ200-10-A_Horizontal +Barrel jack connector (5.5 mm outer diameter, 2.05 inner diameter ), https://gct.co/files/drawings/dcj200-10.pdf +connector barrel jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_Horizontal +DC Barrel Jack +Power Jack +0 +3 +3 +Connector_BarrelJack +BarrelJack_SwitchcraftConxall_RAPC10U_Horizontal +DC Power Jack, 13A, 24V, Panel Mount,Through-hole, https://www.switchcraft.com/Drawings/RAPC10U_CD.pdf +barreljack switchcraftconxall dc power +0 +2 +2 +Connector_BarrelJack +BarrelJack_Wuerth_6941xx301002 +Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf +connector barrel jack +0 +3 +3 +Connector_Card +CF-Card_3M_N7E50-A516xx-30 +Compact Flash Card connector, polarization inverse (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) +connector cf +0 +54 +50 +Connector_Card +CF-Card_3M_N7E50-E516xx-30 +Compact Flash Card connector, normal polarization (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) +connector cf +0 +54 +50 +Connector_Card +SD_Kyocera_145638009211859+ +SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638009511859+ +SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638109211859+ +SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_Kyocera_145638109511859+ +SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) +sd card smt +0 +13 +13 +Connector_Card +SD_TE_2041021 +SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4) +sd card +0 +15 +12 +Connector_Card +microSD_HC_Hirose_DM3AT-SF-PEJM5 +Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=) +Micro SD +0 +14 +11 +Connector_Card +microSD_HC_Hirose_DM3BT-DSF-PEJS +Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=) +Micro SD +0 +16 +11 +Connector_Card +microSD_HC_Hirose_DM3D-SF +Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf) +Micro SD +0 +14 +11 +Connector_Card +microSD_HC_Molex_104031-0811 +1.10mm Pitch microSD Memory Card Connector, Surface Mount, Push-Pull Type, 1.42mm Height, with Detect Switch (https://www.molex.com/pdm_docs/sd/1040310811_sd.pdf) +microSD SD molex +0 +14 +11 +Connector_Card +microSD_HC_Wuerth_693072010801 +http://katalog.we-online.de/em/datasheet/693072010801.pdf +Micro SD Wuerth Wurth Würth +0 +12 +9 +Connector_Card +microSIM_JAE_SF53S006VCBR2000 +https://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ115712.pdf +microSIM GSM Card +0 +14 +7 +Connector_Coaxial +BNC_Amphenol_031-6575_Horizontal +dual independently isolated BNC plug (https://www.amphenolrf.com/downloads/dl/file/id/2980/product/644/031_6575_customer_drawing.pdf) +Dual BNC Amphenol Horizontal +0 +6 +4 +Connector_Coaxial +BNC_Amphenol_B6252HB-NPP3G-50_Horizontal +http://www.farnell.com/datasheets/612848.pdf +BNC Amphenol Horizontal +0 +4 +2 +Connector_Coaxial +BNC_PanelMountable_Vertical +Panel-mountable BNC connector mounted through PCB, vertical +BNC connector +0 +2 +2 +Connector_Coaxial +BNC_TEConnectivity_1478035_Horizontal +BNC RF Interface, PCB mount 4 pin, Right Angle, Bayonet, 50Ohm, 4GHz, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1478035%7FB1%7Fpdf%7FEnglish%7FENG_CD_1478035_B1.pdf%7F1-1478035-0 +BNC RF interface bayonet 50ohm +0 +5 +2 +Connector_Coaxial +BNC_TEConnectivity_1478204_Vertical +BNC female PCB mount 4 pin straight chassis connector http://www.te.com/usa-en/product-1-1478204-0.html +BNC female PCB mount 4 pin straight chassis connector +0 +5 +2 +Connector_Coaxial +BNC_Win_364A2x95_Horizontal +Dual front isolated BNC plug (https://www.winconn.com/wp-content/uploads/364A2595.pdf) +Dual BNC Horizontal Isolated +0 +6 +3 +Connector_Coaxial +CoaxialSwitch_Hirose_MS-156C3_Horizontal +Subminiature Coaxial Switch 1.35mm High, DC to 11GHz +Switch Coaxial RF +0 +12 +3 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_0.8mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_1.0mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-0961_Horizontal_1.6mm-PCB +Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf +Molex MMCX Horizontal Coaxial +0 +3 +2 +Connector_Coaxial +MMCX_Molex_73415-1471_Vertical +http://www.molex.com/pdm_docs/sd/734151471_sd.pdf +Molex MMCX Coaxial Connector 50 ohms Female Jack Vertical THT +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_901-143_Horizontal + Amphenol RF 901-143 https://www.amphenolrf.com/library/download/link/link_id/585682 +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_901-144_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf +SMA THT Female Jack Vertical +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-10_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf +SMA SMD Female Jack Vertical +0 +3 +2 +Connector_Coaxial +SMA_Amphenol_132134-11_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-14_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134-16_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132134_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132203-12_Horizontal +https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132289_EdgeMount +http://www.amphenolrf.com/132289.html +SMA +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132291-12_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf +SMA THT Female Jack Vertical Bulkhead +0 +5 +2 +Connector_Coaxial +SMA_Amphenol_132291_Vertical +https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf +SMA THT Female Jack Vertical Bulkhead +0 +5 +2 +Connector_Coaxial +SMA_Molex_73251-1153_EdgeMount_Horizontal +Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf) +sma edge +0 +11 +2 +Connector_Coaxial +SMA_Molex_73251-2120_EdgeMount_Horizontal +Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf) +sma edge +0 +11 +2 +Connector_Coaxial +SMA_Molex_73251-2200_Horizontal +https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf +SMA THT Female Jack Horizontal +0 +5 +2 +Connector_Coaxial +SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount +Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf) +SMA Straight Samtec Edge Mount +0 +5 +2 +Connector_Coaxial +SMA_Wurth_60312002114503_Vertical +https://www.we-online.de/katalog/datasheet/60312002114503.pdf +SMA THT Female Jack Vertical ExtendedLegs +0 +5 +2 +Connector_Coaxial +SMB_Jack_Vertical +SMB pcb mounting jack +SMB Jack Striaght +0 +5 +2 +Connector_Coaxial +U.FL_Hirose_U.FL-R-SMT-1_Vertical +Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/ +Hirose U.FL Coaxial +0 +3 +2 +Connector_Coaxial +U.FL_Molex_MCRF_73412-0110_Vertical +Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf) +mcrf hirose ufl u.fl microcoaxial +0 +4 +2 +Connector_DIN +DIN41612_B2_2x8_Female_Vertical_THT +DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +16 +16 +Connector_DIN +DIN41612_B2_2x8_Male_Horizontal_THT +DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +16 +16 +Connector_DIN +DIN41612_B2_2x16_Female_Vertical_THT +DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +32 +32 +Connector_DIN +DIN41612_B2_2x16_Male_Horizontal_THT +DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/2 +0 +32 +32 +Connector_DIN +DIN41612_B3_2x5_Female_Vertical_THT +DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +10 +10 +Connector_DIN +DIN41612_B3_2x5_Male_Horizontal_THT +DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +10 +10 +Connector_DIN +DIN41612_B3_2x10_Female_Vertical_THT +DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +20 +20 +Connector_DIN +DIN41612_B3_2x10_Male_Horizontal_THT +DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B/3 +0 +20 +20 +Connector_DIN +DIN41612_B_1x32_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_1x32_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x16_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x16_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +32 +32 +Connector_DIN +DIN41612_B_2x32_Female_Vertical_THT +DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +64 +64 +Connector_DIN +DIN41612_B_2x32_Male_Horizontal_THT +DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 B +0 +64 +64 +Connector_DIN +DIN41612_C2_2x16_Female_Vertical_THT +DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +32 +32 +Connector_DIN +DIN41612_C2_2x16_Male_Horizontal_THT +DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +32 +32 +Connector_DIN +DIN41612_C2_3x16_Female_Vertical_THT +DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +48 +48 +Connector_DIN +DIN41612_C2_3x16_Male_Horizontal_THT +DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/2 +0 +48 +48 +Connector_DIN +DIN41612_C3_2x10_Female_Vertical_THT +DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +20 +20 +Connector_DIN +DIN41612_C3_2x10_Male_Horizontal_THT +DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +20 +20 +Connector_DIN +DIN41612_C3_3x10_Female_Vertical_THT +DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +30 +30 +Connector_DIN +DIN41612_C3_3x10_Male_Horizontal_THT +DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C/3 +0 +30 +30 +Connector_DIN +DIN41612_C_1x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_1x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x16_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x16_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +32 +32 +Connector_DIN +DIN41612_C_2x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +64 +64 +Connector_DIN +DIN41612_C_2x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +64 +64 +Connector_DIN +DIN41612_C_3x16_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +48 +48 +Connector_DIN +DIN41612_C_3x16_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +48 +48 +Connector_DIN +DIN41612_C_3x32_Female_Vertical_THT +DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +96 +96 +Connector_DIN +DIN41612_C_3x32_Male_Horizontal_THT +DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 C +0 +96 +96 +Connector_DIN +DIN41612_D_2x8_Female_Vertical_THT +DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +16 +16 +Connector_DIN +DIN41612_D_2x8_Male_Horizontal_THT +DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +16 +16 +Connector_DIN +DIN41612_D_2x16_Female_Vertical_THT +DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +32 +32 +Connector_DIN +DIN41612_D_2x16_Male_Horizontal_THT +DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 D +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_RowsAC_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_2x16_RowsAC_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +32 +32 +Connector_DIN +DIN41612_E_3x16_Female_Vertical_THT +DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +48 +48 +Connector_DIN +DIN41612_E_3x16_Male_Horizontal_THT +DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 E +0 +48 +48 +Connector_DIN +DIN41612_F_2x16_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_RowsZD_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_2x16_RowsZD_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +32 +32 +Connector_DIN +DIN41612_F_3x16_Female_Vertical_THT +DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +48 +48 +Connector_DIN +DIN41612_F_3x16_Male_Horizontal_THT +DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 F +0 +48 +48 +Connector_DIN +DIN41612_Q2_2x16_Male_Horizontal_THT +DIN41612 connector, type Q/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/2 +0 +32 +32 +Connector_DIN +DIN41612_Q2_2x16_Male_Vertical_THT +DIN41612 connector, type Q/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/2 +0 +32 +32 +Connector_DIN +DIN41612_Q3_2x10_Male_Horizontal_THT +DIN41612 connector, type Q/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/3 +0 +20 +20 +Connector_DIN +DIN41612_Q3_2x10_Male_Vertical_THT +DIN41612 connector, type Q/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q/3 +0 +20 +20 +Connector_DIN +DIN41612_Q_2x32_Male_Horizontal_THT +DIN41612 connector, type Q, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q +0 +64 +64 +Connector_DIN +DIN41612_Q_2x32_Male_Vertical_THT +DIN41612 connector, type Q, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 Q +0 +64 +64 +Connector_DIN +DIN41612_R2_2x16_Male_Horizontal_THT +DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +32 +32 +Connector_DIN +DIN41612_R2_2x16_Male_Vertical_THT +DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +32 +32 +Connector_DIN +DIN41612_R2_3x16_Male_Horizontal_THT +DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +48 +48 +Connector_DIN +DIN41612_R2_3x16_Male_Vertical_THT +DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/2 +0 +48 +48 +Connector_DIN +DIN41612_R3_2x10_Male_Horizontal_THT +DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +20 +20 +Connector_DIN +DIN41612_R3_2x10_Male_Vertical_THT +DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +20 +20 +Connector_DIN +DIN41612_R3_3x10_Male_Horizontal_THT +DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +30 +30 +Connector_DIN +DIN41612_R3_3x10_Male_Vertical_THT +DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R/3 +0 +30 +30 +Connector_DIN +DIN41612_R_1x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_1x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x16_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x16_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +32 +32 +Connector_DIN +DIN41612_R_2x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +64 +64 +Connector_DIN +DIN41612_R_2x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +64 +64 +Connector_DIN +DIN41612_R_3x16_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +48 +48 +Connector_DIN +DIN41612_R_3x16_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +48 +48 +Connector_DIN +DIN41612_R_3x32_Male_Horizontal_THT +DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +96 +96 +Connector_DIN +DIN41612_R_3x32_Male_Vertical_THT +DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf +DIN 41612 IEC 60603 R +0 +96 +96 +Connector_Dsub +DSUB-9_Female_EdgeMount_P2.77mm +9-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Female_Vertical_P2.77x2.84mm +9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles +9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_EdgeMount_P2.77mm +9-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +11 +10 +Connector_Dsub +DSUB-9_Male_Vertical_P2.77x2.84mm +9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm +0 +9 +9 +Connector_Dsub +DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles +9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm +0 +11 +10 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm +0 +17 +16 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 25mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_EdgeMount_P2.77mm +15-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Female_Vertical_P2.77x2.84mm +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Female_Vertical_P2.77x2.84mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_EdgeMount_P2.77mm +15-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-15_Male_Vertical_P2.77x2.84mm +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +15 +15 +Connector_Dsub +DSUB-15_Male_Vertical_P2.77x2.84mm_MountingHoles +15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm +0 +17 +16 +Connector_Dsub +DSUB-25_Female_EdgeMount_P2.77mm +25-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Female_Vertical_P2.77x2.84mm +25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Female_Vertical_P2.77x2.84mm_MountingHoles +25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_EdgeMount_P2.77mm +25-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-25_Male_Vertical_P2.77x2.84mm +25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +25 +25 +Connector_Dsub +DSUB-25_Male_Vertical_P2.77x2.84mm_MountingHoles +25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm +0 +27 +26 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +26-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +26 +26 +Connector_Dsub +DSUB-26-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +26-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +26-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 33.3mm +0 +28 +27 +Connector_Dsub +DSUB-37_Female_EdgeMount_P2.77mm +37-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Female_Vertical_P2.77x2.84mm +37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Female_Vertical_P2.77x2.84mm_MountingHoles +37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_EdgeMount_P2.77mm +37-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm +37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-37_Male_Vertical_P2.77x2.84mm +37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +37 +37 +Connector_Dsub +DSUB-37_Male_Vertical_P2.77x2.84mm_MountingHoles +37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm +0 +39 +38 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Female_Vertical_P2.29x1.98mm_MountingHoles +44-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm +44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm +0 +44 +44 +Connector_Dsub +DSUB-44-HD_Male_Vertical_P2.29x1.98mm_MountingHoles +44-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +44-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 47.1mm +0 +46 +45 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Female_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x2.54mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Female_Vertical_P2.41x1.98mm_MountingHoles +62-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector straight vertical THT female pitch 2.41x1.98mm mounting holes distance 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm +0 +64 +63 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Male_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm +62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf +62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x2.54mm pin-PCB-offset 9.4mm +0 +62 +62 +Connector_Dsub +DSUB-62-HD_Male_Vertical_P2.41x1.98mm_MountingHoles +62-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf +62-pin D-Sub connector straight vertical THT male pitch 2.41x1.98mm mounting holes distance 63.5mm +0 +64 +63 +Connector_FFC-FPC +Hirose_FH12-6S-0.5SH_1x06-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-6S-0.5SH, 6 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +8 +7 +Connector_FFC-FPC +Hirose_FH12-8S-0.5SH_1x08-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-8S-0.5SH, 8 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +10 +9 +Connector_FFC-FPC +Hirose_FH12-10S-0.5SH_1x10-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-10S-0.5SH, 10 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +12 +11 +Connector_FFC-FPC +Hirose_FH12-11S-0.5SH_1x11-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-11S-0.5SH, 11 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +13 +12 +Connector_FFC-FPC +Hirose_FH12-12S-0.5SH_1x12-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-12S-0.5SH, 12 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +14 +13 +Connector_FFC-FPC +Hirose_FH12-13S-0.5SH_1x13-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-13S-0.5SH, 13 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +15 +14 +Connector_FFC-FPC +Hirose_FH12-14S-0.5SH_1x14-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-14S-0.5SH, 14 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +16 +15 +Connector_FFC-FPC +Hirose_FH12-15S-0.5SH_1x15-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-15S-0.5SH, 15 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +17 +16 +Connector_FFC-FPC +Hirose_FH12-16S-0.5SH_1x16-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-16S-0.5SH, 16 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +18 +17 +Connector_FFC-FPC +Hirose_FH12-17S-0.5SH_1x17-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-17S-0.5SH, 17 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +19 +18 +Connector_FFC-FPC +Hirose_FH12-18S-0.5SH_1x18-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-18S-0.5SH, 18 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +20 +19 +Connector_FFC-FPC +Hirose_FH12-19S-0.5SH_1x19-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-19S-0.5SH, 19 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +21 +20 +Connector_FFC-FPC +Hirose_FH12-20S-0.5SH_1x20-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-20S-0.5SH, 20 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +22 +21 +Connector_FFC-FPC +Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-22S-0.5SH, 22 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +24 +23 +Connector_FFC-FPC +Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +26 +25 +Connector_FFC-FPC +Hirose_FH12-25S-0.5SH_1x25-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-25S-0.5SH, 25 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +27 +26 +Connector_FFC-FPC +Hirose_FH12-26S-0.5SH_1x26-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-26S-0.5SH, 26 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +28 +27 +Connector_FFC-FPC +Hirose_FH12-28S-0.5SH_1x28-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-28S-0.5SH, 28 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +30 +29 +Connector_FFC-FPC +Hirose_FH12-30S-0.5SH_1x30-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-30S-0.5SH, 30 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +32 +31 +Connector_FFC-FPC +Hirose_FH12-32S-0.5SH_1x32-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-32S-0.5SH, 32 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +34 +33 +Connector_FFC-FPC +Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +35 +34 +Connector_FFC-FPC +Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-34S-0.5SH, 34 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +36 +35 +Connector_FFC-FPC +Hirose_FH12-35S-0.5SH_1x35-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-35S-0.5SH, 35 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +37 +36 +Connector_FFC-FPC +Hirose_FH12-36S-0.5SH_1x36-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-36S-0.5SH, 36 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +38 +37 +Connector_FFC-FPC +Hirose_FH12-40S-0.5SH_1x40-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-40S-0.5SH, 40 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +42 +41 +Connector_FFC-FPC +Hirose_FH12-45S-0.5SH_1x45-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-45S-0.5SH, 45 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +47 +46 +Connector_FFC-FPC +Hirose_FH12-50S-0.5SH_1x50-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-50S-0.5SH, 50 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +52 +51 +Connector_FFC-FPC +Hirose_FH12-53S-0.5SH_1x53-1MP_P0.50mm_Horizontal +Hirose FH12, FFC/FPC connector, FH12-53S-0.5SH, 53 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator +connector Hirose FH12 horizontal +0 +55 +54 +Connector_FFC-FPC +Hirose_FH41-30S-0.5SH_1x30_1MP_1SH_P0.5mm_Horizontal +Hirose FH41, FFC/FPC connector, FH41-30S-0.5SH, 30 Pins per row (https://www.hirose.com/fr/product/document?clcode=CL0580-2218-5-05&productname=FH41-30S-0.5SH(05)&series=FH41&documenttype=2DDrawing&lang=fr&documentid=0001001704) +connector Hirose FH41 horizontal +0 +38 +32 +Connector_FFC-FPC +JAE_FF0825SA1_2Rows-25Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0825SA1, 25 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +25 +25 +Connector_FFC-FPC +JAE_FF0829SA1_2Rows-29Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0829SA1, 29 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +29 +29 +Connector_FFC-FPC +JAE_FF0841SA1_2Rows-41Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0841SA1, 41 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +41 +41 +Connector_FFC-FPC +JAE_FF0851SA1_2Rows-51Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0851SA1, 51 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +51 +51 +Connector_FFC-FPC +JAE_FF0871SA1_2Rows-71Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0871SA1, 71 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +71 +71 +Connector_FFC-FPC +JAE_FF0881SA1_2Rows-81Pins_P0.40mm_Horizontal +Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0881SA1, 81 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +81 +81 +Connector_FFC-FPC +Molex_52559-3652_2x18-1MP_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC, 52559-3652, 36 Circuits (https://www.molex.com/pdm_docs/sd/525593652_sd.pdf) +connector Molex top entry +0 +40 +37 +Connector_FFC-FPC +Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal +Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf +FFC FPC +0 +54 +51 +Connector_FFC-FPC +Molex_54548-1071_1x10-1MP_P0.5mm_Horizontal +Molex FFC/FPC connector, 10 bottom-side contacts, 0.5mm pitch, 1.2mm height, https://www.molex.com/pdm_docs/sd/545481071_sd.pdf +FFC FPC connector +0 +12 +11 +Connector_FFC-FPC +Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +6 +5 +Connector_FFC-FPC +Molex_200528-0050_1x05-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0050, 5 Circuits (https://www.molex.com/pdm_docs/sd/2005280050_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +7 +6 +Connector_FFC-FPC +Molex_200528-0060_1x06-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0060, 6 Circuits (https://www.molex.com/pdm_docs/sd/2005280060_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +8 +7 +Connector_FFC-FPC +Molex_200528-0070_1x07-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0070, 7 Circuits (https://www.molex.com/pdm_docs/sd/2005280070_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +9 +8 +Connector_FFC-FPC +Molex_200528-0080_1x08-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0080, 8 Circuits (https://www.molex.com/pdm_docs/sd/2005280080_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +10 +9 +Connector_FFC-FPC +Molex_200528-0090_1x09-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0090, 9 Circuits (https://www.molex.com/pdm_docs/sd/2005280090_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +11 +10 +Connector_FFC-FPC +Molex_200528-0100_1x10-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0100, 10 Circuits (https://www.molex.com/pdm_docs/sd/2005280100_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +12 +11 +Connector_FFC-FPC +Molex_200528-0110_1x11-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0110, 11 Circuits (https://www.molex.com/pdm_docs/sd/2005280110_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +13 +12 +Connector_FFC-FPC +Molex_200528-0120_1x12-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0120, 12 Circuits (https://www.molex.com/pdm_docs/sd/2005280120_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +14 +13 +Connector_FFC-FPC +Molex_200528-0130_1x13-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0130, 13 Circuits (https://www.molex.com/pdm_docs/sd/2005280130_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +15 +14 +Connector_FFC-FPC +Molex_200528-0140_1x14-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0140, 14 Circuits (https://www.molex.com/pdm_docs/sd/2005280140_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +16 +15 +Connector_FFC-FPC +Molex_200528-0150_1x15-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0150, 15 Circuits (https://www.molex.com/pdm_docs/sd/2005280150_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +17 +16 +Connector_FFC-FPC +Molex_200528-0160_1x16-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0160, 16 Circuits (https://www.molex.com/pdm_docs/sd/2005280160_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +18 +17 +Connector_FFC-FPC +Molex_200528-0170_1x17-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0170, 17 Circuits (https://www.molex.com/pdm_docs/sd/2005280170_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +19 +18 +Connector_FFC-FPC +Molex_200528-0180_1x18-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0180, 18 Circuits (https://www.molex.com/pdm_docs/sd/2005280180_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +20 +19 +Connector_FFC-FPC +Molex_200528-0190_1x19-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0190, 19 Circuits (https://www.molex.com/pdm_docs/sd/2005280190_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +21 +20 +Connector_FFC-FPC +Molex_200528-0200_1x20-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0200, 20 Circuits (https://www.molex.com/pdm_docs/sd/2005280200_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +22 +21 +Connector_FFC-FPC +Molex_200528-0210_1x21-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0210, 21 Circuits (https://www.molex.com/pdm_docs/sd/2005280210_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +23 +22 +Connector_FFC-FPC +Molex_200528-0220_1x22-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0220, 22 Circuits (https://www.molex.com/pdm_docs/sd/2005280220_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +24 +23 +Connector_FFC-FPC +Molex_200528-0230_1x23-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0230, 23 Circuits (https://www.molex.com/pdm_docs/sd/2005280230_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +25 +24 +Connector_FFC-FPC +Molex_200528-0240_1x24-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0240, 24 Circuits (https://www.molex.com/pdm_docs/sd/2005280240_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +26 +25 +Connector_FFC-FPC +Molex_200528-0250_1x25-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0250, 25 Circuits (https://www.molex.com/pdm_docs/sd/2005280250_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +27 +26 +Connector_FFC-FPC +Molex_200528-0260_1x26-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0260, 26 Circuits (https://www.molex.com/pdm_docs/sd/2005280260_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +28 +27 +Connector_FFC-FPC +Molex_200528-0270_1x27-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0270, 27 Circuits (https://www.molex.com/pdm_docs/sd/2005280270_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +29 +28 +Connector_FFC-FPC +Molex_200528-0280_1x28-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0280, 28 Circuits (https://www.molex.com/pdm_docs/sd/2005280280_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +30 +29 +Connector_FFC-FPC +Molex_200528-0290_1x29-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0290, 29 Circuits (https://www.molex.com/pdm_docs/sd/2005280290_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +31 +30 +Connector_FFC-FPC +Molex_200528-0300_1x30-1MP_P1.00mm_Horizontal +Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0300, 30 Circuits (https://www.molex.com/pdm_docs/sd/2005280300_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +32 +31 +Connector_FFC-FPC +Molex_502231-1500_1x15-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 15 Circuits (https://www.molex.com/pdm_docs/sd/5022311500_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +17 +16 +Connector_FFC-FPC +Molex_502231-2400_1x24-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 24 Circuits (https://www.molex.com/pdm_docs/sd/5022312400_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +26 +25 +Connector_FFC-FPC +Molex_502231-3300_1x33-1SH_P0.5mm_Vertical +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 33 Circuits (https://www.molex.com/pdm_docs/sd/5022313300_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm vertical +0 +36 +34 +Connector_FFC-FPC +Molex_502244-1530_1x15-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 15 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +19 +16 +Connector_FFC-FPC +Molex_502244-2430_1x24-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 24 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +28 +25 +Connector_FFC-FPC +Molex_502244-3330_1x33-1MP_P0.5mm_Horizontal +Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) +molex FFC/FPC connector Pitch 0.5mm right angle +0 +39 +34 +Connector_FFC-FPC +Molex_502250-1791_2Rows-17Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-1791, 17 Circuits (http://www.molex.com/pdm_docs/sd/5022501791_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +19 +18 +Connector_FFC-FPC +Molex_502250-2191_2Rows-21Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2191, 21 Circuits (http://www.molex.com/pdm_docs/sd/5022502191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +23 +22 +Connector_FFC-FPC +Molex_502250-2391_2Rows-23Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2391, 23 Circuits (http://www.molex.com/pdm_docs/sd/5022502391_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +25 +24 +Connector_FFC-FPC +Molex_502250-2791_2Rows-27Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2791, 27 Circuits (http://www.molex.com/pdm_docs/sd/5022502791_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +29 +28 +Connector_FFC-FPC +Molex_502250-3391_2Rows-33Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022503391_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +35 +34 +Connector_FFC-FPC +Molex_502250-3591_2Rows-35Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3591, 35 Circuits (http://www.molex.com/pdm_docs/sd/5022503591_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +37 +36 +Connector_FFC-FPC +Molex_502250-3991_2Rows-39Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3991, 39 Circuits (http://www.molex.com/pdm_docs/sd/5022503991_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +41 +40 +Connector_FFC-FPC +Molex_502250-4191_2Rows-41Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-4191, 41 Circuits (http://www.molex.com/pdm_docs/sd/5022504191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +43 +42 +Connector_FFC-FPC +Molex_502250-5191_2Rows-51Pins-1MP_P0.60mm_Horizontal +Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-5191, 51 Circuits (http://www.molex.com/pdm_docs/sd/5022505191_sd.pdf), generated with kicad-footprint-generator +connector Molex top entry +0 +53 +52 +Connector_FFC-FPC +TE_0-1734839-5_1x05-1MP_P0.5mm_Horizontal +TE FPC connector, 05 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +7 +6 +Connector_FFC-FPC +TE_0-1734839-6_1x06-1MP_P0.5mm_Horizontal +TE FPC connector, 06 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +8 +7 +Connector_FFC-FPC +TE_0-1734839-7_1x07-1MP_P0.5mm_Horizontal +TE FPC connector, 07 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +9 +8 +Connector_FFC-FPC +TE_0-1734839-8_1x08-1MP_P0.5mm_Horizontal +TE FPC connector, 08 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +10 +9 +Connector_FFC-FPC +TE_0-1734839-9_1x09-1MP_P0.5mm_Horizontal +TE FPC connector, 09 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +11 +10 +Connector_FFC-FPC +TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal +TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +12 +11 +Connector_FFC-FPC +TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal +TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +13 +12 +Connector_FFC-FPC +TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal +TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +14 +13 +Connector_FFC-FPC +TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal +TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +15 +14 +Connector_FFC-FPC +TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal +TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +16 +15 +Connector_FFC-FPC +TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal +TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +17 +16 +Connector_FFC-FPC +TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal +TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +18 +17 +Connector_FFC-FPC +TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal +TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +19 +18 +Connector_FFC-FPC +TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal +TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +20 +19 +Connector_FFC-FPC +TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal +TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +21 +20 +Connector_FFC-FPC +TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal +TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +12 +11 +Connector_FFC-FPC +TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal +TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +13 +12 +Connector_FFC-FPC +TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal +TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +14 +13 +Connector_FFC-FPC +TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal +TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +15 +14 +Connector_FFC-FPC +TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal +TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +16 +15 +Connector_FFC-FPC +TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal +TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +17 +16 +Connector_FFC-FPC +TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal +TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +18 +17 +Connector_FFC-FPC +TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal +TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +19 +18 +Connector_FFC-FPC +TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal +TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +20 +19 +Connector_FFC-FPC +TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal +TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +21 +20 +Connector_FFC-FPC +TE_1-1734839-0_1x10-1MP_P0.5mm_Horizontal +TE FPC connector, 10 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +12 +11 +Connector_FFC-FPC +TE_1-1734839-1_1x11-1MP_P0.5mm_Horizontal +TE FPC connector, 11 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +13 +12 +Connector_FFC-FPC +TE_1-1734839-2_1x12-1MP_P0.5mm_Horizontal +TE FPC connector, 12 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +14 +13 +Connector_FFC-FPC +TE_1-1734839-3_1x13-1MP_P0.5mm_Horizontal +TE FPC connector, 13 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +15 +14 +Connector_FFC-FPC +TE_1-1734839-4_1x14-1MP_P0.5mm_Horizontal +TE FPC connector, 14 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +16 +15 +Connector_FFC-FPC +TE_1-1734839-5_1x15-1MP_P0.5mm_Horizontal +TE FPC connector, 15 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +17 +16 +Connector_FFC-FPC +TE_1-1734839-6_1x16-1MP_P0.5mm_Horizontal +TE FPC connector, 16 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +18 +17 +Connector_FFC-FPC +TE_1-1734839-7_1x17-1MP_P0.5mm_Horizontal +TE FPC connector, 17 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +19 +18 +Connector_FFC-FPC +TE_1-1734839-8_1x18-1MP_P0.5mm_Horizontal +TE FPC connector, 18 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +20 +19 +Connector_FFC-FPC +TE_1-1734839-9_1x19-1MP_P0.5mm_Horizontal +TE FPC connector, 19 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +21 +20 +Connector_FFC-FPC +TE_2-84952-0_1x20-1MP_P1.0mm_Horizontal +TE FPC connector, 20 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +22 +21 +Connector_FFC-FPC +TE_2-84952-1_1x21-1MP_P1.0mm_Horizontal +TE FPC connector, 21 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +23 +22 +Connector_FFC-FPC +TE_2-84952-2_1x22-1MP_P1.0mm_Horizontal +TE FPC connector, 22 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +24 +23 +Connector_FFC-FPC +TE_2-84952-3_1x23-1MP_P1.0mm_Horizontal +TE FPC connector, 23 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +25 +24 +Connector_FFC-FPC +TE_2-84952-4_1x24-1MP_P1.0mm_Horizontal +TE FPC connector, 24 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +26 +25 +Connector_FFC-FPC +TE_2-84952-5_1x25-1MP_P1.0mm_Horizontal +TE FPC connector, 25 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +27 +26 +Connector_FFC-FPC +TE_2-84952-6_1x26-1MP_P1.0mm_Horizontal +TE FPC connector, 26 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +28 +27 +Connector_FFC-FPC +TE_2-84952-7_1x27-1MP_P1.0mm_Horizontal +TE FPC connector, 27 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +29 +28 +Connector_FFC-FPC +TE_2-84952-8_1x28-1MP_P1.0mm_Horizontal +TE FPC connector, 28 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +30 +29 +Connector_FFC-FPC +TE_2-84952-9_1x29-1MP_P1.0mm_Horizontal +TE FPC connector, 29 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +31 +30 +Connector_FFC-FPC +TE_2-84953-0_1x20-1MP_P1.0mm_Horizontal +TE FPC connector, 20 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +22 +21 +Connector_FFC-FPC +TE_2-84953-1_1x21-1MP_P1.0mm_Horizontal +TE FPC connector, 21 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +23 +22 +Connector_FFC-FPC +TE_2-84953-2_1x22-1MP_P1.0mm_Horizontal +TE FPC connector, 22 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +24 +23 +Connector_FFC-FPC +TE_2-84953-3_1x23-1MP_P1.0mm_Horizontal +TE FPC connector, 23 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +25 +24 +Connector_FFC-FPC +TE_2-84953-4_1x24-1MP_P1.0mm_Horizontal +TE FPC connector, 24 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +26 +25 +Connector_FFC-FPC +TE_2-84953-5_1x25-1MP_P1.0mm_Horizontal +TE FPC connector, 25 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +27 +26 +Connector_FFC-FPC +TE_2-84953-6_1x26-1MP_P1.0mm_Horizontal +TE FPC connector, 26 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +28 +27 +Connector_FFC-FPC +TE_2-84953-7_1x27-1MP_P1.0mm_Horizontal +TE FPC connector, 27 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +29 +28 +Connector_FFC-FPC +TE_2-84953-8_1x28-1MP_P1.0mm_Horizontal +TE FPC connector, 28 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +30 +29 +Connector_FFC-FPC +TE_2-84953-9_1x29-1MP_P1.0mm_Horizontal +TE FPC connector, 29 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +31 +30 +Connector_FFC-FPC +TE_2-1734839-0_1x20-1MP_P0.5mm_Horizontal +TE FPC connector, 20 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +22 +21 +Connector_FFC-FPC +TE_2-1734839-1_1x21-1MP_P0.5mm_Horizontal +TE FPC connector, 21 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +23 +22 +Connector_FFC-FPC +TE_2-1734839-2_1x22-1MP_P0.5mm_Horizontal +TE FPC connector, 22 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +24 +23 +Connector_FFC-FPC +TE_2-1734839-3_1x23-1MP_P0.5mm_Horizontal +TE FPC connector, 23 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +25 +24 +Connector_FFC-FPC +TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal +TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +26 +25 +Connector_FFC-FPC +TE_2-1734839-5_1x25-1MP_P0.5mm_Horizontal +TE FPC connector, 25 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +27 +26 +Connector_FFC-FPC +TE_2-1734839-6_1x26-1MP_P0.5mm_Horizontal +TE FPC connector, 26 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +28 +27 +Connector_FFC-FPC +TE_2-1734839-7_1x27-1MP_P0.5mm_Horizontal +TE FPC connector, 27 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +29 +28 +Connector_FFC-FPC +TE_2-1734839-8_1x28-1MP_P0.5mm_Horizontal +TE FPC connector, 28 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +30 +29 +Connector_FFC-FPC +TE_2-1734839-9_1x29-1MP_P0.5mm_Horizontal +TE FPC connector, 29 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +31 +30 +Connector_FFC-FPC +TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal +TE FPC connector, 30 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +32 +31 +Connector_FFC-FPC +TE_3-84953-0_1x30-1MP_P1.0mm_Horizontal +TE FPC connector, 30 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +32 +31 +Connector_FFC-FPC +TE_3-1734839-0_1x30-1MP_P0.5mm_Horizontal +TE FPC connector, 30 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +32 +31 +Connector_FFC-FPC +TE_3-1734839-1_1x31-1MP_P0.5mm_Horizontal +TE FPC connector, 31 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +33 +32 +Connector_FFC-FPC +TE_3-1734839-2_1x32-1MP_P0.5mm_Horizontal +TE FPC connector, 32 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +34 +33 +Connector_FFC-FPC +TE_3-1734839-3_1x33-1MP_P0.5mm_Horizontal +TE FPC connector, 33 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +35 +34 +Connector_FFC-FPC +TE_3-1734839-4_1x34-1MP_P0.5mm_Horizontal +TE FPC connector, 34 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +36 +35 +Connector_FFC-FPC +TE_3-1734839-5_1x35-1MP_P0.5mm_Horizontal +TE FPC connector, 35 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +37 +36 +Connector_FFC-FPC +TE_3-1734839-6_1x36-1MP_P0.5mm_Horizontal +TE FPC connector, 36 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +38 +37 +Connector_FFC-FPC +TE_3-1734839-7_1x37-1MP_P0.5mm_Horizontal +TE FPC connector, 37 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +39 +38 +Connector_FFC-FPC +TE_3-1734839-8_1x38-1MP_P0.5mm_Horizontal +TE FPC connector, 38 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +40 +39 +Connector_FFC-FPC +TE_3-1734839-9_1x39-1MP_P0.5mm_Horizontal +TE FPC connector, 39 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +41 +40 +Connector_FFC-FPC +TE_4-1734839-0_1x40-1MP_P0.5mm_Horizontal +TE FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +42 +41 +Connector_FFC-FPC +TE_4-1734839-1_1x41-1MP_P0.5mm_Horizontal +TE FPC connector, 41 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +43 +42 +Connector_FFC-FPC +TE_4-1734839-2_1x42-1MP_P0.5mm_Horizontal +TE FPC connector, 42 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +44 +43 +Connector_FFC-FPC +TE_4-1734839-3_1x43-1MP_P0.5mm_Horizontal +TE FPC connector, 43 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +45 +44 +Connector_FFC-FPC +TE_4-1734839-4_1x44-1MP_P0.5mm_Horizontal +TE FPC connector, 44 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +46 +45 +Connector_FFC-FPC +TE_4-1734839-5_1x45-1MP_P0.5mm_Horizontal +TE FPC connector, 45 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +47 +46 +Connector_FFC-FPC +TE_4-1734839-6_1x46-1MP_P0.5mm_Horizontal +TE FPC connector, 46 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +48 +47 +Connector_FFC-FPC +TE_4-1734839-7_1x47-1MP_P0.5mm_Horizontal +TE FPC connector, 47 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +49 +48 +Connector_FFC-FPC +TE_4-1734839-8_1x48-1MP_P0.5mm_Horizontal +TE FPC connector, 48 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +50 +49 +Connector_FFC-FPC +TE_4-1734839-9_1x49-1MP_P0.5mm_Horizontal +TE FPC connector, 49 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +51 +50 +Connector_FFC-FPC +TE_5-1734839-0_1x50-1MP_P0.5mm_Horizontal +TE FPC connector, 50 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 +te fpc 1734839 +0 +52 +51 +Connector_FFC-FPC +TE_84952-4_1x04-1MP_P1.0mm_Horizontal +TE FPC connector, 04 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +6 +5 +Connector_FFC-FPC +TE_84952-5_1x05-1MP_P1.0mm_Horizontal +TE FPC connector, 05 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +7 +6 +Connector_FFC-FPC +TE_84952-6_1x06-1MP_P1.0mm_Horizontal +TE FPC connector, 06 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +8 +7 +Connector_FFC-FPC +TE_84952-7_1x07-1MP_P1.0mm_Horizontal +TE FPC connector, 07 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +9 +8 +Connector_FFC-FPC +TE_84952-8_1x08-1MP_P1.0mm_Horizontal +TE FPC connector, 08 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +10 +9 +Connector_FFC-FPC +TE_84952-9_1x09-1MP_P1.0mm_Horizontal +TE FPC connector, 09 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 +te fpc 84952 +0 +11 +10 +Connector_FFC-FPC +TE_84953-4_1x04-1MP_P1.0mm_Horizontal +TE FPC connector, 04 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +6 +5 +Connector_FFC-FPC +TE_84953-5_1x05-1MP_P1.0mm_Horizontal +TE FPC connector, 05 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +7 +6 +Connector_FFC-FPC +TE_84953-6_1x06-1MP_P1.0mm_Horizontal +TE FPC connector, 06 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +8 +7 +Connector_FFC-FPC +TE_84953-7_1x07-1MP_P1.0mm_Horizontal +TE FPC connector, 07 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +9 +8 +Connector_FFC-FPC +TE_84953-8_1x08-1MP_P1.0mm_Horizontal +TE FPC connector, 08 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +10 +9 +Connector_FFC-FPC +TE_84953-9_1x09-1MP_P1.0mm_Horizontal +TE FPC connector, 09 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 +te fpc 84953 +0 +11 +10 +Connector_FFC-FPC +Wuerth_68611214422_1x12-1MP_P1.0mm_Horizontal +http://katalog.we-online.de/em/datasheet/68611214422.pdf +Wuerth FPC 68611214422 connector 12 bottom-side contacts 1.0mm pitch 1.0mm height SMT +0 +14 +13 +Connector_HDMI +HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal +HDMI Contact Technology Type A http://www.contactswitch.com/en/download.aspx?id=1449 +HDMI Contact Technology Type A +0 +23 +20 +Connector_HDMI +HDMI_A_Kycon_KDMIX-SL1-NS-WS-B15_VerticalRightAngle +HDMI, Type A, Kycon KDMIX-SL1-NS-WS-B15, Vertical Right Angle, http://www.kycon.com/Pub_Eng_Draw/KDMIX-SL1-NS-WS-B15.pdf +hdmi type a +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-0x01 +HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle smd +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-1x01 +HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle tht +0 +23 +20 +Connector_HDMI +HDMI_Micro-D_Molex_46765-2x0x +HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) +hdmi micro type d right angle tht smd hybrid +0 +23 +20 +Connector_Harting +Harting_har-flexicon_14110213001xxx_1x02-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110213002xxx_1x02-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110213010xxx_1x02-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +4 +3 +Connector_Harting +Harting_har-flexicon_14110313001xxx_1x03-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110313001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110313002xxx_1x03-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110313002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110313010xxx_1x03-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110313010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +5 +4 +Connector_Harting +Harting_har-flexicon_14110413001xxx_1x04-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110413001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110413002xxx_1x04-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110413002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110413010xxx_1x04-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110413010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +6 +5 +Connector_Harting +Harting_har-flexicon_14110513001xxx_1x05-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110513001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110513002xxx_1x05-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110513002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110513010xxx_1x05-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110513010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +7 +6 +Connector_Harting +Harting_har-flexicon_14110613001xxx_1x06-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110613001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110613002xxx_1x06-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110613002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110613010xxx_1x06-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110613010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +8 +7 +Connector_Harting +Harting_har-flexicon_14110713001xxx_1x07-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110713001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110713002xxx_1x07-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110713002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110713010xxx_1x07-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110713010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +9 +8 +Connector_Harting +Harting_har-flexicon_14110813001xxx_1x08-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110813001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110813002xxx_1x08-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110813002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110813010xxx_1x08-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110813010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +10 +9 +Connector_Harting +Harting_har-flexicon_14110913001xxx_1x09-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14110913001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14110913002xxx_1x09-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110913002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14110913010xxx_1x09-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14110913010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +11 +10 +Connector_Harting +Harting_har-flexicon_14111013001xxx_1x10-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111013001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111013002xxx_1x10-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111013002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111013010xxx_1x10-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111013010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +12 +11 +Connector_Harting +Harting_har-flexicon_14111113001xxx_1x11-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111113001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111113002xxx_1x11-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111113002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111113010xxx_1x11-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111113010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +13 +12 +Connector_Harting +Harting_har-flexicon_14111213001xxx_1x12-MP_P2.54mm_Vertical +Harting har-flexicon series connector, 14111213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon vertical +0 +14 +13 +Connector_Harting +Harting_har-flexicon_14111213002xxx_1x12-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +14 +13 +Connector_Harting +Harting_har-flexicon_14111213010xxx_1x12-MP_P2.54mm_Horizontal +Harting har-flexicon series connector, 14111213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator +connector Harting har-flexicon horizontal +0 +14 +13 +Connector_Harwin +Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical +Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X +connector harwin gecko +0 +6 +6 +Connector_Harwin +Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical +Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X +connector harwin gecko +0 +10 +10 +Connector_Harwin +Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical +Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X +connector harwin gecko +0 +12 +12 +Connector_Harwin +Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical +Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X +connector harwin gecko +0 +16 +16 +Connector_Harwin +Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical +Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X +connector harwin gecko +0 +20 +20 +Connector_Harwin +Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical +Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X +connector harwin gecko +0 +26 +26 +Connector_Harwin +Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical +Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X +connector harwin gecko +0 +34 +34 +Connector_Harwin +Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical +Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X +connector harwin gecko +0 +50 +50 +Connector_Harwin +Harwin_LTek-Male_02_P2.00mm_Vertical +Harwin LTek Connector, 2 pins, single row male, vertical entry +connector harwin ltek M80 +0 +2 +2 +Connector_Harwin +Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +6 +2 +Connector_Harwin +Harwin_LTek-Male_2x02_P2.00mm_Vertical +Harwin LTek Connector, 4 pins, single row male, vertical entry +connector harwin ltek M80 +0 +4 +4 +Connector_Harwin +Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +8 +4 +Connector_Harwin +Harwin_LTek-Male_2x03_P2.00mm_Vertical +Harwin LTek Connector, 6 pins, single row male, vertical entry +connector harwin ltek M80 +0 +6 +6 +Connector_Harwin +Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +10 +6 +Connector_Harwin +Harwin_LTek-Male_2x04_P2.00mm_Vertical +Harwin LTek Connector, 8 pins, single row male, vertical entry +connector harwin ltek M80 +0 +8 +8 +Connector_Harwin +Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +12 +8 +Connector_Harwin +Harwin_LTek-Male_2x05_P2.00mm_Vertical +Harwin LTek Connector, 10 pins, single row male, vertical entry +connector harwin ltek M80 +0 +10 +10 +Connector_Harwin +Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +14 +10 +Connector_Harwin +Harwin_LTek-Male_2x06_P2.00mm_Vertical +Harwin LTek Connector, 12 pins, single row male, vertical entry +connector harwin ltek M80 +0 +12 +12 +Connector_Harwin +Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +16 +12 +Connector_Harwin +Harwin_LTek-Male_2x07_P2.00mm_Vertical +Harwin LTek Connector, 14 pins, single row male, vertical entry +connector harwin ltek M80 +0 +14 +14 +Connector_Harwin +Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +18 +14 +Connector_Harwin +Harwin_LTek-Male_2x08_P2.00mm_Vertical +Harwin LTek Connector, 16 pins, single row male, vertical entry +connector harwin ltek M80 +0 +16 +16 +Connector_Harwin +Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +20 +16 +Connector_Harwin +Harwin_LTek-Male_2x09_P2.00mm_Vertical +Harwin LTek Connector, 18 pins, single row male, vertical entry +connector harwin ltek M80 +0 +18 +18 +Connector_Harwin +Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +22 +18 +Connector_Harwin +Harwin_LTek-Male_2x10_P2.00mm_Vertical +Harwin LTek Connector, 20 pins, single row male, vertical entry +connector harwin ltek M80 +0 +20 +20 +Connector_Harwin +Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +24 +20 +Connector_Harwin +Harwin_LTek-Male_2x13_P2.00mm_Vertical +Harwin LTek Connector, 26 pins, single row male, vertical entry +connector harwin ltek M80 +0 +26 +26 +Connector_Harwin +Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +30 +26 +Connector_Harwin +Harwin_LTek-Male_2x17_P2.00mm_Vertical +Harwin LTek Connector, 34 pins, single row male, vertical entry +connector harwin ltek M80 +0 +34 +34 +Connector_Harwin +Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +38 +34 +Connector_Harwin +Harwin_LTek-Male_2x22_P2.00mm_Vertical +Harwin LTek Connector, 44 pins, single row male, vertical entry +connector harwin ltek M80 +0 +44 +44 +Connector_Harwin +Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +48 +44 +Connector_Harwin +Harwin_LTek-Male_03_P2.00mm_Vertical +Harwin LTek Connector, 3 pins, single row male, vertical entry +connector harwin ltek M80 +0 +3 +3 +Connector_Harwin +Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +7 +3 +Connector_Harwin +Harwin_LTek-Male_04_P2.00mm_Vertical +Harwin LTek Connector, 4 pins, single row male, vertical entry +connector harwin ltek M80 +0 +4 +4 +Connector_Harwin +Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +8 +4 +Connector_Harwin +Harwin_LTek-Male_05_P2.00mm_Vertical +Harwin LTek Connector, 5 pins, single row male, vertical entry +connector harwin ltek M80 +0 +5 +5 +Connector_Harwin +Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +9 +5 +Connector_Harwin +Harwin_LTek-Male_06_P2.00mm_Vertical +Harwin LTek Connector, 6 pins, single row male, vertical entry +connector harwin ltek M80 +0 +6 +6 +Connector_Harwin +Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +10 +6 +Connector_Harwin +Harwin_LTek-Male_07_P2.00mm_Vertical +Harwin LTek Connector, 7 pins, single row male, vertical entry +connector harwin ltek M80 +0 +7 +7 +Connector_Harwin +Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +11 +7 +Connector_Harwin +Harwin_LTek-Male_17_P2.00mm_Vertical +Harwin LTek Connector, 17 pins, single row male, vertical entry +connector harwin ltek M80 +0 +17 +17 +Connector_Harwin +Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +21 +17 +Connector_Harwin +Harwin_LTek-Male_22_P2.00mm_Vertical +Harwin LTek Connector, 22 pins, single row male, vertical entry +connector harwin ltek M80 +0 +22 +22 +Connector_Harwin +Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief +Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip +connector harwin ltek M80 +0 +26 +22 +Connector_Harwin +Harwin_M20-89003xx_1x03_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +4 +3 +Connector_Harwin +Harwin_M20-89004xx_1x04_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +5 +4 +Connector_Harwin +Harwin_M20-89005xx_1x05_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +6 +5 +Connector_Harwin +Harwin_M20-89006xx_1x06_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +7 +6 +Connector_Harwin +Harwin_M20-89007xx_1x07_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +8 +7 +Connector_Harwin +Harwin_M20-89008xx_1x08_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +9 +8 +Connector_Harwin +Harwin_M20-89009xx_1x09_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +10 +9 +Connector_Harwin +Harwin_M20-89010xx_1x10_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +11 +10 +Connector_Harwin +Harwin_M20-89011xx_1x11_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +12 +11 +Connector_Harwin +Harwin_M20-89012xx_1x12_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +13 +12 +Connector_Harwin +Harwin_M20-89013xx_1x13_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +14 +13 +Connector_Harwin +Harwin_M20-89014xx_1x14_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +15 +14 +Connector_Harwin +Harwin_M20-89015xx_1x15_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +16 +15 +Connector_Harwin +Harwin_M20-89016xx_1x16_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +17 +16 +Connector_Harwin +Harwin_M20-89017xx_1x17_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +18 +17 +Connector_Harwin +Harwin_M20-89018xx_1x18_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +19 +18 +Connector_Harwin +Harwin_M20-89019xx_1x19_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +20 +19 +Connector_Harwin +Harwin_M20-89020xx_1x20_P2.54mm_Horizontal +Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator +connector Harwin M20-890 horizontal +0 +21 +20 +Connector_Harwin +Harwin_M20-7810245_2x02_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +4 +4 +Connector_Harwin +Harwin_M20-7810345_2x03_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +6 +6 +Connector_Harwin +Harwin_M20-7810445_2x04_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +8 +8 +Connector_Harwin +Harwin_M20-7810545_2x05_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +10 +10 +Connector_Harwin +Harwin_M20-7810645_2x06_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +12 +12 +Connector_Harwin +Harwin_M20-7810745_2x07_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +14 +14 +Connector_Harwin +Harwin_M20-7810845_2x08_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +16 +16 +Connector_Harwin +Harwin_M20-7810945_2x09_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +18 +18 +Connector_Harwin +Harwin_M20-7811045_2x10_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +20 +20 +Connector_Harwin +Harwin_M20-7811245_2x12_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +24 +24 +Connector_Harwin +Harwin_M20-7811545_2x15_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +30 +30 +Connector_Harwin +Harwin_M20-7812045_2x20_P2.54mm_Vertical +Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator +connector Harwin M20 side entry +0 +40 +40 +Connector_Hirose +Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical +Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) +connector Hirose BM24 40pin header +0 +44 +42 +Connector_Hirose +Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical +Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) +connector Hirose 40pin receptacle vertical +0 +42 +42 +Connector_Hirose +Hirose_DF3EA-02P-2H_1x02-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-02P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +4 +3 +Connector_Hirose +Hirose_DF3EA-03P-2H_1x03-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-03P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +5 +4 +Connector_Hirose +Hirose_DF3EA-04P-2H_1x04-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-04P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +6 +5 +Connector_Hirose +Hirose_DF3EA-05P-2H_1x05-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-05P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +7 +6 +Connector_Hirose +Hirose_DF3EA-06P-2H_1x06-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-06P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +8 +7 +Connector_Hirose +Hirose_DF3EA-07P-2H_1x07-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-07P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +9 +8 +Connector_Hirose +Hirose_DF3EA-08P-2H_1x08-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-08P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +10 +9 +Connector_Hirose +Hirose_DF3EA-09P-2H_1x09-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-09P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +11 +10 +Connector_Hirose +Hirose_DF3EA-10P-2H_1x10-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-10P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +12 +11 +Connector_Hirose +Hirose_DF3EA-11P-2H_1x11-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-11P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +13 +12 +Connector_Hirose +Hirose_DF3EA-12P-2H_1x12-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-12P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +14 +13 +Connector_Hirose +Hirose_DF3EA-13P-2H_1x13-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-13P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +15 +14 +Connector_Hirose +Hirose_DF3EA-14P-2H_1x14-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-14P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +16 +15 +Connector_Hirose +Hirose_DF3EA-15P-2H_1x15-1MP_P2.00mm_Horizontal +Hirose series connector, DF3EA-15P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator +connector Hirose top entry +0 +17 +16 +Connector_Hirose +Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical +Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical +Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical +Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +8 +8 +Connector_Hirose +Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical +Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +10 +10 +Connector_Hirose +Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical +Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +12 +12 +Connector_Hirose +Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical +Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +14 +14 +Connector_Hirose +Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical +Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +16 +16 +Connector_Hirose +Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical +Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +18 +18 +Connector_Hirose +Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical +Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +20 +20 +Connector_Hirose +Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical +Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +22 +22 +Connector_Hirose +Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical +Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +24 +24 +Connector_Hirose +Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical +Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +26 +26 +Connector_Hirose +Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical +Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +28 +28 +Connector_Hirose +Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical +Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +30 +30 +Connector_Hirose +Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical +Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator +connector Hirose DF11 vertical +0 +32 +32 +Connector_Hirose +Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +20 +10 +Connector_Hirose +Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +28 +14 +Connector_Hirose +Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +40 +20 +Connector_Hirose +Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +60 +30 +Connector_Hirose +Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +64 +32 +Connector_Hirose +Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +72 +36 +Connector_Hirose +Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +80 +40 +Connector_Hirose +Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +100 +50 +Connector_Hirose +Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical +Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +120 +60 +Connector_Hirose +Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +20 +10 +Connector_Hirose +Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +28 +14 +Connector_Hirose +Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +40 +20 +Connector_Hirose +Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +60 +30 +Connector_Hirose +Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +64 +32 +Connector_Hirose +Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +72 +36 +Connector_Hirose +Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +80 +40 +Connector_Hirose +Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +100 +50 +Connector_Hirose +Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +120 +60 +Connector_Hirose +Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical +Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator +connector Hirose DF12 vertical +0 +160 +80 +Connector_Hirose +Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical +Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +2 +2 +Connector_Hirose +Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical +Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +3 +3 +Connector_Hirose +Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical +Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +4 +4 +Connector_Hirose +Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical +Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +5 +5 +Connector_Hirose +Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +5 +5 +Connector_Hirose +Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical +Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +6 +6 +Connector_Hirose +Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical +Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +7 +7 +Connector_Hirose +Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +7 +7 +Connector_Hirose +Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical +Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +8 +8 +Connector_Hirose +Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +8 +8 +Connector_Hirose +Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical +Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +9 +9 +Connector_Hirose +Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +9 +9 +Connector_Hirose +Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical +Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +10 +10 +Connector_Hirose +Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +10 +10 +Connector_Hirose +Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical +Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +11 +11 +Connector_Hirose +Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +11 +11 +Connector_Hirose +Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical +Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +12 +12 +Connector_Hirose +Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +12 +12 +Connector_Hirose +Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical +Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +13 +13 +Connector_Hirose +Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical +Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +14 +14 +Connector_Hirose +Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +14 +14 +Connector_Hirose +Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical +Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator +connector Hirose DF13 vertical +0 +15 +15 +Connector_Hirose +Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal +Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator +connector Hirose DF13 horizontal +0 +15 +15 +Connector_Hirose +Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +4 +3 +Connector_Hirose +Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +5 +4 +Connector_Hirose +Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +6 +5 +Connector_Hirose +Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +7 +6 +Connector_Hirose +Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +8 +7 +Connector_Hirose +Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +9 +8 +Connector_Hirose +Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +10 +9 +Connector_Hirose +Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +11 +10 +Connector_Hirose +Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +12 +11 +Connector_Hirose +Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +13 +12 +Connector_Hirose +Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +14 +13 +Connector_Hirose +Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +16 +15 +Connector_Hirose +Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical +Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator +connector Hirose DF13C vertical +0 +17 +16 +Connector_Hirose +Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +4 +3 +Connector_Hirose +Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +5 +4 +Connector_Hirose +Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +6 +5 +Connector_Hirose +Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +7 +6 +Connector_Hirose +Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +8 +7 +Connector_Hirose +Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +9 +8 +Connector_Hirose +Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +10 +9 +Connector_Hirose +Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +11 +10 +Connector_Hirose +Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +12 +11 +Connector_Hirose +Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +13 +12 +Connector_Hirose +Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +14 +13 +Connector_Hirose +Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +16 +15 +Connector_Hirose +Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal +Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator +connector Hirose top entry +0 +17 +16 +Connector_Hirose +Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical +Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +5 +5 +Connector_Hirose +Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical +Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +6 +6 +Connector_Hirose +Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +1 +1 +Connector_Hirose +Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical +Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +1 +1 +Connector_Hirose +Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +2 +2 +Connector_Hirose +Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +3 +3 +Connector_Hirose +Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +4 +4 +Connector_Hirose +Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical +Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator +connector Hirose DF63 vertical +0 +5 +5 +Connector_IDC +IDC-Header_2x03_P2.54mm_Horizontal +Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x03 2.54mm double row +0 +6 +6 +Connector_IDC +IDC-Header_2x03_P2.54mm_Vertical +Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x03 2.54mm double row +0 +6 +6 +Connector_IDC +IDC-Header_2x04_P2.54mm_Horizontal +Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x04 2.54mm double row +0 +8 +8 +Connector_IDC +IDC-Header_2x04_P2.54mm_Vertical +Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x04 2.54mm double row +0 +8 +8 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +12 +11 +Connector_IDC +IDC-Header_2x05_P2.54mm_Horizontal +Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Latch_Vertical +Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x05_P2.54mm_Vertical +Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x05 2.54mm double row +0 +10 +10 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +14 +13 +Connector_IDC +IDC-Header_2x06_P2.54mm_Horizontal +Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Latch_Vertical +Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x06_P2.54mm_Vertical +Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x06 2.54mm double row +0 +12 +12 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +16 +15 +Connector_IDC +IDC-Header_2x07_P2.54mm_Horizontal +Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Horizontal_Lock +Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) +connector idc locked +0 +16 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Latch_Vertical +Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x07_P2.54mm_Vertical +Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x07 2.54mm double row +0 +14 +14 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +18 +17 +Connector_IDC +IDC-Header_2x08_P2.54mm_Horizontal +Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Latch_Vertical +Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x08_P2.54mm_Vertical +Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x08 2.54mm double row +0 +16 +16 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +22 +21 +Connector_IDC +IDC-Header_2x10_P2.54mm_Horizontal +Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Latch_Vertical +Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x10_P2.54mm_Vertical +Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x10 2.54mm double row +0 +20 +20 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +26 +25 +Connector_IDC +IDC-Header_2x12_P2.54mm_Horizontal +Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Latch_Vertical +Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x12_P2.54mm_Vertical +Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x12 2.54mm double row +0 +24 +24 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +28 +27 +Connector_IDC +IDC-Header_2x13_P2.54mm_Horizontal +Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Latch_Vertical +Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x13_P2.54mm_Vertical +Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x13 2.54mm double row +0 +26 +26 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +32 +31 +Connector_IDC +IDC-Header_2x15_P2.54mm_Horizontal +Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Latch_Vertical +Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x15_P2.54mm_Vertical +Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x15 2.54mm double row +0 +30 +30 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +36 +35 +Connector_IDC +IDC-Header_2x17_P2.54mm_Horizontal +Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Latch_Vertical +Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x17_P2.54mm_Vertical +Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x17 2.54mm double row +0 +34 +34 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +42 +41 +Connector_IDC +IDC-Header_2x20_P2.54mm_Horizontal +Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Latch_Vertical +Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x20_P2.54mm_Vertical +Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x20 2.54mm double row +0 +40 +40 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +52 +51 +Connector_IDC +IDC-Header_2x25_P2.54mm_Horizontal +Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Latch_Vertical +Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x25_P2.54mm_Vertical +Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x25 2.54mm double row +0 +50 +50 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +62 +61 +Connector_IDC +IDC-Header_2x30_P2.54mm_Horizontal +Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Latch_Vertical +Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x30_P2.54mm_Vertical +Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x30 2.54mm double row +0 +60 +60 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32-1MP_P2.54mm_Latch_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +66 +65 +Connector_IDC +IDC-Header_2x32_P2.54mm_Horizontal +Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC box header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch6.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch9.5mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch12.0mm_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch_Horizontal +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole horizontal IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Latch_Vertical +Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC header THT 2x32 2.54mm double row +0 +64 +64 +Connector_IDC +IDC-Header_2x32_P2.54mm_Vertical +Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 +Through hole vertical IDC box header THT 2x32 2.54mm double row +0 +64 +64 +Connector_JAE +JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +4 +4 +Connector_JAE +JAE_LY20-4P-DT1_2x02_P2.00mm_Vertical +Molex LY 20 series connector, LY20-4P-DT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +4 +4 +Connector_JAE +JAE_LY20-6P-DLT1_2x03_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-6P-DLT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +6 +6 +Connector_JAE +JAE_LY20-6P-DT1_2x03_P2.00mm_Vertical +Molex LY 20 series connector, LY20-6P-DT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +6 +6 +Connector_JAE +JAE_LY20-8P-DLT1_2x04_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-8P-DLT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +8 +8 +Connector_JAE +JAE_LY20-8P-DT1_2x04_P2.00mm_Vertical +Molex LY 20 series connector, LY20-8P-DT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +8 +8 +Connector_JAE +JAE_LY20-10P-DLT1_2x05_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-10P-DLT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +10 +10 +Connector_JAE +JAE_LY20-10P-DT1_2x05_P2.00mm_Vertical +Molex LY 20 series connector, LY20-10P-DT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +10 +10 +Connector_JAE +JAE_LY20-12P-DLT1_2x06_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-12P-DLT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +12 +12 +Connector_JAE +JAE_LY20-12P-DT1_2x06_P2.00mm_Vertical +Molex LY 20 series connector, LY20-12P-DT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +12 +12 +Connector_JAE +JAE_LY20-14P-DLT1_2x07_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-14P-DLT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +14 +14 +Connector_JAE +JAE_LY20-14P-DT1_2x07_P2.00mm_Vertical +Molex LY 20 series connector, LY20-14P-DT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +14 +14 +Connector_JAE +JAE_LY20-16P-DLT1_2x08_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-16P-DLT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +16 +16 +Connector_JAE +JAE_LY20-16P-DT1_2x08_P2.00mm_Vertical +Molex LY 20 series connector, LY20-16P-DT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +16 +16 +Connector_JAE +JAE_LY20-18P-DLT1_2x09_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-18P-DLT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +18 +18 +Connector_JAE +JAE_LY20-18P-DT1_2x09_P2.00mm_Vertical +Molex LY 20 series connector, LY20-18P-DT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +18 +18 +Connector_JAE +JAE_LY20-20P-DLT1_2x10_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-20P-DLT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +20 +20 +Connector_JAE +JAE_LY20-20P-DT1_2x10_P2.00mm_Vertical +Molex LY 20 series connector, LY20-20P-DT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +20 +20 +Connector_JAE +JAE_LY20-22P-DLT1_2x11_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-22P-DLT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +22 +22 +Connector_JAE +JAE_LY20-22P-DT1_2x11_P2.00mm_Vertical +Molex LY 20 series connector, LY20-22P-DT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +22 +22 +Connector_JAE +JAE_LY20-24P-DLT1_2x12_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-24P-DLT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +24 +24 +Connector_JAE +JAE_LY20-24P-DT1_2x12_P2.00mm_Vertical +Molex LY 20 series connector, LY20-24P-DT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +24 +24 +Connector_JAE +JAE_LY20-26P-DLT1_2x13_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-26P-DLT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +26 +26 +Connector_JAE +JAE_LY20-26P-DT1_2x13_P2.00mm_Vertical +Molex LY 20 series connector, LY20-26P-DT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +26 +26 +Connector_JAE +JAE_LY20-28P-DLT1_2x14_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-28P-DLT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +28 +28 +Connector_JAE +JAE_LY20-28P-DT1_2x14_P2.00mm_Vertical +Molex LY 20 series connector, LY20-28P-DT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +28 +28 +Connector_JAE +JAE_LY20-30P-DLT1_2x15_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-30P-DLT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +30 +30 +Connector_JAE +JAE_LY20-30P-DT1_2x15_P2.00mm_Vertical +Molex LY 20 series connector, LY20-30P-DT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +30 +30 +Connector_JAE +JAE_LY20-32P-DLT1_2x16_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-32P-DLT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +32 +32 +Connector_JAE +JAE_LY20-32P-DT1_2x16_P2.00mm_Vertical +Molex LY 20 series connector, LY20-32P-DT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +32 +32 +Connector_JAE +JAE_LY20-34P-DLT1_2x17_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-34P-DLT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +34 +34 +Connector_JAE +JAE_LY20-34P-DT1_2x17_P2.00mm_Vertical +Molex LY 20 series connector, LY20-34P-DT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +34 +34 +Connector_JAE +JAE_LY20-36P-DLT1_2x18_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-36P-DLT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +36 +36 +Connector_JAE +JAE_LY20-36P-DT1_2x18_P2.00mm_Vertical +Molex LY 20 series connector, LY20-36P-DT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +36 +36 +Connector_JAE +JAE_LY20-38P-DLT1_2x19_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-38P-DLT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +38 +38 +Connector_JAE +JAE_LY20-38P-DT1_2x19_P2.00mm_Vertical +Molex LY 20 series connector, LY20-38P-DT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +38 +38 +Connector_JAE +JAE_LY20-40P-DLT1_2x20_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-40P-DLT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +40 +40 +Connector_JAE +JAE_LY20-40P-DT1_2x20_P2.00mm_Vertical +Molex LY 20 series connector, LY20-40P-DT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +40 +40 +Connector_JAE +JAE_LY20-42P-DLT1_2x21_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-42P-DLT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +42 +42 +Connector_JAE +JAE_LY20-42P-DT1_2x21_P2.00mm_Vertical +Molex LY 20 series connector, LY20-42P-DT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +42 +42 +Connector_JAE +JAE_LY20-44P-DLT1_2x22_P2.00mm_Horizontal +Molex LY 20 series connector, LY20-44P-DLT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator +connector JAE top entry +0 +44 +44 +Connector_JAE +JAE_LY20-44P-DT1_2x22_P2.00mm_Vertical +Molex LY 20 series connector, LY20-44P-DT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator +connector JAE side entry +0 +44 +44 +Connector_JAE +JAE_MM70-314-310B1 +http://www.heilind.com/marketing/documents/jae/JAE_MM70.pdf +connector JAE MXM +0 +280 +279 +Connector_JAE +JAE_SIM_Card_SF72S006 +SIM Card, Push-Push, https://www.jae.com/direct/topics/topics_file_download/topics_id=68892&ext_no=06&index=0&_lang=en&v=202003111511468456809 +SIM Card with Detect Switch +0 +18 +9 +Connector_JST +JST_ACH_BM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical +JST ACH series connector, BM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +3 +2 +Connector_JST +JST_ACH_BM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical +JST ACH series connector, BM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +4 +3 +Connector_JST +JST_ACH_BM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical +JST ACH series connector, BM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +5 +4 +Connector_JST +JST_ACH_BM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical +JST ACH series connector, BM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +6 +5 +Connector_JST +JST_ACH_BM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical +JST ACH series connector, BM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator +connector JST ACH vertical +0 +7 +6 +Connector_JST +JST_AUH_BM03B-AUHKS-GA-TB_1x03-1MP_P1.50mm_Vertical +JST AUH series connector, BM03B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator +connector JST AUH side entry +0 +5 +4 +Connector_JST +JST_AUH_BM05B-AUHKS-GA-TB_1x05-1MP_P1.50mm_Vertical +JST AUH series connector, BM05B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator +connector JST AUH side entry +0 +7 +6 +Connector_JST +JST_EH_B2B-EH-A_1x02_P2.50mm_Vertical +JST EH series connector, B2B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +2 +2 +Connector_JST +JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical +JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +3 +3 +Connector_JST +JST_EH_B4B-EH-A_1x04_P2.50mm_Vertical +JST EH series connector, B4B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +4 +4 +Connector_JST +JST_EH_B5B-EH-A_1x05_P2.50mm_Vertical +JST EH series connector, B5B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +5 +5 +Connector_JST +JST_EH_B6B-EH-A_1x06_P2.50mm_Vertical +JST EH series connector, B6B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +6 +6 +Connector_JST +JST_EH_B7B-EH-A_1x07_P2.50mm_Vertical +JST EH series connector, B7B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +7 +7 +Connector_JST +JST_EH_B8B-EH-A_1x08_P2.50mm_Vertical +JST EH series connector, B8B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +8 +8 +Connector_JST +JST_EH_B9B-EH-A_1x09_P2.50mm_Vertical +JST EH series connector, B9B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH vertical +0 +9 +9 +Connector_JST +JST_EH_B10B-EH-A_1x10_P2.50mm_Vertical +JST EH series connector, B10B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +10 +10 +Connector_JST +JST_EH_B11B-EH-A_1x11_P2.50mm_Vertical +JST EH series connector, B11B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +11 +11 +Connector_JST +JST_EH_B12B-EH-A_1x12_P2.50mm_Vertical +JST EH series connector, B12B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +12 +12 +Connector_JST +JST_EH_B13B-EH-A_1x13_P2.50mm_Vertical +JST EH series connector, B13B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +13 +13 +Connector_JST +JST_EH_B14B-EH-A_1x14_P2.50mm_Vertical +JST EH series connector, B14B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +14 +14 +Connector_JST +JST_EH_B15B-EH-A_1x15_P2.50mm_Vertical +JST EH series connector, B15B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH side entry +0 +15 +15 +Connector_JST +JST_EH_S2B-EH_1x02_P2.50mm_Horizontal +JST EH series connector, S2B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +2 +2 +Connector_JST +JST_EH_S3B-EH_1x03_P2.50mm_Horizontal +JST EH series connector, S3B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +3 +3 +Connector_JST +JST_EH_S4B-EH_1x04_P2.50mm_Horizontal +JST EH series connector, S4B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +4 +4 +Connector_JST +JST_EH_S5B-EH_1x05_P2.50mm_Horizontal +JST EH series connector, S5B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +5 +5 +Connector_JST +JST_EH_S6B-EH_1x06_P2.50mm_Horizontal +JST EH series connector, S6B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +6 +6 +Connector_JST +JST_EH_S7B-EH_1x07_P2.50mm_Horizontal +JST EH series connector, S7B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +7 +7 +Connector_JST +JST_EH_S8B-EH_1x08_P2.50mm_Horizontal +JST EH series connector, S8B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +8 +8 +Connector_JST +JST_EH_S9B-EH_1x09_P2.50mm_Horizontal +JST EH series connector, S9B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH horizontal +0 +9 +9 +Connector_JST +JST_EH_S10B-EH_1x10_P2.50mm_Horizontal +JST EH series connector, S10B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +10 +10 +Connector_JST +JST_EH_S11B-EH_1x11_P2.50mm_Horizontal +JST EH series connector, S11B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +11 +11 +Connector_JST +JST_EH_S12B-EH_1x12_P2.50mm_Horizontal +JST EH series connector, S12B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +12 +12 +Connector_JST +JST_EH_S13B-EH_1x13_P2.50mm_Horizontal +JST EH series connector, S13B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +13 +13 +Connector_JST +JST_EH_S14B-EH_1x14_P2.50mm_Horizontal +JST EH series connector, S14B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +14 +14 +Connector_JST +JST_EH_S15B-EH_1x15_P2.50mm_Horizontal +JST EH series connector, S15B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator +connector JST EH top entry +0 +15 +15 +Connector_JST +JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical +JST GH series connector, BM02B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +4 +3 +Connector_JST +JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical +JST GH series connector, BM03B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +5 +4 +Connector_JST +JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical +JST GH series connector, BM04B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +6 +5 +Connector_JST +JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical +JST GH series connector, BM05B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +7 +6 +Connector_JST +JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical +JST GH series connector, BM06B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +8 +7 +Connector_JST +JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical +JST GH series connector, BM07B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +9 +8 +Connector_JST +JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical +JST GH series connector, BM08B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +10 +9 +Connector_JST +JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical +JST GH series connector, BM09B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +11 +10 +Connector_JST +JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical +JST GH series connector, BM10B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +12 +11 +Connector_JST +JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical +JST GH series connector, BM11B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +13 +12 +Connector_JST +JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical +JST GH series connector, BM12B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +14 +13 +Connector_JST +JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical +JST GH series connector, BM13B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +15 +14 +Connector_JST +JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical +JST GH series connector, BM14B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +16 +15 +Connector_JST +JST_GH_BM15B-GHS-TBT_1x15-1MP_P1.25mm_Vertical +JST GH series connector, BM15B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH side entry +0 +17 +16 +Connector_JST +JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal +JST GH series connector, SM02B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +4 +3 +Connector_JST +JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal +JST GH series connector, SM03B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +5 +4 +Connector_JST +JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal +JST GH series connector, SM04B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +6 +5 +Connector_JST +JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal +JST GH series connector, SM05B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +7 +6 +Connector_JST +JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal +JST GH series connector, SM06B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +8 +7 +Connector_JST +JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal +JST GH series connector, SM07B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +9 +8 +Connector_JST +JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal +JST GH series connector, SM08B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +10 +9 +Connector_JST +JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal +JST GH series connector, SM09B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +11 +10 +Connector_JST +JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal +JST GH series connector, SM10B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +12 +11 +Connector_JST +JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal +JST GH series connector, SM11B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +13 +12 +Connector_JST +JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal +JST GH series connector, SM12B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +14 +13 +Connector_JST +JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal +JST GH series connector, SM13B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +15 +14 +Connector_JST +JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal +JST GH series connector, SM14B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +16 +15 +Connector_JST +JST_GH_SM15B-GHS-TB_1x15-1MP_P1.25mm_Horizontal +JST GH series connector, SM15B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator +connector JST GH top entry +0 +17 +16 +Connector_JST +JST_J2100_B06B-J21DK-GGXR_2x03_P2.50x4.00mm_Vertical +JST J2100 series connector, B06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +8 +6 +Connector_JST +JST_J2100_B08B-J21DK-GGXR_2x04_P2.50x4.00mm_Vertical +JST J2100 series connector, B08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +10 +8 +Connector_JST +JST_J2100_B10B-J21DK-GGXR_2x05_P2.50x4.00mm_Vertical +JST J2100 series connector, B10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +12 +10 +Connector_JST +JST_J2100_B12B-J21DK-GGXR_2x06_P2.50x4.00mm_Vertical +JST J2100 series connector, B12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +14 +12 +Connector_JST +JST_J2100_B16B-J21DK-GGXR_2x08_P2.50x4.00mm_Vertical +JST J2100 series connector, B16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +18 +16 +Connector_JST +JST_J2100_B20B-J21DK-GGXR_2x10_P2.50x4.00mm_Vertical +JST J2100 series connector, B20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 vertical +0 +22 +20 +Connector_JST +JST_J2100_S06B-J21DK-GGXR_2x03_P2.50mm_Horizontal +JST J2100 series connector, S06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +7 +6 +Connector_JST +JST_J2100_S08B-J21DK-GGXR_2x04_P2.50mm_Horizontal +JST J2100 series connector, S08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +10 +8 +Connector_JST +JST_J2100_S10B-J21DK-GGXR_2x05_P2.50mm_Horizontal +JST J2100 series connector, S10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +12 +10 +Connector_JST +JST_J2100_S12B-J21DK-GGXR_2x06_P2.50mm_Horizontal +JST J2100 series connector, S12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +14 +12 +Connector_JST +JST_J2100_S16B-J21DK-GGXR_2x08_P2.50mm_Horizontal +JST J2100 series connector, S16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +18 +16 +Connector_JST +JST_J2100_S20B-J21DK-GGXR_2x10_P2.50mm_Horizontal +JST J2100 series connector, S20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator +connector JST J2100 horizontal +0 +22 +20 +Connector_JST +JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical +JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +2 +2 +Connector_JST +JST_JWPF_B03B-JWPF-SK-R_1x03_P2.00mm_Vertical +JST JWPF series connector, B03B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +3 +3 +Connector_JST +JST_JWPF_B04B-JWPF-SK-R_1x04_P2.00mm_Vertical +JST JWPF series connector, B04B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +4 +4 +Connector_JST +JST_JWPF_B06B-JWPF-SK-R_2x03_P2.00mm_Vertical +JST JWPF series connector, B06B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +6 +6 +Connector_JST +JST_JWPF_B08B-JWPF-SK-R_2x04_P2.00mm_Vertical +JST JWPF series connector, B08B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator +connector JST JWPF side entry +0 +8 +8 +Connector_JST +JST_LEA_SM02B-LEASS-TF_1x02-1MP_P4.20mm_Horizontal +JST LEA series connector, SM02B-LEASS-TF (http://www.jst-mfg.com/product/pdf/eng/eLEA.pdf), generated with kicad-footprint-generator +connector JST LEA top entry +0 +4 +3 +Connector_JST +JST_NV_B02P-NV_1x02_P5.00mm_Vertical +JST NV series connector, B02P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +2 +2 +Connector_JST +JST_NV_B03P-NV_1x03_P5.00mm_Vertical +JST NV series connector, B03P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +3 +3 +Connector_JST +JST_NV_B04P-NV_1x04_P5.00mm_Vertical +JST NV series connector, B04P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator +connector JST NV side entry +0 +4 +4 +Connector_JST +JST_PHD_B8B-PHDSS_2x04_P2.00mm_Vertical +JST PHD series connector, B8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +8 +8 +Connector_JST +JST_PHD_B10B-PHDSS_2x05_P2.00mm_Vertical +JST PHD series connector, B10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +10 +10 +Connector_JST +JST_PHD_B12B-PHDSS_2x06_P2.00mm_Vertical +JST PHD series connector, B12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +12 +12 +Connector_JST +JST_PHD_B14B-PHDSS_2x07_P2.00mm_Vertical +JST PHD series connector, B14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +14 +14 +Connector_JST +JST_PHD_B16B-PHDSS_2x08_P2.00mm_Vertical +JST PHD series connector, B16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +16 +16 +Connector_JST +JST_PHD_B18B-PHDSS_2x09_P2.00mm_Vertical +JST PHD series connector, B18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +18 +18 +Connector_JST +JST_PHD_B20B-PHDSS_2x10_P2.00mm_Vertical +JST PHD series connector, B20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +20 +20 +Connector_JST +JST_PHD_B22B-PHDSS_2x11_P2.00mm_Vertical +JST PHD series connector, B22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +22 +22 +Connector_JST +JST_PHD_B24B-PHDSS_2x12_P2.00mm_Vertical +JST PHD series connector, B24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +24 +24 +Connector_JST +JST_PHD_B26B-PHDSS_2x13_P2.00mm_Vertical +JST PHD series connector, B26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +26 +26 +Connector_JST +JST_PHD_B28B-PHDSS_2x14_P2.00mm_Vertical +JST PHD series connector, B28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +28 +28 +Connector_JST +JST_PHD_B30B-PHDSS_2x15_P2.00mm_Vertical +JST PHD series connector, B30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +30 +30 +Connector_JST +JST_PHD_B32B-PHDSS_2x16_P2.00mm_Vertical +JST PHD series connector, B32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +32 +32 +Connector_JST +JST_PHD_B34B-PHDSS_2x17_P2.00mm_Vertical +JST PHD series connector, B34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD vertical +0 +34 +34 +Connector_JST +JST_PHD_S8B-PHDSS_2x04_P2.00mm_Horizontal +JST PHD series connector, S8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +8 +8 +Connector_JST +JST_PHD_S10B-PHDSS_2x05_P2.00mm_Horizontal +JST PHD series connector, S10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +10 +10 +Connector_JST +JST_PHD_S12B-PHDSS_2x06_P2.00mm_Horizontal +JST PHD series connector, S12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +12 +12 +Connector_JST +JST_PHD_S14B-PHDSS_2x07_P2.00mm_Horizontal +JST PHD series connector, S14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +14 +14 +Connector_JST +JST_PHD_S16B-PHDSS_2x08_P2.00mm_Horizontal +JST PHD series connector, S16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +16 +16 +Connector_JST +JST_PHD_S18B-PHDSS_2x09_P2.00mm_Horizontal +JST PHD series connector, S18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +18 +18 +Connector_JST +JST_PHD_S20B-PHDSS_2x10_P2.00mm_Horizontal +JST PHD series connector, S20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +20 +20 +Connector_JST +JST_PHD_S22B-PHDSS_2x11_P2.00mm_Horizontal +JST PHD series connector, S22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +22 +22 +Connector_JST +JST_PHD_S24B-PHDSS_2x12_P2.00mm_Horizontal +JST PHD series connector, S24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +24 +24 +Connector_JST +JST_PHD_S26B-PHDSS_2x13_P2.00mm_Horizontal +JST PHD series connector, S26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +26 +26 +Connector_JST +JST_PHD_S28B-PHDSS_2x14_P2.00mm_Horizontal +JST PHD series connector, S28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +28 +28 +Connector_JST +JST_PHD_S30B-PHDSS_2x15_P2.00mm_Horizontal +JST PHD series connector, S30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +30 +30 +Connector_JST +JST_PHD_S32B-PHDSS_2x16_P2.00mm_Horizontal +JST PHD series connector, S32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +32 +32 +Connector_JST +JST_PHD_S34B-PHDSS_2x17_P2.00mm_Horizontal +JST PHD series connector, S34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator +connector JST PHD horizontal +0 +34 +34 +Connector_JST +JST_PH_B2B-PH-K_1x02_P2.00mm_Vertical +JST PH series connector, B2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +2 +2 +Connector_JST +JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical +JST PH series connector, B2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +4 +3 +Connector_JST +JST_PH_B3B-PH-K_1x03_P2.00mm_Vertical +JST PH series connector, B3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +3 +3 +Connector_JST +JST_PH_B3B-PH-SM4-TB_1x03-1MP_P2.00mm_Vertical +JST PH series connector, B3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +5 +4 +Connector_JST +JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical +JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +4 +4 +Connector_JST +JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical +JST PH series connector, B4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +6 +5 +Connector_JST +JST_PH_B5B-PH-K_1x05_P2.00mm_Vertical +JST PH series connector, B5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +5 +5 +Connector_JST +JST_PH_B5B-PH-SM4-TB_1x05-1MP_P2.00mm_Vertical +JST PH series connector, B5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +7 +6 +Connector_JST +JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical +JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +6 +6 +Connector_JST +JST_PH_B6B-PH-SM4-TB_1x06-1MP_P2.00mm_Vertical +JST PH series connector, B6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +8 +7 +Connector_JST +JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical +JST PH series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +7 +7 +Connector_JST +JST_PH_B7B-PH-SM4-TB_1x07-1MP_P2.00mm_Vertical +JST PH series connector, B7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +9 +8 +Connector_JST +JST_PH_B8B-PH-K_1x08_P2.00mm_Vertical +JST PH series connector, B8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +8 +8 +Connector_JST +JST_PH_B8B-PH-SM4-TB_1x08-1MP_P2.00mm_Vertical +JST PH series connector, B8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +10 +9 +Connector_JST +JST_PH_B9B-PH-K_1x09_P2.00mm_Vertical +JST PH series connector, B9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +9 +9 +Connector_JST +JST_PH_B9B-PH-SM4-TB_1x09-1MP_P2.00mm_Vertical +JST PH series connector, B9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +11 +10 +Connector_JST +JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical +JST PH series connector, B10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +10 +10 +Connector_JST +JST_PH_B10B-PH-SM4-TB_1x10-1MP_P2.00mm_Vertical +JST PH series connector, B10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +12 +11 +Connector_JST +JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical +JST PH series connector, B11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +11 +11 +Connector_JST +JST_PH_B11B-PH-SM4-TB_1x11-1MP_P2.00mm_Vertical +JST PH series connector, B11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +13 +12 +Connector_JST +JST_PH_B12B-PH-K_1x12_P2.00mm_Vertical +JST PH series connector, B12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +12 +12 +Connector_JST +JST_PH_B12B-PH-SM4-TB_1x12-1MP_P2.00mm_Vertical +JST PH series connector, B12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +14 +13 +Connector_JST +JST_PH_B13B-PH-K_1x13_P2.00mm_Vertical +JST PH series connector, B13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +13 +13 +Connector_JST +JST_PH_B13B-PH-SM4-TB_1x13-1MP_P2.00mm_Vertical +JST PH series connector, B13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +15 +14 +Connector_JST +JST_PH_B14B-PH-K_1x14_P2.00mm_Vertical +JST PH series connector, B14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +14 +14 +Connector_JST +JST_PH_B14B-PH-SM4-TB_1x14-1MP_P2.00mm_Vertical +JST PH series connector, B14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +16 +15 +Connector_JST +JST_PH_B15B-PH-K_1x15_P2.00mm_Vertical +JST PH series connector, B15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +15 +15 +Connector_JST +JST_PH_B15B-PH-SM4-TB_1x15-1MP_P2.00mm_Vertical +JST PH series connector, B15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +17 +16 +Connector_JST +JST_PH_B16B-PH-K_1x16_P2.00mm_Vertical +JST PH series connector, B16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +16 +16 +Connector_JST +JST_PH_B16B-PH-SM4-TB_1x16-1MP_P2.00mm_Vertical +JST PH series connector, B16B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH side entry +0 +18 +17 +Connector_JST +JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal +JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +2 +2 +Connector_JST +JST_PH_S2B-PH-SM4-TB_1x02-1MP_P2.00mm_Horizontal +JST PH series connector, S2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +4 +3 +Connector_JST +JST_PH_S3B-PH-K_1x03_P2.00mm_Horizontal +JST PH series connector, S3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +3 +3 +Connector_JST +JST_PH_S3B-PH-SM4-TB_1x03-1MP_P2.00mm_Horizontal +JST PH series connector, S3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +5 +4 +Connector_JST +JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal +JST PH series connector, S4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +4 +4 +Connector_JST +JST_PH_S4B-PH-SM4-TB_1x04-1MP_P2.00mm_Horizontal +JST PH series connector, S4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +6 +5 +Connector_JST +JST_PH_S5B-PH-K_1x05_P2.00mm_Horizontal +JST PH series connector, S5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +5 +5 +Connector_JST +JST_PH_S5B-PH-SM4-TB_1x05-1MP_P2.00mm_Horizontal +JST PH series connector, S5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +7 +6 +Connector_JST +JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal +JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +6 +6 +Connector_JST +JST_PH_S6B-PH-SM4-TB_1x06-1MP_P2.00mm_Horizontal +JST PH series connector, S6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +8 +7 +Connector_JST +JST_PH_S7B-PH-K_1x07_P2.00mm_Horizontal +JST PH series connector, S7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +7 +7 +Connector_JST +JST_PH_S7B-PH-SM4-TB_1x07-1MP_P2.00mm_Horizontal +JST PH series connector, S7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +9 +8 +Connector_JST +JST_PH_S8B-PH-K_1x08_P2.00mm_Horizontal +JST PH series connector, S8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +8 +8 +Connector_JST +JST_PH_S8B-PH-SM4-TB_1x08-1MP_P2.00mm_Horizontal +JST PH series connector, S8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +10 +9 +Connector_JST +JST_PH_S9B-PH-K_1x09_P2.00mm_Horizontal +JST PH series connector, S9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +9 +9 +Connector_JST +JST_PH_S9B-PH-SM4-TB_1x09-1MP_P2.00mm_Horizontal +JST PH series connector, S9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +11 +10 +Connector_JST +JST_PH_S10B-PH-K_1x10_P2.00mm_Horizontal +JST PH series connector, S10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +10 +10 +Connector_JST +JST_PH_S10B-PH-SM4-TB_1x10-1MP_P2.00mm_Horizontal +JST PH series connector, S10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +12 +11 +Connector_JST +JST_PH_S11B-PH-K_1x11_P2.00mm_Horizontal +JST PH series connector, S11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +11 +11 +Connector_JST +JST_PH_S11B-PH-SM4-TB_1x11-1MP_P2.00mm_Horizontal +JST PH series connector, S11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +13 +12 +Connector_JST +JST_PH_S12B-PH-K_1x12_P2.00mm_Horizontal +JST PH series connector, S12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +12 +12 +Connector_JST +JST_PH_S12B-PH-SM4-TB_1x12-1MP_P2.00mm_Horizontal +JST PH series connector, S12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +14 +13 +Connector_JST +JST_PH_S13B-PH-K_1x13_P2.00mm_Horizontal +JST PH series connector, S13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +13 +13 +Connector_JST +JST_PH_S13B-PH-SM4-TB_1x13-1MP_P2.00mm_Horizontal +JST PH series connector, S13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +15 +14 +Connector_JST +JST_PH_S14B-PH-K_1x14_P2.00mm_Horizontal +JST PH series connector, S14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +14 +14 +Connector_JST +JST_PH_S14B-PH-SM4-TB_1x14-1MP_P2.00mm_Horizontal +JST PH series connector, S14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +16 +15 +Connector_JST +JST_PH_S15B-PH-K_1x15_P2.00mm_Horizontal +JST PH series connector, S15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +15 +15 +Connector_JST +JST_PH_S15B-PH-SM4-TB_1x15-1MP_P2.00mm_Horizontal +JST PH series connector, S15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +17 +16 +Connector_JST +JST_PH_S16B-PH-K_1x16_P2.00mm_Horizontal +JST PH series connector, S16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator +connector JST PH top entry +0 +16 +16 +Connector_JST +JST_PUD_B08B-PUDSS_2x04_P2.00mm_Vertical +JST PUD series connector, B08B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +8 +8 +Connector_JST +JST_PUD_B10B-PUDSS_2x05_P2.00mm_Vertical +JST PUD series connector, B10B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +10 +10 +Connector_JST +JST_PUD_B12B-PUDSS_2x06_P2.00mm_Vertical +JST PUD series connector, B12B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +12 +12 +Connector_JST +JST_PUD_B14B-PUDSS_2x07_P2.00mm_Vertical +JST PUD series connector, B14B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +14 +14 +Connector_JST +JST_PUD_B16B-PUDSS_2x08_P2.00mm_Vertical +JST PUD series connector, B16B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +16 +16 +Connector_JST +JST_PUD_B18B-PUDSS_2x09_P2.00mm_Vertical +JST PUD series connector, B18B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +18 +18 +Connector_JST +JST_PUD_B20B-PUDSS_2x10_P2.00mm_Vertical +JST PUD series connector, B20B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +20 +20 +Connector_JST +JST_PUD_B22B-PUDSS_2x11_P2.00mm_Vertical +JST PUD series connector, B22B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +22 +22 +Connector_JST +JST_PUD_B24B-PUDSS_2x12_P2.00mm_Vertical +JST PUD series connector, B24B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +24 +24 +Connector_JST +JST_PUD_B26B-PUDSS_2x13_P2.00mm_Vertical +JST PUD series connector, B26B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +26 +26 +Connector_JST +JST_PUD_B28B-PUDSS_2x14_P2.00mm_Vertical +JST PUD series connector, B28B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +28 +28 +Connector_JST +JST_PUD_B30B-PUDSS_2x15_P2.00mm_Vertical +JST PUD series connector, B30B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +30 +30 +Connector_JST +JST_PUD_B32B-PUDSS_2x16_P2.00mm_Vertical +JST PUD series connector, B32B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +32 +32 +Connector_JST +JST_PUD_B34B-PUDSS_2x17_P2.00mm_Vertical +JST PUD series connector, B34B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +34 +34 +Connector_JST +JST_PUD_B36B-PUDSS_2x18_P2.00mm_Vertical +JST PUD series connector, B36B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +36 +36 +Connector_JST +JST_PUD_B38B-PUDSS_2x19_P2.00mm_Vertical +JST PUD series connector, B38B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +38 +38 +Connector_JST +JST_PUD_B40B-PUDSS_2x20_P2.00mm_Vertical +JST PUD series connector, B40B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD side entry +0 +40 +40 +Connector_JST +JST_PUD_S08B-PUDSS-1_2x04_P2.00mm_Horizontal +JST PUD series connector, S08B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +8 +8 +Connector_JST +JST_PUD_S10B-PUDSS-1_2x05_P2.00mm_Horizontal +JST PUD series connector, S10B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +10 +10 +Connector_JST +JST_PUD_S12B-PUDSS-1_2x06_P2.00mm_Horizontal +JST PUD series connector, S12B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +12 +12 +Connector_JST +JST_PUD_S14B-PUDSS-1_2x07_P2.00mm_Horizontal +JST PUD series connector, S14B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +14 +14 +Connector_JST +JST_PUD_S16B-PUDSS-1_2x08_P2.00mm_Horizontal +JST PUD series connector, S16B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +16 +16 +Connector_JST +JST_PUD_S18B-PUDSS-1_2x09_P2.00mm_Horizontal +JST PUD series connector, S18B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +18 +18 +Connector_JST +JST_PUD_S20B-PUDSS-1_2x10_P2.00mm_Horizontal +JST PUD series connector, S20B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +20 +20 +Connector_JST +JST_PUD_S22B-PUDSS-1_2x11_P2.00mm_Horizontal +JST PUD series connector, S22B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +22 +22 +Connector_JST +JST_PUD_S24B-PUDSS-1_2x12_P2.00mm_Horizontal +JST PUD series connector, S24B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +24 +24 +Connector_JST +JST_PUD_S26B-PUDSS-1_2x13_P2.00mm_Horizontal +JST PUD series connector, S26B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +26 +26 +Connector_JST +JST_PUD_S28B-PUDSS-1_2x14_P2.00mm_Horizontal +JST PUD series connector, S28B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +28 +28 +Connector_JST +JST_PUD_S30B-PUDSS-1_2x15_P2.00mm_Horizontal +JST PUD series connector, S30B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +30 +30 +Connector_JST +JST_PUD_S32B-PUDSS-1_2x16_P2.00mm_Horizontal +JST PUD series connector, S32B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +32 +32 +Connector_JST +JST_PUD_S34B-PUDSS-1_2x17_P2.00mm_Horizontal +JST PUD series connector, S34B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +34 +34 +Connector_JST +JST_PUD_S36B-PUDSS-1_2x18_P2.00mm_Horizontal +JST PUD series connector, S36B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +36 +36 +Connector_JST +JST_PUD_S38B-PUDSS-1_2x19_P2.00mm_Horizontal +JST PUD series connector, S38B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +38 +38 +Connector_JST +JST_PUD_S40B-PUDSS-1_2x20_P2.00mm_Horizontal +JST PUD series connector, S40B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator +connector JST PUD top entry +0 +40 +40 +Connector_JST +JST_SFH_SM02B-SFHRS-TF_1x02-1MP_P4.20mm_Horizontal +JST SFH series connector, SM02B-SFHRS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator +connector JST SFH horizontal +0 +4 +3 +Connector_JST +JST_SHL_SM02B-SHLS-TF_1x02-1MP_P1.00mm_Horizontal +JST SHL series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +4 +3 +Connector_JST +JST_SHL_SM05B-SHLS-TF_1x05-1MP_P1.00mm_Horizontal +JST SHL series connector, SM05B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +7 +6 +Connector_JST +JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal +JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +8 +7 +Connector_JST +JST_SHL_SM07B-SHLS-TF_1x07-1MP_P1.00mm_Horizontal +JST SHL series connector, SM07B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +9 +8 +Connector_JST +JST_SHL_SM08B-SHLS-TF_1x08-1MP_P1.00mm_Horizontal +JST SHL series connector, SM08B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +10 +9 +Connector_JST +JST_SHL_SM10B-SHLS-TF_1x10-1MP_P1.00mm_Horizontal +JST SHL series connector, SM10B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +12 +11 +Connector_JST +JST_SHL_SM11B-SHLS-TF_1x11-1MP_P1.00mm_Horizontal +JST SHL series connector, SM11B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +13 +12 +Connector_JST +JST_SHL_SM12B-SHLS-TF_1x12-1MP_P1.00mm_Horizontal +JST SHL series connector, SM12B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +14 +13 +Connector_JST +JST_SHL_SM14B-SHLS-TF_1x14-1MP_P1.00mm_Horizontal +JST SHL series connector, SM14B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +16 +15 +Connector_JST +JST_SHL_SM16B-SHLS-TF_1x16-1MP_P1.00mm_Horizontal +JST SHL series connector, SM16B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +18 +17 +Connector_JST +JST_SHL_SM20B-SHLS-TF_1x20-1MP_P1.00mm_Horizontal +JST SHL series connector, SM20B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +22 +21 +Connector_JST +JST_SHL_SM22B-SHLS-TF_1x22-1MP_P1.00mm_Horizontal +JST SHL series connector, SM22B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +24 +23 +Connector_JST +JST_SHL_SM26B-SHLS-TF_1x26-1MP_P1.00mm_Horizontal +JST SHL series connector, SM26B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +28 +27 +Connector_JST +JST_SHL_SM30B-SHLS-TF_1x30-1MP_P1.00mm_Horizontal +JST SHL series connector, SM30B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator +connector JST SHL top entry +0 +32 +31 +Connector_JST +JST_SH_BM02B-SRSS-TB_1x02-1MP_P1.00mm_Vertical +JST SH series connector, BM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +4 +3 +Connector_JST +JST_SH_BM03B-SRSS-TB_1x03-1MP_P1.00mm_Vertical +JST SH series connector, BM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +5 +4 +Connector_JST +JST_SH_BM04B-SRSS-TB_1x04-1MP_P1.00mm_Vertical +JST SH series connector, BM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +6 +5 +Connector_JST +JST_SH_BM05B-SRSS-TB_1x05-1MP_P1.00mm_Vertical +JST SH series connector, BM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +7 +6 +Connector_JST +JST_SH_BM06B-SRSS-TB_1x06-1MP_P1.00mm_Vertical +JST SH series connector, BM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +8 +7 +Connector_JST +JST_SH_BM07B-SRSS-TB_1x07-1MP_P1.00mm_Vertical +JST SH series connector, BM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +9 +8 +Connector_JST +JST_SH_BM08B-SRSS-TB_1x08-1MP_P1.00mm_Vertical +JST SH series connector, BM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +10 +9 +Connector_JST +JST_SH_BM09B-SRSS-TB_1x09-1MP_P1.00mm_Vertical +JST SH series connector, BM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +11 +10 +Connector_JST +JST_SH_BM10B-SRSS-TB_1x10-1MP_P1.00mm_Vertical +JST SH series connector, BM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +12 +11 +Connector_JST +JST_SH_BM11B-SRSS-TB_1x11-1MP_P1.00mm_Vertical +JST SH series connector, BM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +13 +12 +Connector_JST +JST_SH_BM12B-SRSS-TB_1x12-1MP_P1.00mm_Vertical +JST SH series connector, BM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +14 +13 +Connector_JST +JST_SH_BM13B-SRSS-TB_1x13-1MP_P1.00mm_Vertical +JST SH series connector, BM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +15 +14 +Connector_JST +JST_SH_BM14B-SRSS-TB_1x14-1MP_P1.00mm_Vertical +JST SH series connector, BM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +16 +15 +Connector_JST +JST_SH_BM15B-SRSS-TB_1x15-1MP_P1.00mm_Vertical +JST SH series connector, BM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH side entry +0 +17 +16 +Connector_JST +JST_SH_SM02B-SRSS-TB_1x02-1MP_P1.00mm_Horizontal +JST SH series connector, SM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +4 +3 +Connector_JST +JST_SH_SM03B-SRSS-TB_1x03-1MP_P1.00mm_Horizontal +JST SH series connector, SM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +5 +4 +Connector_JST +JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal +JST SH series connector, SM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +6 +5 +Connector_JST +JST_SH_SM05B-SRSS-TB_1x05-1MP_P1.00mm_Horizontal +JST SH series connector, SM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +7 +6 +Connector_JST +JST_SH_SM06B-SRSS-TB_1x06-1MP_P1.00mm_Horizontal +JST SH series connector, SM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +8 +7 +Connector_JST +JST_SH_SM07B-SRSS-TB_1x07-1MP_P1.00mm_Horizontal +JST SH series connector, SM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +9 +8 +Connector_JST +JST_SH_SM08B-SRSS-TB_1x08-1MP_P1.00mm_Horizontal +JST SH series connector, SM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +10 +9 +Connector_JST +JST_SH_SM09B-SRSS-TB_1x09-1MP_P1.00mm_Horizontal +JST SH series connector, SM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +11 +10 +Connector_JST +JST_SH_SM10B-SRSS-TB_1x10-1MP_P1.00mm_Horizontal +JST SH series connector, SM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +12 +11 +Connector_JST +JST_SH_SM11B-SRSS-TB_1x11-1MP_P1.00mm_Horizontal +JST SH series connector, SM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +13 +12 +Connector_JST +JST_SH_SM12B-SRSS-TB_1x12-1MP_P1.00mm_Horizontal +JST SH series connector, SM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +14 +13 +Connector_JST +JST_SH_SM13B-SRSS-TB_1x13-1MP_P1.00mm_Horizontal +JST SH series connector, SM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +15 +14 +Connector_JST +JST_SH_SM14B-SRSS-TB_1x14-1MP_P1.00mm_Horizontal +JST SH series connector, SM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +16 +15 +Connector_JST +JST_SH_SM15B-SRSS-TB_1x15-1MP_P1.00mm_Horizontal +JST SH series connector, SM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +17 +16 +Connector_JST +JST_SH_SM20B-SRSS-TB_1x20-1MP_P1.00mm_Horizontal +JST SH series connector, SM20B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator +connector JST SH top entry +0 +22 +21 +Connector_JST +JST_SUR_BM02B-SURS-TF_1x02-1MP_P0.80mm_Vertical +JST SUR series connector, BM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +4 +3 +Connector_JST +JST_SUR_BM03B-SURS-TF_1x03-1MP_P0.80mm_Vertical +JST SUR series connector, BM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +5 +4 +Connector_JST +JST_SUR_BM04B-SURS-TF_1x04-1MP_P0.80mm_Vertical +JST SUR series connector, BM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +6 +5 +Connector_JST +JST_SUR_BM05B-SURS-TF_1x05-1MP_P0.80mm_Vertical +JST SUR series connector, BM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +7 +6 +Connector_JST +JST_SUR_BM06B-SURS-TF_1x06-1MP_P0.80mm_Vertical +JST SUR series connector, BM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +8 +7 +Connector_JST +JST_SUR_BM08B-SURS-TF_1x08-1MP_P0.80mm_Vertical +JST SUR series connector, BM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +10 +9 +Connector_JST +JST_SUR_BM10B-SURS-TF_1x10-1MP_P0.80mm_Vertical +JST SUR series connector, BM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +12 +11 +Connector_JST +JST_SUR_BM12B-SURS-TF_1x12-1MP_P0.80mm_Vertical +JST SUR series connector, BM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +14 +13 +Connector_JST +JST_SUR_BM14B-SURS-TF_1x14-1MP_P0.80mm_Vertical +JST SUR series connector, BM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +16 +15 +Connector_JST +JST_SUR_BM15B-SURS-TF_1x15-1MP_P0.80mm_Vertical +JST SUR series connector, BM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +17 +16 +Connector_JST +JST_SUR_BM16B-SURS-TF_1x16-1MP_P0.80mm_Vertical +JST SUR series connector, BM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +18 +17 +Connector_JST +JST_SUR_BM17B-SURS-TF_1x17-1MP_P0.80mm_Vertical +JST SUR series connector, BM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +19 +18 +Connector_JST +JST_SUR_BM20B-SURS-TF_1x20-1MP_P0.80mm_Vertical +JST SUR series connector, BM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR side entry +0 +22 +21 +Connector_JST +JST_SUR_SM02B-SURS-TF_1x02-1MP_P0.80mm_Horizontal +JST SUR series connector, SM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +4 +3 +Connector_JST +JST_SUR_SM03B-SURS-TF_1x03-1MP_P0.80mm_Horizontal +JST SUR series connector, SM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +5 +4 +Connector_JST +JST_SUR_SM04B-SURS-TF_1x04-1MP_P0.80mm_Horizontal +JST SUR series connector, SM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +6 +5 +Connector_JST +JST_SUR_SM05B-SURS-TF_1x05-1MP_P0.80mm_Horizontal +JST SUR series connector, SM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +7 +6 +Connector_JST +JST_SUR_SM06B-SURS-TF_1x06-1MP_P0.80mm_Horizontal +JST SUR series connector, SM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +8 +7 +Connector_JST +JST_SUR_SM08B-SURS-TF_1x08-1MP_P0.80mm_Horizontal +JST SUR series connector, SM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +10 +9 +Connector_JST +JST_SUR_SM10B-SURS-TF_1x10-1MP_P0.80mm_Horizontal +JST SUR series connector, SM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +12 +11 +Connector_JST +JST_SUR_SM12B-SURS-TF_1x12-1MP_P0.80mm_Horizontal +JST SUR series connector, SM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +14 +13 +Connector_JST +JST_SUR_SM14B-SURS-TF_1x14-1MP_P0.80mm_Horizontal +JST SUR series connector, SM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +16 +15 +Connector_JST +JST_SUR_SM15B-SURS-TF_1x15-1MP_P0.80mm_Horizontal +JST SUR series connector, SM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +17 +16 +Connector_JST +JST_SUR_SM16B-SURS-TF_1x16-1MP_P0.80mm_Horizontal +JST SUR series connector, SM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +18 +17 +Connector_JST +JST_SUR_SM17B-SURS-TF_1x17-1MP_P0.80mm_Horizontal +JST SUR series connector, SM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +19 +18 +Connector_JST +JST_SUR_SM20B-SURS-TF_1x20-1MP_P0.80mm_Horizontal +JST SUR series connector, SM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +22 +21 +Connector_JST +JST_SUR_SM22B-SURS-TF_1x22-1MP_P0.80mm_Horizontal +JST SUR series connector, SM22B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator +connector JST SUR top entry +0 +24 +23 +Connector_JST +JST_VH_B2P-VH-B_1x02_P3.96mm_Vertical +JST VH PBT series connector, B2P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2P-VH-FB-B_1x02_P3.96mm_Vertical +JST VH series connector, B2P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +2 +2 +Connector_JST +JST_VH_B2P-VH_1x02_P3.96mm_Vertical +JST VH series connector, B2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2P3-VH_1x02_P7.92mm_Vertical +JST VH series connector, B2P3-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +2 +2 +Connector_JST +JST_VH_B2PS-VH_1x02_P3.96mm_Horizontal +JST VH series connector, B2PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +2 +2 +Connector_JST +JST_VH_B3P-VH-B_1x03_P3.96mm_Vertical +JST VH PBT series connector, B3P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +3 +3 +Connector_JST +JST_VH_B3P-VH-FB-B_1x03_P3.96mm_Vertical +JST VH series connector, B3P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +3 +3 +Connector_JST +JST_VH_B3P-VH_1x03_P3.96mm_Vertical +JST VH series connector, B3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +3 +3 +Connector_JST +JST_VH_B3PS-VH_1x03_P3.96mm_Horizontal +JST VH series connector, B3PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +3 +3 +Connector_JST +JST_VH_B4P-VH-B_1x04_P3.96mm_Vertical +JST VH PBT series connector, B4P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +4 +4 +Connector_JST +JST_VH_B4P-VH-FB-B_1x04_P3.96mm_Vertical +JST VH series connector, B4P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +4 +4 +Connector_JST +JST_VH_B4P-VH_1x04_P3.96mm_Vertical +JST VH series connector, B4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +4 +4 +Connector_JST +JST_VH_B4PS-VH_1x04_P3.96mm_Horizontal +JST VH series connector, B4PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +4 +4 +Connector_JST +JST_VH_B5P-VH-B_1x05_P3.96mm_Vertical +JST VH PBT series connector, B5P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +5 +5 +Connector_JST +JST_VH_B5P-VH-FB-B_1x05_P3.96mm_Vertical +JST VH series connector, B5P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +5 +5 +Connector_JST +JST_VH_B5P-VH_1x05_P3.96mm_Vertical +JST VH series connector, B5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +5 +5 +Connector_JST +JST_VH_B5PS-VH_1x05_P3.96mm_Horizontal +JST VH series connector, B5PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +5 +5 +Connector_JST +JST_VH_B6P-VH-B_1x06_P3.96mm_Vertical +JST VH PBT series connector, B6P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +6 +6 +Connector_JST +JST_VH_B6P-VH-FB-B_1x06_P3.96mm_Vertical +JST VH series connector, B6P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +6 +6 +Connector_JST +JST_VH_B6P-VH_1x06_P3.96mm_Vertical +JST VH series connector, B6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +6 +6 +Connector_JST +JST_VH_B6PS-VH_1x06_P3.96mm_Horizontal +JST VH series connector, B6PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +6 +6 +Connector_JST +JST_VH_B7P-VH-B_1x07_P3.96mm_Vertical +JST VH PBT series connector, B7P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +7 +7 +Connector_JST +JST_VH_B7P-VH-FB-B_1x07_P3.96mm_Vertical +JST VH series connector, B7P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +7 +7 +Connector_JST +JST_VH_B7P-VH_1x07_P3.96mm_Vertical +JST VH series connector, B7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +7 +7 +Connector_JST +JST_VH_B7PS-VH_1x07_P3.96mm_Horizontal +JST VH series connector, B7PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +7 +7 +Connector_JST +JST_VH_B8P-VH-B_1x08_P3.96mm_Vertical +JST VH PBT series connector, B8P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +8 +8 +Connector_JST +JST_VH_B8P-VH-FB-B_1x08_P3.96mm_Vertical +JST VH series connector, B8P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +8 +8 +Connector_JST +JST_VH_B8P-VH_1x08_P3.96mm_Vertical +JST VH series connector, B8P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +8 +8 +Connector_JST +JST_VH_B8PS-VH_1x08_P3.96mm_Horizontal +JST VH series connector, B8PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +8 +8 +Connector_JST +JST_VH_B9P-VH-B_1x09_P3.96mm_Vertical +JST VH PBT series connector, B9P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +9 +9 +Connector_JST +JST_VH_B9P-VH-FB-B_1x09_P3.96mm_Vertical +JST VH series connector, B9P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +9 +9 +Connector_JST +JST_VH_B9P-VH_1x09_P3.96mm_Vertical +JST VH series connector, B9P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +9 +9 +Connector_JST +JST_VH_B9PS-VH_1x09_P3.96mm_Horizontal +JST VH series connector, B9PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +9 +9 +Connector_JST +JST_VH_B10P-VH-B_1x10_P3.96mm_Vertical +JST VH PBT series connector, B10P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +10 +10 +Connector_JST +JST_VH_B10P-VH-FB-B_1x10_P3.96mm_Vertical +JST VH series connector, B10P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH side entry +0 +10 +10 +Connector_JST +JST_VH_B10P-VH_1x10_P3.96mm_Vertical +JST VH series connector, B10P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +10 +10 +Connector_JST +JST_VH_B10PS-VH_1x10_P3.96mm_Horizontal +JST VH series connector, B10PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +10 +10 +Connector_JST +JST_VH_B11P-VH-B_1x11_P3.96mm_Vertical +JST VH PBT series connector, B11P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH vertical +0 +11 +11 +Connector_JST +JST_VH_S2P-VH_1x02_P3.96mm_Horizontal +JST VH series connector, S2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +2 +2 +Connector_JST +JST_VH_S3P-VH_1x03_P3.96mm_Horizontal +JST VH series connector, S3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +3 +3 +Connector_JST +JST_VH_S4P-VH_1x04_P3.96mm_Horizontal +JST VH series connector, S4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +4 +4 +Connector_JST +JST_VH_S5P-VH_1x05_P3.96mm_Horizontal +JST VH series connector, S5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +5 +5 +Connector_JST +JST_VH_S6P-VH_1x06_P3.96mm_Horizontal +JST VH series connector, S6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +6 +6 +Connector_JST +JST_VH_S7P-VH_1x07_P3.96mm_Horizontal +JST VH series connector, S7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator +connector JST VH top entry +0 +7 +7 +Connector_JST +JST_XAG_SM05B-XAGKS-BN-TB_1x05-1MP_P2.50mm_Horizontal +JST XAG series connector, SM05B-XAGKS-BN-TB (http://www.jst-mfg.com/product/pdf/eng/eXAG.pdf), generated with kicad-footprint-generator +connector JST XAG top entry +0 +7 +6 +Connector_JST +JST_XA_B02B-XASK-1-A_1x02_P2.50mm_Vertical +JST XA series connector, B02B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +2 +2 +Connector_JST +JST_XA_B02B-XASK-1_1x02_P2.50mm_Vertical +JST XA series connector, B02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +2 +2 +Connector_JST +JST_XA_B03B-XASK-1-A_1x03_P2.50mm_Vertical +JST XA series connector, B03B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +3 +3 +Connector_JST +JST_XA_B03B-XASK-1_1x03_P2.50mm_Vertical +JST XA series connector, B03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +3 +3 +Connector_JST +JST_XA_B04B-XASK-1-A_1x04_P2.50mm_Vertical +JST XA series connector, B04B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +4 +4 +Connector_JST +JST_XA_B04B-XASK-1_1x04_P2.50mm_Vertical +JST XA series connector, B04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +4 +4 +Connector_JST +JST_XA_B05B-XASK-1-A_1x05_P2.50mm_Vertical +JST XA series connector, B05B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +5 +5 +Connector_JST +JST_XA_B05B-XASK-1_1x05_P2.50mm_Vertical +JST XA series connector, B05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +5 +5 +Connector_JST +JST_XA_B06B-XASK-1-A_1x06_P2.50mm_Vertical +JST XA series connector, B06B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +6 +6 +Connector_JST +JST_XA_B06B-XASK-1_1x06_P2.50mm_Vertical +JST XA series connector, B06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +6 +6 +Connector_JST +JST_XA_B07B-XASK-1-A_1x07_P2.50mm_Vertical +JST XA series connector, B07B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +7 +7 +Connector_JST +JST_XA_B07B-XASK-1_1x07_P2.50mm_Vertical +JST XA series connector, B07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +7 +7 +Connector_JST +JST_XA_B08B-XASK-1-A_1x08_P2.50mm_Vertical +JST XA series connector, B08B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +8 +8 +Connector_JST +JST_XA_B08B-XASK-1_1x08_P2.50mm_Vertical +JST XA series connector, B08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +8 +8 +Connector_JST +JST_XA_B09B-XASK-1-A_1x09_P2.50mm_Vertical +JST XA series connector, B09B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +9 +9 +Connector_JST +JST_XA_B09B-XASK-1_1x09_P2.50mm_Vertical +JST XA series connector, B09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +9 +9 +Connector_JST +JST_XA_B10B-XASK-1-A_1x10_P2.50mm_Vertical +JST XA series connector, B10B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +10 +10 +Connector_JST +JST_XA_B10B-XASK-1_1x10_P2.50mm_Vertical +JST XA series connector, B10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +10 +10 +Connector_JST +JST_XA_B11B-XASK-1-A_1x11_P2.50mm_Vertical +JST XA series connector, B11B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +11 +11 +Connector_JST +JST_XA_B11B-XASK-1_1x11_P2.50mm_Vertical +JST XA series connector, B11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +11 +11 +Connector_JST +JST_XA_B12B-XASK-1-A_1x12_P2.50mm_Vertical +JST XA series connector, B12B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +12 +12 +Connector_JST +JST_XA_B12B-XASK-1_1x12_P2.50mm_Vertical +JST XA series connector, B12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +12 +12 +Connector_JST +JST_XA_B13B-XASK-1-A_1x13_P2.50mm_Vertical +JST XA series connector, B13B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +13 +13 +Connector_JST +JST_XA_B13B-XASK-1_1x13_P2.50mm_Vertical +JST XA series connector, B13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +13 +13 +Connector_JST +JST_XA_B14B-XASK-1-A_1x14_P2.50mm_Vertical +JST XA series connector, B14B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +14 +14 +Connector_JST +JST_XA_B14B-XASK-1_1x14_P2.50mm_Vertical +JST XA series connector, B14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +14 +14 +Connector_JST +JST_XA_B15B-XASK-1-A_1x15_P2.50mm_Vertical +JST XA series connector, B15B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +15 +15 +Connector_JST +JST_XA_B15B-XASK-1_1x15_P2.50mm_Vertical +JST XA series connector, B15B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +15 +15 +Connector_JST +JST_XA_B18B-XASK-1_1x18_P2.50mm_Vertical +JST XA series connector, B18B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +18 +18 +Connector_JST +JST_XA_B20B-XASK-1-A_1x20_P2.50mm_Vertical +JST XA series connector, B20B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical boss +0 +20 +20 +Connector_JST +JST_XA_B20B-XASK-1_1x20_P2.50mm_Vertical +JST XA series connector, B20B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA vertical +0 +20 +20 +Connector_JST +JST_XA_S02B-XASK-1N-BN_1x02_P2.50mm_Horizontal +JST XA series connector, S02B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +2 +2 +Connector_JST +JST_XA_S02B-XASK-1_1x02_P2.50mm_Horizontal +JST XA series connector, S02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +2 +2 +Connector_JST +JST_XA_S03B-XASK-1N-BN_1x03_P2.50mm_Horizontal +JST XA series connector, S03B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +3 +3 +Connector_JST +JST_XA_S03B-XASK-1_1x03_P2.50mm_Horizontal +JST XA series connector, S03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +3 +3 +Connector_JST +JST_XA_S04B-XASK-1N-BN_1x04_P2.50mm_Horizontal +JST XA series connector, S04B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +4 +4 +Connector_JST +JST_XA_S04B-XASK-1_1x04_P2.50mm_Horizontal +JST XA series connector, S04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +4 +4 +Connector_JST +JST_XA_S05B-XASK-1N-BN_1x05_P2.50mm_Horizontal +JST XA series connector, S05B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +5 +5 +Connector_JST +JST_XA_S05B-XASK-1_1x05_P2.50mm_Horizontal +JST XA series connector, S05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +5 +5 +Connector_JST +JST_XA_S06B-XASK-1N-BN_1x06_P2.50mm_Horizontal +JST XA series connector, S06B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +6 +6 +Connector_JST +JST_XA_S06B-XASK-1_1x06_P2.50mm_Horizontal +JST XA series connector, S06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +6 +6 +Connector_JST +JST_XA_S07B-XASK-1N-BN_1x07_P2.50mm_Horizontal +JST XA series connector, S07B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +7 +7 +Connector_JST +JST_XA_S07B-XASK-1_1x07_P2.50mm_Horizontal +JST XA series connector, S07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +7 +7 +Connector_JST +JST_XA_S08B-XASK-1N-BN_1x08_P2.50mm_Horizontal +JST XA series connector, S08B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +8 +8 +Connector_JST +JST_XA_S08B-XASK-1_1x08_P2.50mm_Horizontal +JST XA series connector, S08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +8 +8 +Connector_JST +JST_XA_S09B-XASK-1N-BN_1x09_P2.50mm_Horizontal +JST XA series connector, S09B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +9 +9 +Connector_JST +JST_XA_S09B-XASK-1_1x09_P2.50mm_Horizontal +JST XA series connector, S09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +9 +9 +Connector_JST +JST_XA_S10B-XASK-1N-BN_1x10_P2.50mm_Horizontal +JST XA series connector, S10B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +10 +10 +Connector_JST +JST_XA_S10B-XASK-1_1x10_P2.50mm_Horizontal +JST XA series connector, S10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +10 +10 +Connector_JST +JST_XA_S11B-XASK-1N-BN_1x11_P2.50mm_Horizontal +JST XA series connector, S11B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +11 +11 +Connector_JST +JST_XA_S11B-XASK-1_1x11_P2.50mm_Horizontal +JST XA series connector, S11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +11 +11 +Connector_JST +JST_XA_S12B-XASK-1N-BN_1x12_P2.50mm_Horizontal +JST XA series connector, S12B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +12 +12 +Connector_JST +JST_XA_S12B-XASK-1_1x12_P2.50mm_Horizontal +JST XA series connector, S12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +12 +12 +Connector_JST +JST_XA_S13B-XASK-1N-BN_1x13_P2.50mm_Horizontal +JST XA series connector, S13B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +13 +13 +Connector_JST +JST_XA_S13B-XASK-1_1x13_P2.50mm_Horizontal +JST XA series connector, S13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +13 +13 +Connector_JST +JST_XA_S14B-XASK-1N-BN_1x14_P2.50mm_Horizontal +JST XA series connector, S14B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal +0 +14 +14 +Connector_JST +JST_XA_S14B-XASK-1_1x14_P2.50mm_Horizontal +JST XA series connector, S14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator +connector JST XA horizontal hook +0 +14 +14 +Connector_JST +JST_XH_B1B-XH-AM_1x01_P2.50mm_Vertical +JST XH series connector, B1B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +1 +1 +Connector_JST +JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical +JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +2 +2 +Connector_JST +JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical +JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +2 +2 +Connector_JST +JST_XH_B3B-XH-AM_1x03_P2.50mm_Vertical +JST XH series connector, B3B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +3 +3 +Connector_JST +JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical +JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +3 +3 +Connector_JST +JST_XH_B4B-XH-AM_1x04_P2.50mm_Vertical +JST XH series connector, B4B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +4 +4 +Connector_JST +JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical +JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +4 +4 +Connector_JST +JST_XH_B5B-XH-AM_1x05_P2.50mm_Vertical +JST XH series connector, B5B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +5 +5 +Connector_JST +JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical +JST XH series connector, B5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +5 +5 +Connector_JST +JST_XH_B6B-XH-AM_1x06_P2.50mm_Vertical +JST XH series connector, B6B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +6 +6 +Connector_JST +JST_XH_B6B-XH-A_1x06_P2.50mm_Vertical +JST XH series connector, B6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +6 +6 +Connector_JST +JST_XH_B7B-XH-AM_1x07_P2.50mm_Vertical +JST XH series connector, B7B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +7 +7 +Connector_JST +JST_XH_B7B-XH-A_1x07_P2.50mm_Vertical +JST XH series connector, B7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +7 +7 +Connector_JST +JST_XH_B8B-XH-AM_1x08_P2.50mm_Vertical +JST XH series connector, B8B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +8 +8 +Connector_JST +JST_XH_B8B-XH-A_1x08_P2.50mm_Vertical +JST XH series connector, B8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +8 +8 +Connector_JST +JST_XH_B9B-XH-AM_1x09_P2.50mm_Vertical +JST XH series connector, B9B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical boss +0 +9 +9 +Connector_JST +JST_XH_B9B-XH-A_1x09_P2.50mm_Vertical +JST XH series connector, B9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH vertical +0 +9 +9 +Connector_JST +JST_XH_B10B-XH-AM_1x10_P2.50mm_Vertical +JST XH series connector, B10B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry boss +0 +10 +10 +Connector_JST +JST_XH_B10B-XH-A_1x10_P2.50mm_Vertical +JST XH series connector, B10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +10 +10 +Connector_JST +JST_XH_B11B-XH-A_1x11_P2.50mm_Vertical +JST XH series connector, B11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +11 +11 +Connector_JST +JST_XH_B12B-XH-AM_1x12_P2.50mm_Vertical +JST XH series connector, B12B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry boss +0 +12 +12 +Connector_JST +JST_XH_B12B-XH-A_1x12_P2.50mm_Vertical +JST XH series connector, B12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +12 +12 +Connector_JST +JST_XH_B13B-XH-A_1x13_P2.50mm_Vertical +JST XH series connector, B13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +13 +13 +Connector_JST +JST_XH_B14B-XH-A_1x14_P2.50mm_Vertical +JST XH series connector, B14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +14 +14 +Connector_JST +JST_XH_B15B-XH-A_1x15_P2.50mm_Vertical +JST XH series connector, B15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +15 +15 +Connector_JST +JST_XH_B16B-XH-A_1x16_P2.50mm_Vertical +JST XH series connector, B16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +16 +16 +Connector_JST +JST_XH_B20B-XH-A_1x20_P2.50mm_Vertical +JST XH series connector, B20B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH side entry +0 +20 +20 +Connector_JST +JST_XH_S2B-XH-A-1_1x02_P2.50mm_Horizontal +JST XH series connector, S2B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +2 +2 +Connector_JST +JST_XH_S2B-XH-A_1x02_P2.50mm_Horizontal +JST XH series connector, S2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +2 +2 +Connector_JST +JST_XH_S3B-XH-A-1_1x03_P2.50mm_Horizontal +JST XH series connector, S3B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +3 +3 +Connector_JST +JST_XH_S3B-XH-A_1x03_P2.50mm_Horizontal +JST XH series connector, S3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +3 +3 +Connector_JST +JST_XH_S4B-XH-A-1_1x04_P2.50mm_Horizontal +JST XH series connector, S4B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +4 +4 +Connector_JST +JST_XH_S4B-XH-A_1x04_P2.50mm_Horizontal +JST XH series connector, S4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +4 +4 +Connector_JST +JST_XH_S5B-XH-A-1_1x05_P2.50mm_Horizontal +JST XH series connector, S5B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +5 +5 +Connector_JST +JST_XH_S5B-XH-A_1x05_P2.50mm_Horizontal +JST XH series connector, S5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +5 +5 +Connector_JST +JST_XH_S6B-XH-A-1_1x06_P2.50mm_Horizontal +JST XH series connector, S6B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +6 +6 +Connector_JST +JST_XH_S6B-XH-A_1x06_P2.50mm_Horizontal +JST XH series connector, S6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +6 +6 +Connector_JST +JST_XH_S7B-XH-A-1_1x07_P2.50mm_Horizontal +JST XH series connector, S7B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +7 +7 +Connector_JST +JST_XH_S7B-XH-A_1x07_P2.50mm_Horizontal +JST XH series connector, S7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +7 +7 +Connector_JST +JST_XH_S8B-XH-A-1_1x08_P2.50mm_Horizontal +JST XH series connector, S8B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +8 +8 +Connector_JST +JST_XH_S8B-XH-A_1x08_P2.50mm_Horizontal +JST XH series connector, S8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +8 +8 +Connector_JST +JST_XH_S9B-XH-A-1_1x09_P2.50mm_Horizontal +JST XH series connector, S9B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +9 +9 +Connector_JST +JST_XH_S9B-XH-A_1x09_P2.50mm_Horizontal +JST XH series connector, S9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH horizontal +0 +9 +9 +Connector_JST +JST_XH_S10B-XH-A-1_1x10_P2.50mm_Horizontal +JST XH series connector, S10B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +10 +10 +Connector_JST +JST_XH_S10B-XH-A_1x10_P2.50mm_Horizontal +JST XH series connector, S10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +10 +10 +Connector_JST +JST_XH_S11B-XH-A-1_1x11_P2.50mm_Horizontal +JST XH series connector, S11B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +11 +11 +Connector_JST +JST_XH_S11B-XH-A_1x11_P2.50mm_Horizontal +JST XH series connector, S11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +11 +11 +Connector_JST +JST_XH_S12B-XH-A-1_1x12_P2.50mm_Horizontal +JST XH series connector, S12B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +12 +12 +Connector_JST +JST_XH_S12B-XH-A_1x12_P2.50mm_Horizontal +JST XH series connector, S12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +12 +12 +Connector_JST +JST_XH_S13B-XH-A-1_1x13_P2.50mm_Horizontal +JST XH series connector, S13B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +13 +13 +Connector_JST +JST_XH_S13B-XH-A_1x13_P2.50mm_Horizontal +JST XH series connector, S13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +13 +13 +Connector_JST +JST_XH_S14B-XH-A-1_1x14_P2.50mm_Horizontal +JST XH series connector, S14B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +14 +14 +Connector_JST +JST_XH_S14B-XH-A_1x14_P2.50mm_Horizontal +JST XH series connector, S14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +14 +14 +Connector_JST +JST_XH_S15B-XH-A-1_1x15_P2.50mm_Horizontal +JST XH series connector, S15B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +15 +15 +Connector_JST +JST_XH_S15B-XH-A_1x15_P2.50mm_Horizontal +JST XH series connector, S15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +15 +15 +Connector_JST +JST_XH_S16B-XH-A_1x16_P2.50mm_Horizontal +JST XH series connector, S16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator +connector JST XH top entry +0 +16 +16 +Connector_JST +JST_ZE_B02B-ZESK-1D_1x02_P1.50mm_Vertical +JST ZE series connector, B02B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +2 +2 +Connector_JST +JST_ZE_B03B-ZESK-1D_1x03_P1.50mm_Vertical +JST ZE series connector, B03B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +3 +3 +Connector_JST +JST_ZE_B03B-ZESK-D_1x03_P1.50mm_Vertical +JST ZE series connector, B03B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +3 +3 +Connector_JST +JST_ZE_B04B-ZESK-1D_1x04_P1.50mm_Vertical +JST ZE series connector, B04B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +4 +4 +Connector_JST +JST_ZE_B04B-ZESK-D_1x04_P1.50mm_Vertical +JST ZE series connector, B04B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +4 +4 +Connector_JST +JST_ZE_B05B-ZESK-1D_1x05_P1.50mm_Vertical +JST ZE series connector, B05B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +5 +5 +Connector_JST +JST_ZE_B05B-ZESK-D_1x05_P1.50mm_Vertical +JST ZE series connector, B05B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +5 +5 +Connector_JST +JST_ZE_B06B-ZESK-1D_1x06_P1.50mm_Vertical +JST ZE series connector, B06B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +6 +6 +Connector_JST +JST_ZE_B06B-ZESK-D_1x06_P1.50mm_Vertical +JST ZE series connector, B06B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +6 +6 +Connector_JST +JST_ZE_B07B-ZESK-1D_1x07_P1.50mm_Vertical +JST ZE series connector, B07B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +7 +7 +Connector_JST +JST_ZE_B07B-ZESK-D_1x07_P1.50mm_Vertical +JST ZE series connector, B07B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +7 +7 +Connector_JST +JST_ZE_B08B-ZESK-1D_1x08_P1.50mm_Vertical +JST ZE series connector, B08B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +8 +8 +Connector_JST +JST_ZE_B08B-ZESK-D_1x08_P1.50mm_Vertical +JST ZE series connector, B08B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +8 +8 +Connector_JST +JST_ZE_B09B-ZESK-1D_1x09_P1.50mm_Vertical +JST ZE series connector, B09B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +9 +9 +Connector_JST +JST_ZE_B09B-ZESK-D_1x09_P1.50mm_Vertical +JST ZE series connector, B09B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +9 +9 +Connector_JST +JST_ZE_B10B-ZESK-1D_1x10_P1.50mm_Vertical +JST ZE series connector, B10B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +10 +10 +Connector_JST +JST_ZE_B10B-ZESK-D_1x10_P1.50mm_Vertical +JST ZE series connector, B10B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +10 +10 +Connector_JST +JST_ZE_B11B-ZESK-1D_1x11_P1.50mm_Vertical +JST ZE series connector, B11B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +11 +11 +Connector_JST +JST_ZE_B11B-ZESK-D_1x11_P1.50mm_Vertical +JST ZE series connector, B11B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +11 +11 +Connector_JST +JST_ZE_B12B-ZESK-1D_1x12_P1.50mm_Vertical +JST ZE series connector, B12B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +12 +12 +Connector_JST +JST_ZE_B12B-ZESK-D_1x12_P1.50mm_Vertical +JST ZE series connector, B12B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +12 +12 +Connector_JST +JST_ZE_B13B-ZESK-1D_1x13_P1.50mm_Vertical +JST ZE series connector, B13B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +13 +13 +Connector_JST +JST_ZE_B13B-ZESK-D_1x13_P1.50mm_Vertical +JST ZE series connector, B13B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +13 +13 +Connector_JST +JST_ZE_B14B-ZESK-1D_1x14_P1.50mm_Vertical +JST ZE series connector, B14B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +14 +14 +Connector_JST +JST_ZE_B14B-ZESK-D_1x14_P1.50mm_Vertical +JST ZE series connector, B14B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +14 +14 +Connector_JST +JST_ZE_B15B-ZESK-1D_1x15_P1.50mm_Vertical +JST ZE series connector, B15B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +15 +15 +Connector_JST +JST_ZE_B15B-ZESK-D_1x15_P1.50mm_Vertical +JST ZE series connector, B15B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +15 +15 +Connector_JST +JST_ZE_B16B-ZESK-1D_1x16_P1.50mm_Vertical +JST ZE series connector, B16B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry boss +0 +16 +16 +Connector_JST +JST_ZE_B16B-ZESK-D_1x16_P1.50mm_Vertical +JST ZE series connector, B16B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE side entry +0 +16 +16 +Connector_JST +JST_ZE_BM02B-ZESS-TBT_1x02-1MP_P1.50mm_Vertical +JST ZE series connector, BM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +4 +3 +Connector_JST +JST_ZE_BM03B-ZESS-TBT_1x03-1MP_P1.50mm_Vertical +JST ZE series connector, BM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +5 +4 +Connector_JST +JST_ZE_BM04B-ZESS-TBT_1x04-1MP_P1.50mm_Vertical +JST ZE series connector, BM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +6 +5 +Connector_JST +JST_ZE_BM05B-ZESS-TBT_1x05-1MP_P1.50mm_Vertical +JST ZE series connector, BM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +7 +6 +Connector_JST +JST_ZE_BM06B-ZESS-TBT_1x06-1MP_P1.50mm_Vertical +JST ZE series connector, BM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +8 +7 +Connector_JST +JST_ZE_BM07B-ZESS-TBT_1x07-1MP_P1.50mm_Vertical +JST ZE series connector, BM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +9 +8 +Connector_JST +JST_ZE_BM08B-ZESS-TBT_1x08-1MP_P1.50mm_Vertical +JST ZE series connector, BM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +10 +9 +Connector_JST +JST_ZE_BM09B-ZESS-TBT_1x09-1MP_P1.50mm_Vertical +JST ZE series connector, BM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +11 +10 +Connector_JST +JST_ZE_BM10B-ZESS-TBT_1x10-1MP_P1.50mm_Vertical +JST ZE series connector, BM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +12 +11 +Connector_JST +JST_ZE_BM11B-ZESS-TBT_1x11-1MP_P1.50mm_Vertical +JST ZE series connector, BM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +13 +12 +Connector_JST +JST_ZE_BM12B-ZESS-TBT_1x12-1MP_P1.50mm_Vertical +JST ZE series connector, BM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +14 +13 +Connector_JST +JST_ZE_BM13B-ZESS-TBT_1x13-1MP_P1.50mm_Vertical +JST ZE series connector, BM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +15 +14 +Connector_JST +JST_ZE_BM14B-ZESS-TBT_1x14-1MP_P1.50mm_Vertical +JST ZE series connector, BM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +16 +15 +Connector_JST +JST_ZE_BM15B-ZESS-TBT_1x15-1MP_P1.50mm_Vertical +JST ZE series connector, BM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +17 +16 +Connector_JST +JST_ZE_BM16B-ZESS-TBT_1x16-1MP_P1.50mm_Vertical +JST ZE series connector, BM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE vertical +0 +18 +17 +Connector_JST +JST_ZE_S02B-ZESK-2D_1x02_P1.50mm_Horizontal +JST ZE series connector, S02B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +2 +2 +Connector_JST +JST_ZE_S03B-ZESK-2D_1x03_P1.50mm_Horizontal +JST ZE series connector, S03B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +3 +3 +Connector_JST +JST_ZE_S04B-ZESK-2D_1x04_P1.50mm_Horizontal +JST ZE series connector, S04B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +4 +4 +Connector_JST +JST_ZE_S05B-ZESK-2D_1x05_P1.50mm_Horizontal +JST ZE series connector, S05B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +5 +5 +Connector_JST +JST_ZE_S06B-ZESK-2D_1x06_P1.50mm_Horizontal +JST ZE series connector, S06B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +6 +6 +Connector_JST +JST_ZE_S07B-ZESK-2D_1x07_P1.50mm_Horizontal +JST ZE series connector, S07B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +7 +7 +Connector_JST +JST_ZE_S08B-ZESK-2D_1x08_P1.50mm_Horizontal +JST ZE series connector, S08B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +8 +8 +Connector_JST +JST_ZE_S09B-ZESK-2D_1x09_P1.50mm_Horizontal +JST ZE series connector, S09B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +9 +9 +Connector_JST +JST_ZE_S10B-ZESK-2D_1x10_P1.50mm_Horizontal +JST ZE series connector, S10B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +10 +10 +Connector_JST +JST_ZE_S11B-ZESK-2D_1x11_P1.50mm_Horizontal +JST ZE series connector, S11B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +11 +11 +Connector_JST +JST_ZE_S12B-ZESK-2D_1x12_P1.50mm_Horizontal +JST ZE series connector, S12B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +12 +12 +Connector_JST +JST_ZE_S13B-ZESK-2D_1x13_P1.50mm_Horizontal +JST ZE series connector, S13B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +13 +13 +Connector_JST +JST_ZE_S14B-ZESK-2D_1x14_P1.50mm_Horizontal +JST ZE series connector, S14B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +14 +14 +Connector_JST +JST_ZE_S15B-ZESK-2D_1x15_P1.50mm_Horizontal +JST ZE series connector, S15B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +15 +15 +Connector_JST +JST_ZE_S16B-ZESK-2D_1x16_P1.50mm_Horizontal +JST ZE series connector, S16B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE top entry +0 +16 +16 +Connector_JST +JST_ZE_SM02B-ZESS-TB_1x02-1MP_P1.50mm_Horizontal +JST ZE series connector, SM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +4 +3 +Connector_JST +JST_ZE_SM03B-ZESS-TB_1x03-1MP_P1.50mm_Horizontal +JST ZE series connector, SM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +5 +4 +Connector_JST +JST_ZE_SM04B-ZESS-TB_1x04-1MP_P1.50mm_Horizontal +JST ZE series connector, SM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +6 +5 +Connector_JST +JST_ZE_SM05B-ZESS-TB_1x05-1MP_P1.50mm_Horizontal +JST ZE series connector, SM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +7 +6 +Connector_JST +JST_ZE_SM06B-ZESS-TB_1x06-1MP_P1.50mm_Horizontal +JST ZE series connector, SM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +8 +7 +Connector_JST +JST_ZE_SM07B-ZESS-TB_1x07-1MP_P1.50mm_Horizontal +JST ZE series connector, SM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +9 +8 +Connector_JST +JST_ZE_SM08B-ZESS-TB_1x08-1MP_P1.50mm_Horizontal +JST ZE series connector, SM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +10 +9 +Connector_JST +JST_ZE_SM09B-ZESS-TB_1x09-1MP_P1.50mm_Horizontal +JST ZE series connector, SM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +11 +10 +Connector_JST +JST_ZE_SM10B-ZESS-TB_1x10-1MP_P1.50mm_Horizontal +JST ZE series connector, SM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +12 +11 +Connector_JST +JST_ZE_SM11B-ZESS-TB_1x11-1MP_P1.50mm_Horizontal +JST ZE series connector, SM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +13 +12 +Connector_JST +JST_ZE_SM12B-ZESS-TB_1x12-1MP_P1.50mm_Horizontal +JST ZE series connector, SM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +14 +13 +Connector_JST +JST_ZE_SM13B-ZESS-TB_1x13-1MP_P1.50mm_Horizontal +JST ZE series connector, SM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +15 +14 +Connector_JST +JST_ZE_SM14B-ZESS-TB_1x14-1MP_P1.50mm_Horizontal +JST ZE series connector, SM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +16 +15 +Connector_JST +JST_ZE_SM15B-ZESS-TB_1x15-1MP_P1.50mm_Horizontal +JST ZE series connector, SM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +17 +16 +Connector_JST +JST_ZE_SM16B-ZESS-TB_1x16-1MP_P1.50mm_Horizontal +JST ZE series connector, SM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator +connector JST ZE horizontal +0 +18 +17 +Connector_Molex +Molex_CLIK-Mate_502382-0270_1x02-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502382-0370_1x03-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502382-0470_1x04-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502382-0570_1x05-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502382-0670_1x06-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0670 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502382-0770_1x07-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0770 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502382-0870_1x08-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0870 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502382-0970_1x09-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-0970 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502382-1070_1x10-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1070 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502382-1170_1x11-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1170 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502382-1270_1x12-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502382-1370_1x13-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502382-1470_1x14-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502382-1570_1x15-1MP_P1.25mm_Vertical +Molex CLIK-Mate series connector, 502382-1570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502386-0270_1x02-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502386-0370_1x03-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502386-0470_1x04-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502386-0570_1x05-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502386-0670_1x06-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0670 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502386-0770_1x07-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0770 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502386-0870_1x08-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0870 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502386-0970_1x09-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-0970 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502386-1070_1x10-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1070 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502386-1170_1x11-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1170 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502386-1270_1x12-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502386-1370_1x13-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502386-1470_1x14-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502386-1570_1x15-1MP_P1.25mm_Horizontal +Molex CLIK-Mate series connector, 502386-1570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502443-0270_1x02-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502443-0370_1x03-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502443-0470_1x04-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502443-0570_1x05-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502443-0670_1x06-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0670 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502443-0770_1x07-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0770 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502443-0870_1x08-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0870 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502443-0970_1x09-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-0970 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502443-1270_1x12-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502443-1370_1x13-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502443-1470_1x14-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502443-1570_1x15-1MP_P2.00mm_Vertical +Molex CLIK-Mate series connector, 502443-1570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502494-0270_1x02-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502494-0370_1x03-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502494-0470_1x04-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502494-0670_1x06-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0670 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502494-0870_1x08-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-0870 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502494-1070_1x10-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1070 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502494-1270_1x12-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502494-1370_1x13-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502494-1470_1x14-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502494-1570_1x15-1MP_P2.00mm_Horizontal +Molex CLIK-Mate series connector, 502494-1570 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_502585-0270_1x02-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_502585-0370_1x03-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_502585-0470_1x04-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_502585-0570_1x05-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_502585-0670_1x06-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0670 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_502585-0770_1x07-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0770 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_502585-0870_1x08-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0870 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_502585-0970_1x09-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-0970 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_502585-1070_1x10-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1070 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_502585-1170_1x11-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1170 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_502585-1270_1x12-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_502585-1370_1x13-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_502585-1470_1x14-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_502585-1570_1x15-1MP_P1.50mm_Horizontal +Molex CLIK-Mate series connector, 502585-1570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate top entry +0 +17 +16 +Connector_Molex +Molex_CLIK-Mate_505405-0270_1x02-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +4 +3 +Connector_Molex +Molex_CLIK-Mate_505405-0370_1x03-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +5 +4 +Connector_Molex +Molex_CLIK-Mate_505405-0470_1x04-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +6 +5 +Connector_Molex +Molex_CLIK-Mate_505405-0570_1x05-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +7 +6 +Connector_Molex +Molex_CLIK-Mate_505405-0670_1x06-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0670 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +8 +7 +Connector_Molex +Molex_CLIK-Mate_505405-0770_1x07-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0770 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +9 +8 +Connector_Molex +Molex_CLIK-Mate_505405-0870_1x08-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0870 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +10 +9 +Connector_Molex +Molex_CLIK-Mate_505405-0970_1x09-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-0970 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +11 +10 +Connector_Molex +Molex_CLIK-Mate_505405-1070_1x10-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1070 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +12 +11 +Connector_Molex +Molex_CLIK-Mate_505405-1170_1x11-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1170 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +13 +12 +Connector_Molex +Molex_CLIK-Mate_505405-1270_1x12-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +14 +13 +Connector_Molex +Molex_CLIK-Mate_505405-1370_1x13-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +15 +14 +Connector_Molex +Molex_CLIK-Mate_505405-1470_1x14-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +16 +15 +Connector_Molex +Molex_CLIK-Mate_505405-1570_1x15-1MP_P1.50mm_Vertical +Molex CLIK-Mate series connector, 505405-1570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator +connector Molex CLIK-Mate side entry +0 +17 +16 +Connector_Molex +Molex_KK-254_AE-6410-02A_1x02_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +2 +2 +Connector_Molex +Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-03A example for new part number: 22-27-2031, 3 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +3 +3 +Connector_Molex +Molex_KK-254_AE-6410-04A_1x04_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-04A example for new part number: 22-27-2041, 4 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +4 +4 +Connector_Molex +Molex_KK-254_AE-6410-05A_1x05_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-05A example for new part number: 22-27-2051, 5 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +5 +5 +Connector_Molex +Molex_KK-254_AE-6410-06A_1x06_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-06A example for new part number: 22-27-2061, 6 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +6 +6 +Connector_Molex +Molex_KK-254_AE-6410-07A_1x07_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-07A example for new part number: 22-27-2071, 7 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +7 +7 +Connector_Molex +Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-08A example for new part number: 22-27-2081, 8 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +8 +8 +Connector_Molex +Molex_KK-254_AE-6410-09A_1x09_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-09A example for new part number: 22-27-2091, 9 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +9 +9 +Connector_Molex +Molex_KK-254_AE-6410-10A_1x10_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-10A example for new part number: 22-27-2101, 10 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +10 +10 +Connector_Molex +Molex_KK-254_AE-6410-11A_1x11_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-11A example for new part number: 22-27-2111, 11 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +11 +11 +Connector_Molex +Molex_KK-254_AE-6410-12A_1x12_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-12A example for new part number: 22-27-2121, 12 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +12 +12 +Connector_Molex +Molex_KK-254_AE-6410-13A_1x13_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-13A example for new part number: 22-27-2131, 13 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +13 +13 +Connector_Molex +Molex_KK-254_AE-6410-14A_1x14_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-14A example for new part number: 22-27-2141, 14 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +14 +14 +Connector_Molex +Molex_KK-254_AE-6410-15A_1x15_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-15A example for new part number: 22-27-2151, 15 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +15 +15 +Connector_Molex +Molex_KK-254_AE-6410-16A_1x16_P2.54mm_Vertical +Molex KK-254 Interconnect System, old/engineering part number: AE-6410-16A example for new part number: 22-27-2161, 16 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-254 vertical +0 +16 +16 +Connector_Molex +Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-02A example for new part number: 09-65-2028, 2 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +2 +2 +Connector_Molex +Molex_KK-396_5273-03A_1x03_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-03A example for new part number: 09-65-2038, 3 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +3 +3 +Connector_Molex +Molex_KK-396_5273-04A_1x04_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-04A example for new part number: 09-65-2048, 4 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +4 +4 +Connector_Molex +Molex_KK-396_5273-05A_1x05_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-05A example for new part number: 09-65-2058, 5 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +5 +5 +Connector_Molex +Molex_KK-396_5273-06A_1x06_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-06A example for new part number: 09-65-2068, 6 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +6 +6 +Connector_Molex +Molex_KK-396_5273-07A_1x07_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-07A example for new part number: 09-65-2078, 7 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +7 +7 +Connector_Molex +Molex_KK-396_5273-08A_1x08_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-08A example for new part number: 09-65-2088, 8 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +8 +8 +Connector_Molex +Molex_KK-396_5273-09A_1x09_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-09A example for new part number: 09-65-2098, 9 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +9 +9 +Connector_Molex +Molex_KK-396_5273-10A_1x10_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-10A example for new part number: 09-65-2108, 10 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +10 +10 +Connector_Molex +Molex_KK-396_5273-11A_1x11_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-11A example for new part number: 09-65-2118, 11 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +11 +11 +Connector_Molex +Molex_KK-396_5273-12A_1x12_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: 5273-12A example for new part number: 09-65-2128, 12 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41791-0002_1x02_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0002 example for new part number: 26-60-4020, 2 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +2 +2 +Connector_Molex +Molex_KK-396_A-41791-0003_1x03_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0003 example for new part number: 26-60-4030, 3 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +3 +3 +Connector_Molex +Molex_KK-396_A-41791-0004_1x04_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0004 example for new part number: 26-60-4040, 4 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +4 +4 +Connector_Molex +Molex_KK-396_A-41791-0005_1x05_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0005 example for new part number: 26-60-4050, 5 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +5 +5 +Connector_Molex +Molex_KK-396_A-41791-0006_1x06_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0006 example for new part number: 26-60-4060, 6 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +6 +6 +Connector_Molex +Molex_KK-396_A-41791-0007_1x07_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0007 example for new part number: 26-60-4070, 7 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +7 +7 +Connector_Molex +Molex_KK-396_A-41791-0008_1x08_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0008 example for new part number: 26-60-4080, 8 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +8 +8 +Connector_Molex +Molex_KK-396_A-41791-0009_1x09_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0009 example for new part number: 26-60-4090, 9 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +9 +9 +Connector_Molex +Molex_KK-396_A-41791-0010_1x10_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0010 example for new part number: 26-60-4100, 10 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +10 +10 +Connector_Molex +Molex_KK-396_A-41791-0011_1x11_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0011 example for new part number: 26-60-4110, 11 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +11 +11 +Connector_Molex +Molex_KK-396_A-41791-0012_1x12_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0012 example for new part number: 26-60-4120, 12 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41791-0013_1x13_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0013 example for new part number: 26-60-4130, 13 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +13 +13 +Connector_Molex +Molex_KK-396_A-41791-0014_1x14_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0014 example for new part number: 26-60-4140, 14 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +14 +14 +Connector_Molex +Molex_KK-396_A-41791-0015_1x15_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0015 example for new part number: 26-60-4150, 15 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +15 +15 +Connector_Molex +Molex_KK-396_A-41791-0016_1x16_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0016 example for new part number: 26-60-4160, 16 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +16 +16 +Connector_Molex +Molex_KK-396_A-41791-0017_1x17_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0017 example for new part number: 26-60-4170, 17 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +17 +17 +Connector_Molex +Molex_KK-396_A-41791-0018_1x18_P3.96mm_Vertical +Molex KK 396 Interconnect System, old/engineering part number: A-41791-0018 example for new part number: 26-60-4180, 18 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 vertical +0 +18 +18 +Connector_Molex +Molex_KK-396_A-41792-0002_1x02_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0002 example for new part number: 26-60-5020, 2 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +2 +2 +Connector_Molex +Molex_KK-396_A-41792-0003_1x03_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0003 example for new part number: 26-60-5030, 3 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +3 +3 +Connector_Molex +Molex_KK-396_A-41792-0004_1x04_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0004 example for new part number: 26-60-5040, 4 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +4 +4 +Connector_Molex +Molex_KK-396_A-41792-0005_1x05_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0005 example for new part number: 26-60-5050, 5 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +5 +5 +Connector_Molex +Molex_KK-396_A-41792-0006_1x06_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0006 example for new part number: 26-60-5060, 6 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +6 +6 +Connector_Molex +Molex_KK-396_A-41792-0007_1x07_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0007 example for new part number: 26-60-5070, 7 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +7 +7 +Connector_Molex +Molex_KK-396_A-41792-0008_1x08_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0008 example for new part number: 26-60-5080, 8 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +8 +8 +Connector_Molex +Molex_KK-396_A-41792-0009_1x09_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0009 example for new part number: 26-60-5090, 9 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +9 +9 +Connector_Molex +Molex_KK-396_A-41792-0010_1x10_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0010 example for new part number: 26-60-5100, 10 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +10 +10 +Connector_Molex +Molex_KK-396_A-41792-0011_1x11_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0011 example for new part number: 26-60-5110, 11 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +11 +11 +Connector_Molex +Molex_KK-396_A-41792-0012_1x12_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0012 example for new part number: 26-60-5120, 12 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +12 +12 +Connector_Molex +Molex_KK-396_A-41792-0013_1x13_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0013 example for new part number: 26-60-5130, 13 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +13 +13 +Connector_Molex +Molex_KK-396_A-41792-0014_1x14_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0014 example for new part number: 26-60-5140, 14 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +14 +14 +Connector_Molex +Molex_KK-396_A-41792-0015_1x15_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0015 example for new part number: 26-60-5150, 15 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +15 +15 +Connector_Molex +Molex_KK-396_A-41792-0016_1x16_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0016 example for new part number: 26-60-5160, 16 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +16 +16 +Connector_Molex +Molex_KK-396_A-41792-0017_1x17_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0017 example for new part number: 26-60-5170, 17 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +17 +17 +Connector_Molex +Molex_KK-396_A-41792-0018_1x18_P3.96mm_Horizontal +Molex KK 396 Interconnect System, old/engineering part number: A-41792-0018 example for new part number: 26-60-5180, 18 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator +connector Molex KK-396 horizontal +0 +18 +18 +Connector_Molex +Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal +Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit top entry +0 +12 +12 +Connector_Molex +Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical +Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator +connector Molex Mega-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0200 (alternative finishes: 43045-020x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0221_2x01-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0221 (alternative finishes: 43045-022x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0400 (alternative finishes: 43045-040x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0421_2x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0421 (alternative finishes: 43045-042x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0600 (alternative finishes: 43045-060x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0621_2x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0621 (alternative finishes: 43045-062x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0800 (alternative finishes: 43045-080x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-0821_2x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-0821 (alternative finishes: 43045-082x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1000 (alternative finishes: 43045-100x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1021_2x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1021 (alternative finishes: 43045-102x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1200 (alternative finishes: 43045-120x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1221_2x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1221 (alternative finishes: 43045-122x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1400 (alternative finishes: 43045-140x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1421_2x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1421 (alternative finishes: 43045-142x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +16 +15 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1600 (alternative finishes: 43045-160x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +16 +16 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1621_2x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1621 (alternative finishes: 43045-162x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +18 +17 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1800 (alternative finishes: 43045-180x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +18 +18 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-1821_2x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-1821 (alternative finishes: 43045-182x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +20 +19 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2000 (alternative finishes: 43045-200x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +20 +20 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2021_2x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2021 (alternative finishes: 43045-202x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +22 +21 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2200 (alternative finishes: 43045-220x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +22 +22 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2221_2x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2221 (alternative finishes: 43045-222x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +24 +23 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2400 (alternative finishes: 43045-240x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +24 +24 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 side entry +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43045-2421_2x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43045-2421 (alternative finishes: 43045-242x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +26 +25 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0221_1x02_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0221 (compatible alternatives: 43650-0222, 43650-0223), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +2 +2 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0224_1x02-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0224 (compatible alternatives: 43650-0225, 43650-0226), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0321_1x03_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0321 (compatible alternatives: 43650-0322, 43650-0323), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +3 +3 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0324_1x03-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0324 (compatible alternatives: 43650-0325, 43650-0326), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0421_1x04_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0421 (compatible alternatives: 43650-0422, 43650-0423), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +4 +4 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0424_1x04-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0424 (compatible alternatives: 43650-0425, 43650-0426), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0521_1x05_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0521 (compatible alternatives: 43650-0522, 43650-0523), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +5 +5 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0524_1x05-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0524 (compatible alternatives: 43650-0525, 43650-0526), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0621_1x06_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0621 (compatible alternatives: 43650-0622, 43650-0623), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +6 +6 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0624_1x06-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0624 (compatible alternatives: 43650-0625, 43650-0626), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0721_1x07_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0721 (compatible alternatives: 43650-0722, 43650-0723), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +7 +7 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0724_1x07-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0724 (compatible alternatives: 43650-0725, 43650-0726), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0821_1x08_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0821 (compatible alternatives: 43650-0822, 43650-0823), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +8 +8 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0824_1x08-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0824 (compatible alternatives: 43650-0825, 43650-0826), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0921_1x09_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0921 (compatible alternatives: 43650-0922, 43650-0923), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +9 +9 +Connector_Molex +Molex_Micro-Fit_3.0_43650-0924_1x09-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-0924 (compatible alternatives: 43650-0925, 43650-0926), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1021_1x10_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1021 (compatible alternatives: 43650-1022, 43650-1023), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +10 +10 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1024_1x10-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1024 (compatible alternatives: 43650-1025, 43650-1026), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1121_1x11_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1121 (compatible alternatives: 43650-1122, 43650-1123), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +11 +11 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1124_1x11-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1124 (compatible alternatives: 43650-1125, 43650-1126), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +13 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 top entry +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal +Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal_PnP +Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 horizontal +0 +14 +13 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1221_1x12_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1221 (compatible alternatives: 43650-1222, 43650-1223), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +12 +12 +Connector_Molex +Molex_Micro-Fit_3.0_43650-1224_1x12-1MP_P3.00mm_Vertical +Molex Micro-Fit 3.0 Connector System, 43650-1224 (compatible alternatives: 43650-1225, 43650-1226), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Fit_3.0 vertical +0 +14 +13 +Connector_Molex +Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +2 +2 +Connector_Molex +Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +3 +3 +Connector_Molex +Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +4 +4 +Connector_Molex +Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +5 +5 +Connector_Molex +Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +6 +6 +Connector_Molex +Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +7 +7 +Connector_Molex +Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +8 +8 +Connector_Molex +Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +9 +9 +Connector_Molex +Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +10 +10 +Connector_Molex +Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +11 +11 +Connector_Molex +Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +12 +12 +Connector_Molex +Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +13 +13 +Connector_Molex +Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +14 +14 +Connector_Molex +Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical +Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch side entry +0 +15 +15 +Connector_Molex +Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +2 +2 +Connector_Molex +Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +3 +3 +Connector_Molex +Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +4 +4 +Connector_Molex +Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +5 +5 +Connector_Molex +Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +6 +6 +Connector_Molex +Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +7 +7 +Connector_Molex +Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +8 +8 +Connector_Molex +Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +9 +9 +Connector_Molex +Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +10 +10 +Connector_Molex +Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +11 +11 +Connector_Molex +Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +12 +12 +Connector_Molex +Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +13 +13 +Connector_Molex +Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +14 +14 +Connector_Molex +Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal +Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator +connector Molex Micro-Latch top entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical +Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp side entry +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55935-0210_1x02_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55935-0230_1x02_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +2 +2 +Connector_Molex +Molex_MicroClasp_55935-0310_1x03_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55935-0330_1x03_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +3 +3 +Connector_Molex +Molex_MicroClasp_55935-0410_1x04_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55935-0430_1x04_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +4 +4 +Connector_Molex +Molex_MicroClasp_55935-0510_1x05_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55935-0530_1x05_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +5 +5 +Connector_Molex +Molex_MicroClasp_55935-0610_1x06_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55935-0630_1x06_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +6 +6 +Connector_Molex +Molex_MicroClasp_55935-0710_1x07_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55935-0730_1x07_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +7 +7 +Connector_Molex +Molex_MicroClasp_55935-0810_1x08_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55935-0830_1x08_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +8 +8 +Connector_Molex +Molex_MicroClasp_55935-0910_1x09_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55935-0930_1x09_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +9 +9 +Connector_Molex +Molex_MicroClasp_55935-1010_1x10_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55935-1030_1x10_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +10 +10 +Connector_Molex +Molex_MicroClasp_55935-1110_1x11_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55935-1130_1x11_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +11 +11 +Connector_Molex +Molex_MicroClasp_55935-1210_1x12_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55935-1230_1x12_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +12 +12 +Connector_Molex +Molex_MicroClasp_55935-1310_1x13_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55935-1330_1x13_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +13 +13 +Connector_Molex +Molex_MicroClasp_55935-1410_1x14_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55935-1430_1x14_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +14 +14 +Connector_Molex +Molex_MicroClasp_55935-1510_1x15_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +15 +15 +Connector_Molex +Molex_MicroClasp_55935-1530_1x15_P2.00mm_Horizontal +Molex MicroClasp Wire-to-Board System, 55935-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator +connector Molex MicroClasp horizontal +0 +15 +15 +Connector_Molex +Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entryplastic_peg +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr side entry +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +2 +2 +Connector_Molex +Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +4 +4 +Connector_Molex +Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +6 +6 +Connector_Molex +Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +8 +8 +Connector_Molex +Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +10 +10 +Connector_Molex +Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +12 +12 +Connector_Molex +Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +14 +14 +Connector_Molex +Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +16 +16 +Connector_Molex +Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +18 +18 +Connector_Molex +Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +20 +20 +Connector_Molex +Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +22 +22 +Connector_Molex +Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryscrew_flange +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal +Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Jr top entryplastic_peg +0 +24 +24 +Connector_Molex +Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +6 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +32 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +8 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +47 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +10 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +62 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +12 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +77 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +6 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +32 +2 +Connector_Molex +Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +8 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +47 +3 +Connector_Molex +Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +10 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +62 +4 +Connector_Molex +Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +12 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +77 +5 +Connector_Molex +Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal +Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr top entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +14 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +92 +6 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +18 +8 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +122 +8 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +22 +10 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +152 +10 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +26 +12 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +182 +12 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical +Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +30 +14 +Connector_Molex +Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias +Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator +connector Molex Mini-Fit_Sr side entry +0 +212 +14 +Connector_Molex +Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +2 +2 +Connector_Molex +Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +3 +3 +Connector_Molex +Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +5 +5 +Connector_Molex +Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +7 +7 +Connector_Molex +Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +10 +10 +Connector_Molex +Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +12 +12 +Connector_Molex +Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +14 +14 +Connector_Molex +Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical +Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit side entry +0 +16 +16 +Connector_Molex +Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +2 +2 +Connector_Molex +Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +3 +3 +Connector_Molex +Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +5 +5 +Connector_Molex +Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +7 +7 +Connector_Molex +Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +4 +4 +Connector_Molex +Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +6 +6 +Connector_Molex +Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +8 +8 +Connector_Molex +Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +10 +10 +Connector_Molex +Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +12 +12 +Connector_Molex +Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +14 +14 +Connector_Molex +Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal +Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator +connector Molex Nano-Fit top entry +0 +16 +16 +Connector_Molex +Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +4 +3 +Connector_Molex +Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +5 +4 +Connector_Molex +Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +6 +5 +Connector_Molex +Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +7 +6 +Connector_Molex +Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +8 +7 +Connector_Molex +Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +9 +8 +Connector_Molex +Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +10 +9 +Connector_Molex +Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +11 +10 +Connector_Molex +Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +12 +11 +Connector_Molex +Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +14 +13 +Connector_Molex +Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +16 +15 +Connector_Molex +Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +17 +16 +Connector_Molex +Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +20 +19 +Connector_Molex +Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal +Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator +connector Molex Panelmate top entry +0 +32 +31 +Connector_Molex +Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +4 +3 +Connector_Molex +Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +5 +4 +Connector_Molex +Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +6 +5 +Connector_Molex +Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +7 +6 +Connector_Molex +Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +8 +7 +Connector_Molex +Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +9 +8 +Connector_Molex +Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +10 +9 +Connector_Molex +Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +11 +10 +Connector_Molex +Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +12 +11 +Connector_Molex +Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +13 +12 +Connector_Molex +Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +14 +13 +Connector_Molex +Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +15 +14 +Connector_Molex +Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +16 +15 +Connector_Molex +Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal +Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp top entry +0 +17 +16 +Connector_Molex +Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +4 +3 +Connector_Molex +Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +5 +4 +Connector_Molex +Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +6 +5 +Connector_Molex +Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +7 +6 +Connector_Molex +Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +8 +7 +Connector_Molex +Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +9 +8 +Connector_Molex +Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +10 +9 +Connector_Molex +Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +11 +10 +Connector_Molex +Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +12 +11 +Connector_Molex +Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +13 +12 +Connector_Molex +Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +14 +13 +Connector_Molex +Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +15 +14 +Connector_Molex +Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +16 +15 +Connector_Molex +Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical +Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Clasp side entry +0 +17 +16 +Connector_Molex +Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +4 +3 +Connector_Molex +Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +5 +4 +Connector_Molex +Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +6 +5 +Connector_Molex +Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical +Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate side entry +0 +7 +6 +Connector_Molex +Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical +Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-EZmate_Slim side entry +0 +4 +3 +Connector_Molex +Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +6 +5 +Connector_Molex +Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +7 +6 +Connector_Molex +Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +8 +7 +Connector_Molex +Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +9 +8 +Connector_Molex +Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +10 +9 +Connector_Molex +Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +12 +11 +Connector_Molex +Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal +Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator +connector Molex Pico-Lock horizontal +0 +14 +13 +Connector_Molex +Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical +Molex Pico-SPOX Connector System, 87437-1443, 14 Pins per row (https://www.molex.com/pdm_docs/sd/874371443_sd.pdf#page=2) +molex pico spox 14 +0 +28 +14 +Connector_Molex +Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +2 +2 +Connector_Molex +Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +3 +3 +Connector_Molex +Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +4 +4 +Connector_Molex +Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +5 +5 +Connector_Molex +Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +6 +6 +Connector_Molex +Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +7 +7 +Connector_Molex +Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +8 +8 +Connector_Molex +Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +9 +9 +Connector_Molex +Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +10 +10 +Connector_Molex +Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +11 +11 +Connector_Molex +Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +12 +12 +Connector_Molex +Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +13 +13 +Connector_Molex +Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +14 +14 +Connector_Molex +Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical +Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +15 +15 +Connector_Molex +Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +2 +2 +Connector_Molex +Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +3 +3 +Connector_Molex +Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +4 +4 +Connector_Molex +Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +5 +5 +Connector_Molex +Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +6 +6 +Connector_Molex +Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +7 +7 +Connector_Molex +Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +8 +8 +Connector_Molex +Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +9 +9 +Connector_Molex +Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +10 +10 +Connector_Molex +Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +11 +11 +Connector_Molex +Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +12 +12 +Connector_Molex +Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +13 +13 +Connector_Molex +Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +14 +14 +Connector_Molex +Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal +Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +15 +15 +Connector_Molex +Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +4 +3 +Connector_Molex +Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +5 +4 +Connector_Molex +Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +6 +5 +Connector_Molex +Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +7 +6 +Connector_Molex +Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +8 +7 +Connector_Molex +Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +9 +8 +Connector_Molex +Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +10 +9 +Connector_Molex +Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +11 +10 +Connector_Molex +Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +12 +11 +Connector_Molex +Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +13 +12 +Connector_Molex +Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +14 +13 +Connector_Molex +Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +15 +14 +Connector_Molex +Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +16 +15 +Connector_Molex +Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +17 +16 +Connector_Molex +Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal +Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade top entry +0 +19 +18 +Connector_Molex +Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +4 +3 +Connector_Molex +Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +5 +4 +Connector_Molex +Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +6 +5 +Connector_Molex +Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +7 +6 +Connector_Molex +Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +8 +7 +Connector_Molex +Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +9 +8 +Connector_Molex +Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +10 +9 +Connector_Molex +Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +11 +10 +Connector_Molex +Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +12 +11 +Connector_Molex +Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +13 +12 +Connector_Molex +Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +14 +13 +Connector_Molex +Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +15 +14 +Connector_Molex +Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +16 +15 +Connector_Molex +Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical +Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator +connector Molex PicoBlade side entry +0 +17 +16 +Connector_Molex +Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +4 +4 +Connector_Molex +Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +6 +6 +Connector_Molex +Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +8 +8 +Connector_Molex +Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +10 +10 +Connector_Molex +Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +12 +12 +Connector_Molex +Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +14 +14 +Connector_Molex +Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +16 +16 +Connector_Molex +Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +18 +18 +Connector_Molex +Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +20 +20 +Connector_Molex +Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +22 +22 +Connector_Molex +Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +24 +24 +Connector_Molex +Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +26 +26 +Connector_Molex +Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +4 +4 +Connector_Molex +Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +6 +6 +Connector_Molex +Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +8 +8 +Connector_Molex +Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +10 +10 +Connector_Molex +Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +12 +12 +Connector_Molex +Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +14 +14 +Connector_Molex +Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +16 +16 +Connector_Molex +Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +18 +18 +Connector_Molex +Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +20 +20 +Connector_Molex +Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +22 +22 +Connector_Molex +Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +24 +24 +Connector_Molex +Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical +Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator +connector Molex Picoflex side entry +0 +26 +26 +Connector_Molex +Molex_SL_171971-0002_1x02_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0002 (compatible alternatives: 171971-0102, 171971-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +2 +2 +Connector_Molex +Molex_SL_171971-0003_1x03_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0003 (compatible alternatives: 171971-0103, 171971-0203), 3 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +3 +3 +Connector_Molex +Molex_SL_171971-0004_1x04_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0004 (compatible alternatives: 171971-0104, 171971-0204), 4 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +4 +4 +Connector_Molex +Molex_SL_171971-0005_1x05_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0005 (compatible alternatives: 171971-0105, 171971-0205), 5 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +5 +5 +Connector_Molex +Molex_SL_171971-0006_1x06_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0006 (compatible alternatives: 171971-0106, 171971-0206), 6 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +6 +6 +Connector_Molex +Molex_SL_171971-0007_1x07_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0007 (compatible alternatives: 171971-0107, 171971-0207), 7 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +7 +7 +Connector_Molex +Molex_SL_171971-0008_1x08_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0008 (compatible alternatives: 171971-0108, 171971-0208), 8 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +8 +8 +Connector_Molex +Molex_SL_171971-0009_1x09_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0009 (compatible alternatives: 171971-0109, 171971-0209), 9 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +9 +9 +Connector_Molex +Molex_SL_171971-0010_1x10_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0010 (compatible alternatives: 171971-0110, 171971-0210), 10 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +10 +10 +Connector_Molex +Molex_SL_171971-0011_1x11_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0011 (compatible alternatives: 171971-0111, 171971-0211), 11 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +11 +11 +Connector_Molex +Molex_SL_171971-0012_1x12_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0012 (compatible alternatives: 171971-0112, 171971-0212), 12 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +12 +12 +Connector_Molex +Molex_SL_171971-0013_1x13_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0013 (compatible alternatives: 171971-0113, 171971-0213), 13 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +13 +13 +Connector_Molex +Molex_SL_171971-0014_1x14_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0014 (compatible alternatives: 171971-0114, 171971-0214), 14 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +14 +14 +Connector_Molex +Molex_SL_171971-0015_1x15_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0015 (compatible alternatives: 171971-0115, 171971-0215), 15 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +15 +15 +Connector_Molex +Molex_SL_171971-0016_1x16_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0016 (compatible alternatives: 171971-0116, 171971-0216), 16 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +16 +16 +Connector_Molex +Molex_SL_171971-0017_1x17_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0017 (compatible alternatives: 171971-0117, 171971-0217), 17 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +17 +17 +Connector_Molex +Molex_SL_171971-0018_1x18_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0018 (compatible alternatives: 171971-0118, 171971-0218), 18 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +18 +18 +Connector_Molex +Molex_SL_171971-0019_1x19_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0019 (compatible alternatives: 171971-0119, 171971-0219), 19 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +19 +19 +Connector_Molex +Molex_SL_171971-0020_1x20_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0020 (compatible alternatives: 171971-0120, 171971-0220), 20 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +20 +20 +Connector_Molex +Molex_SL_171971-0021_1x21_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0021 (compatible alternatives: 171971-0121, 171971-0221), 21 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +21 +21 +Connector_Molex +Molex_SL_171971-0022_1x22_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0022 (compatible alternatives: 171971-0122, 171971-0222), 22 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +22 +22 +Connector_Molex +Molex_SL_171971-0023_1x23_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0023 (compatible alternatives: 171971-0123, 171971-0223), 23 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +23 +23 +Connector_Molex +Molex_SL_171971-0024_1x24_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0024 (compatible alternatives: 171971-0124, 171971-0224), 24 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +24 +24 +Connector_Molex +Molex_SL_171971-0025_1x25_P2.54mm_Vertical +Molex Stackable Linear Connector, 171971-0025 (compatible alternatives: 171971-0125, 171971-0225), 25 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator +connector Molex SL vertical +0 +25 +25 +Connector_Molex +Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical +Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +2 +2 +Connector_Molex +Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical +Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +3 +3 +Connector_Molex +Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical +Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +4 +4 +Connector_Molex +Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical +Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +5 +5 +Connector_Molex +Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical +Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +6 +6 +Connector_Molex +Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical +Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +7 +7 +Connector_Molex +Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical +Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +8 +8 +Connector_Molex +Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical +Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +9 +9 +Connector_Molex +Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical +Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +10 +10 +Connector_Molex +Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical +Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +11 +11 +Connector_Molex +Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical +Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +12 +12 +Connector_Molex +Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical +Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +13 +13 +Connector_Molex +Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical +Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +14 +14 +Connector_Molex +Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical +Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX side entry +0 +15 +15 +Connector_Molex +Molex_SPOX_5268-02A_1x02_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-02A, 2 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +2 +2 +Connector_Molex +Molex_SPOX_5268-03A_1x03_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-03A, 3 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +3 +3 +Connector_Molex +Molex_SPOX_5268-04A_1x04_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-04A, 4 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +4 +4 +Connector_Molex +Molex_SPOX_5268-05A_1x05_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-05A, 5 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +5 +5 +Connector_Molex +Molex_SPOX_5268-06A_1x06_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-06A, 6 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +6 +6 +Connector_Molex +Molex_SPOX_5268-07A_1x07_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-07A, 7 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +7 +7 +Connector_Molex +Molex_SPOX_5268-08A_1x08_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-08A, 8 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +8 +8 +Connector_Molex +Molex_SPOX_5268-09A_1x09_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-09A, 9 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +9 +9 +Connector_Molex +Molex_SPOX_5268-10A_1x10_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-10A, 10 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +10 +10 +Connector_Molex +Molex_SPOX_5268-11A_1x11_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-11A, 11 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +11 +11 +Connector_Molex +Molex_SPOX_5268-12A_1x12_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-12A, 12 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +12 +12 +Connector_Molex +Molex_SPOX_5268-13A_1x13_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-13A, 13 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +13 +13 +Connector_Molex +Molex_SPOX_5268-14A_1x14_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-14A, 14 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +14 +14 +Connector_Molex +Molex_SPOX_5268-15A_1x15_P2.50mm_Horizontal +Molex SPOX Connector System, 5268-15A, 15 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator +connector Molex SPOX horizontal +0 +15 +15 +Connector_Molex +Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +4 +2 +Connector_Molex +Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +30 +2 +Connector_Molex +Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +6 +3 +Connector_Molex +Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +45 +3 +Connector_Molex +Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +8 +4 +Connector_Molex +Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +60 +4 +Connector_Molex +Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +10 +5 +Connector_Molex +Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +75 +5 +Connector_Molex +Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +12 +6 +Connector_Molex +Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +90 +6 +Connector_Molex +Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +6 +2 +Connector_Molex +Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +32 +2 +Connector_Molex +Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +8 +3 +Connector_Molex +Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +47 +3 +Connector_Molex +Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +10 +4 +Connector_Molex +Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +62 +4 +Connector_Molex +Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +12 +5 +Connector_Molex +Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +77 +5 +Connector_Molex +Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal +Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +14 +6 +Connector_Molex +Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +92 +6 +Connector_Molex +Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +6 +2 +Connector_Molex +Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +32 +2 +Connector_Molex +Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +8 +3 +Connector_Molex +Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +47 +3 +Connector_Molex +Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +10 +4 +Connector_Molex +Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +62 +4 +Connector_Molex +Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +12 +5 +Connector_Molex +Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +77 +5 +Connector_Molex +Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical +Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +14 +6 +Connector_Molex +Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias +Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre side entry +0 +92 +6 +Connector_Molex +Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +4 +2 +Connector_Molex +Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +30 +2 +Connector_Molex +Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +6 +3 +Connector_Molex +Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +45 +3 +Connector_Molex +Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +8 +4 +Connector_Molex +Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +60 +4 +Connector_Molex +Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +10 +5 +Connector_Molex +Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +75 +5 +Connector_Molex +Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal +Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +12 +6 +Connector_Molex +Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias +Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator +connector Molex Sabre top entry +0 +90 +6 +Connector_Molex +Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +20 +20 +Connector_Molex +Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +30 +30 +Connector_Molex +Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +40 +40 +Connector_Molex +Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +50 +50 +Connector_Molex +Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +60 +60 +Connector_Molex +Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +70 +70 +Connector_Molex +Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +80 +80 +Connector_Molex +Molex_SlimStack_53748-0208_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0208, 20 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +20 +20 +Connector_Molex +Molex_SlimStack_53748-0308_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0308, 30 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +30 +30 +Connector_Molex +Molex_SlimStack_53748-0408_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0408, 40 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +40 +40 +Connector_Molex +Molex_SlimStack_53748-0608_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0608, 60 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +60 +60 +Connector_Molex +Molex_SlimStack_53748-0708_2x35_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0708, 70 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +70 +70 +Connector_Molex +Molex_SlimStack_53748-0808_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0808, 80 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack vertical +0 +80 +80 +Connector_Molex +Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +16 +16 +Connector_Molex +Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +16 +16 +Connector_Molex +Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +8 +8 +Connector_Molex +Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +14 +14 +Connector_Molex +Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +26 +26 +Connector_Molex +Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +32 +32 +Connector_Molex +Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +44 +44 +Connector_Molex +Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +64 +64 +Connector_Molex +Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_Molex +Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +8 +8 +Connector_Molex +Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +14 +14 +Connector_Molex +Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +20 +20 +Connector_Molex +Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +22 +22 +Connector_Molex +Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +24 +24 +Connector_Molex +Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +26 +26 +Connector_Molex +Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +30 +30 +Connector_Molex +Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +32 +32 +Connector_Molex +Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +34 +34 +Connector_Molex +Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +40 +40 +Connector_Molex +Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +44 +44 +Connector_Molex +Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +50 +50 +Connector_Molex +Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +60 +60 +Connector_Molex +Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +64 +64 +Connector_Molex +Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical +Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator +connector Molex SlimStack side entry +0 +80 +80 +Connector_PCBEdge +4UCON_10156_2x40_P1.27mm_Socket_Horizontal +4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf +4UCON 10156 Card edge socket with 80 contacts +0 +80 +80 +Connector_PCBEdge +BUS_AT +AT ISA 16 bits Bus Edge Connector +BUS ISA AT Edge connector +0 +98 +98 +Connector_PCBEdge +BUS_PCI +PCI bus Edge Connector +PCI bus Edge Connector +0 +240 +120 +Connector_PCBEdge +BUS_PCI_Express_Mini +Mini-PCI Express bus connector (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=11) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Dual +Mini-PCI Express bus connector full size with dual clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=28) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Full +Mini-PCI Express bus connector full size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=24) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCI_Express_Mini_Half +Mini-PCI Express bus connector half size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=25) +mini pcie +0 +54 +53 +Connector_PCBEdge +BUS_PCIexpress_x1 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +36 +36 +Connector_PCBEdge +BUS_PCIexpress_x4 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +64 +64 +Connector_PCBEdge +BUS_PCIexpress_x8 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +98 +98 +Connector_PCBEdge +BUS_PCIexpress_x16 +PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 +PCIe +0 +164 +164 +Connector_PCBEdge +Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge +Highspeed card edge connector for PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +10 +8 +Connector_PCBEdge +Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +12 +10 +Connector_PCBEdge +Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +10 +8 +Connector_PCBEdge +Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) +conn samtec card-edge high-speed +0 +8 +8 +Connector_PCBEdge +Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +12 +10 +Connector_PCBEdge +Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) +conn samtec card-edge high-speed +0 +10 +10 +Connector_PCBEdge +Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge +Highspeed card edge connector for PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +16 +14 +Connector_PCBEdge +Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +18 +16 +Connector_PCBEdge +Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +16 +14 +Connector_PCBEdge +Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) +conn samtec card-edge high-speed +0 +14 +14 +Connector_PCBEdge +Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +18 +16 +Connector_PCBEdge +Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) +conn samtec card-edge high-speed +0 +16 +16 +Connector_PCBEdge +Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge +Highspeed card edge connector for PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +40 +38 +Connector_PCBEdge +Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +42 +40 +Connector_PCBEdge +Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +40 +38 +Connector_PCBEdge +Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) +conn samtec card-edge high-speed +0 +38 +38 +Connector_PCBEdge +Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +42 +40 +Connector_PCBEdge +Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) +conn samtec card-edge high-speed +0 +40 +40 +Connector_PCBEdge +Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge +Highspeed card edge connector for PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +60 +58 +Connector_PCBEdge +Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +62 +60 +Connector_PCBEdge +Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +60 +58 +Connector_PCBEdge +Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) +conn samtec card-edge high-speed +0 +58 +58 +Connector_PCBEdge +Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +62 +60 +Connector_PCBEdge +Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) +conn samtec card-edge high-speed +0 +60 +60 +Connector_PCBEdge +Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge +Highspeed card edge connector for PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +80 +78 +Connector_PCBEdge +Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +82 +80 +Connector_PCBEdge +Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +80 +78 +Connector_PCBEdge +Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) +conn samtec card-edge high-speed +0 +78 +78 +Connector_PCBEdge +Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +82 +80 +Connector_PCBEdge +Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) +conn samtec card-edge high-speed +0 +80 +80 +Connector_PCBEdge +Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge +Highspeed card edge connector for PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +100 +98 +Connector_PCBEdge +Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +102 +100 +Connector_PCBEdge +Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +100 +98 +Connector_PCBEdge +Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) +conn samtec card-edge high-speed +0 +98 +98 +Connector_PCBEdge +Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +102 +100 +Connector_PCBEdge +Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) +conn samtec card-edge high-speed +0 +100 +100 +Connector_PCBEdge +Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge +Highspeed card edge connector for PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +118 +116 +Connector_PCBEdge +Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +122 +120 +Connector_PCBEdge +Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +118 +116 +Connector_PCBEdge +Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) +conn samtec card-edge high-speed +0 +116 +116 +Connector_PCBEdge +Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +122 +120 +Connector_PCBEdge +Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) +conn samtec card-edge high-speed +0 +120 +120 +Connector_PCBEdge +Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge +Highspeed card edge connector for PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge +Highspeed card edge connector for PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +138 +136 +Connector_PCBEdge +Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +142 +140 +Connector_PCBEdge +Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +138 +136 +Connector_PCBEdge +Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) +conn samtec card-edge high-speed +0 +136 +136 +Connector_PCBEdge +Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +142 +140 +Connector_PCBEdge +Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal +Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) +conn samtec card-edge high-speed +0 +140 +140 +Connector_PCBEdge +molex_EDGELOCK_2-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +2 +2 +Connector_PCBEdge +molex_EDGELOCK_4-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +4 +4 +Connector_PCBEdge +molex_EDGELOCK_6-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +6 +6 +Connector_PCBEdge +molex_EDGELOCK_8-CKT +https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf +Connector PCBEdge molex EDGELOCK +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V +phoenix_contact connector GMSTBA_01x02_G_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V +phoenix_contact connector GMSTBA_01x02_G_7.50mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V +phoenix_contact connector GMSTBA_01x03_G_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V +phoenix_contact connector GMSTBA_01x03_G_7.50mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V +phoenix_contact connector GMSTBA_01x04_G_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V +phoenix_contact connector GMSTBA_01x04_G_7.50mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V +phoenix_contact connector GMSTBA_01x05_G_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V +phoenix_contact connector GMSTBA_01x05_G_7.50mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V +phoenix_contact connector GMSTBA_01x06_G_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V +phoenix_contact connector GMSTBA_01x06_G_7.50mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V +phoenix_contact connector GMSTBA_01x07_G_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V +phoenix_contact connector GMSTBA_01x07_G_7.50mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V +phoenix_contact connector GMSTBA_01x08_G_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V +phoenix_contact connector GMSTBA_01x08_G_7.50mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V +phoenix_contact connector GMSTBA_01x09_G_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V +phoenix_contact connector GMSTBA_01x09_G_7.50mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V +phoenix_contact connector GMSTBA_01x10_G_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V +phoenix_contact connector GMSTBA_01x10_G_7.50mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V +phoenix_contact connector GMSTBA_01x11_G_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V +phoenix_contact connector GMSTBA_01x11_G_7.50mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V +phoenix_contact connector GMSTBA_01x12_G_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal +Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V +phoenix_contact connector GMSTBA_01x12_G_7.50mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V +phoenix_contact connector GMSTBVA_01x02_G_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V +phoenix_contact connector GMSTBVA_01x02_G_7.50mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V +phoenix_contact connector GMSTBVA_01x03_G_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V +phoenix_contact connector GMSTBVA_01x03_G_7.50mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V +phoenix_contact connector GMSTBVA_01x04_G_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V +phoenix_contact connector GMSTBVA_01x04_G_7.50mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V +phoenix_contact connector GMSTBVA_01x05_G_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V +phoenix_contact connector GMSTBVA_01x05_G_7.50mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V +phoenix_contact connector GMSTBVA_01x06_G_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V +phoenix_contact connector GMSTBVA_01x06_G_7.50mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V +phoenix_contact connector GMSTBVA_01x07_G_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V +phoenix_contact connector GMSTBVA_01x07_G_7.50mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V +phoenix_contact connector GMSTBVA_01x08_G_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V +phoenix_contact connector GMSTBVA_01x08_G_7.50mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V +phoenix_contact connector GMSTBVA_01x09_G_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V +phoenix_contact connector GMSTBVA_01x09_G_7.50mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V +phoenix_contact connector GMSTBVA_01x10_G_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V +phoenix_contact connector GMSTBVA_01x10_G_7.50mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V +phoenix_contact connector GMSTBVA_01x11_G_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V +phoenix_contact connector GMSTBVA_01x11_G_7.50mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V +phoenix_contact connector GMSTBVA_01x12_G_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical +Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V +phoenix_contact connector GMSTBVA_01x12_G_7.50mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V +phoenix_contact connector GMSTBV_01x02_GF_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V +phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V +phoenix_contact connector GMSTBV_01x03_GF_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V +phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V +phoenix_contact connector GMSTBV_01x04_GF_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V +phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V +phoenix_contact connector GMSTBV_01x05_GF_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V +phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V +phoenix_contact connector GMSTBV_01x06_GF_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V +phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V +phoenix_contact connector GMSTBV_01x07_GF_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V +phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V +phoenix_contact connector GMSTBV_01x08_GF_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V +phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V +phoenix_contact connector GMSTBV_01x09_GF_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V +phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V +phoenix_contact connector GMSTBV_01x10_GF_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V +phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V +phoenix_contact connector GMSTBV_01x11_GF_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V +phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V +phoenix_contact connector GMSTBV_01x12_GF_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V +phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V +phoenix_contact connector GMSTB_01x02_GF_7.62mm +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V +phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH +0 +2 +2 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V +phoenix_contact connector GMSTB_01x03_GF_7.62mm +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V +phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH +0 +3 +3 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V +phoenix_contact connector GMSTB_01x04_GF_7.62mm +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V +phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH +0 +4 +4 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V +phoenix_contact connector GMSTB_01x05_GF_7.62mm +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V +phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH +0 +5 +5 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V +phoenix_contact connector GMSTB_01x06_GF_7.62mm +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V +phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH +0 +6 +6 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V +phoenix_contact connector GMSTB_01x07_GF_7.62mm +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V +phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH +0 +7 +7 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V +phoenix_contact connector GMSTB_01x08_GF_7.62mm +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V +phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH +0 +8 +8 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V +phoenix_contact connector GMSTB_01x09_GF_7.62mm +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V +phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH +0 +9 +9 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V +phoenix_contact connector GMSTB_01x10_GF_7.62mm +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V +phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH +0 +10 +10 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V +phoenix_contact connector GMSTB_01x11_GF_7.62mm +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V +phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH +0 +11 +11 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V +phoenix_contact connector GMSTB_01x12_GF_7.62mm +0 +12 +12 +Connector_Phoenix_GMSTB +PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V +phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V +phoenix_contact connector MCV_01x02_G_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V +phoenix_contact connector MCV_01x02_G_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V +phoenix_contact connector MCV_01x02_GF_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V +phoenix_contact connector MCV_01x02_GF_3.5mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V +phoenix_contact connector MCV_01x02_GF_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V +phoenix_contact connector MCV_01x02_GF_3.81mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V +phoenix_contact connector MCV_01x03_G_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V +phoenix_contact connector MCV_01x03_G_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V +phoenix_contact connector MCV_01x03_GF_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V +phoenix_contact connector MCV_01x03_GF_3.5mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V +phoenix_contact connector MCV_01x03_GF_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V +phoenix_contact connector MCV_01x03_GF_3.81mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V +phoenix_contact connector MCV_01x04_G_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V +phoenix_contact connector MCV_01x04_G_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V +phoenix_contact connector MCV_01x04_GF_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V +phoenix_contact connector MCV_01x04_GF_3.5mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V +phoenix_contact connector MCV_01x04_GF_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V +phoenix_contact connector MCV_01x04_GF_3.81mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V +phoenix_contact connector MCV_01x05_G_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V +phoenix_contact connector MCV_01x05_G_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V +phoenix_contact connector MCV_01x05_GF_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V +phoenix_contact connector MCV_01x05_GF_3.5mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V +phoenix_contact connector MCV_01x05_GF_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V +phoenix_contact connector MCV_01x05_GF_3.81mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V +phoenix_contact connector MCV_01x06_G_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V +phoenix_contact connector MCV_01x06_G_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V +phoenix_contact connector MCV_01x06_GF_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V +phoenix_contact connector MCV_01x06_GF_3.5mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V +phoenix_contact connector MCV_01x06_GF_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V +phoenix_contact connector MCV_01x06_GF_3.81mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V +phoenix_contact connector MCV_01x07_G_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V +phoenix_contact connector MCV_01x07_G_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V +phoenix_contact connector MCV_01x07_GF_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V +phoenix_contact connector MCV_01x07_GF_3.5mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V +phoenix_contact connector MCV_01x07_GF_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V +phoenix_contact connector MCV_01x07_GF_3.81mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V +phoenix_contact connector MCV_01x08_G_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V +phoenix_contact connector MCV_01x08_G_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V +phoenix_contact connector MCV_01x08_GF_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V +phoenix_contact connector MCV_01x08_GF_3.5mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V +phoenix_contact connector MCV_01x08_GF_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V +phoenix_contact connector MCV_01x08_GF_3.81mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V +phoenix_contact connector MCV_01x09_G_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V +phoenix_contact connector MCV_01x09_G_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V +phoenix_contact connector MCV_01x09_GF_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V +phoenix_contact connector MCV_01x09_GF_3.5mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V +phoenix_contact connector MCV_01x09_GF_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V +phoenix_contact connector MCV_01x09_GF_3.81mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V +phoenix_contact connector MCV_01x10_G_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V +phoenix_contact connector MCV_01x10_G_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V +phoenix_contact connector MCV_01x10_GF_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V +phoenix_contact connector MCV_01x10_GF_3.5mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V +phoenix_contact connector MCV_01x10_GF_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V +phoenix_contact connector MCV_01x10_GF_3.81mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V +phoenix_contact connector MCV_01x11_G_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V +phoenix_contact connector MCV_01x11_G_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V +phoenix_contact connector MCV_01x11_GF_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V +phoenix_contact connector MCV_01x11_GF_3.5mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V +phoenix_contact connector MCV_01x11_GF_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V +phoenix_contact connector MCV_01x11_GF_3.81mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V +phoenix_contact connector MCV_01x12_G_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V +phoenix_contact connector MCV_01x12_G_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V +phoenix_contact connector MCV_01x12_GF_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V +phoenix_contact connector MCV_01x12_GF_3.5mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V +phoenix_contact connector MCV_01x12_GF_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V +phoenix_contact connector MCV_01x12_GF_3.81mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V +phoenix_contact connector MCV_01x13_G_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V +phoenix_contact connector MCV_01x13_G_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V +phoenix_contact connector MCV_01x13_GF_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V +phoenix_contact connector MCV_01x13_GF_3.5mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V +phoenix_contact connector MCV_01x13_GF_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V +phoenix_contact connector MCV_01x13_GF_3.81mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V +phoenix_contact connector MCV_01x14_G_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V +phoenix_contact connector MCV_01x14_G_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V +phoenix_contact connector MCV_01x14_GF_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V +phoenix_contact connector MCV_01x14_GF_3.5mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V +phoenix_contact connector MCV_01x14_GF_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V +phoenix_contact connector MCV_01x14_GF_3.81mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V +phoenix_contact connector MCV_01x15_G_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V +phoenix_contact connector MCV_01x15_G_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V +phoenix_contact connector MCV_01x15_GF_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V +phoenix_contact connector MCV_01x15_GF_3.5mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V +phoenix_contact connector MCV_01x15_GF_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V +phoenix_contact connector MCV_01x15_GF_3.81mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V +phoenix_contact connector MCV_01x16_G_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V +phoenix_contact connector MCV_01x16_G_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V +phoenix_contact connector MCV_01x16_GF_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V +phoenix_contact connector MCV_01x16_GF_3.5mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V +phoenix_contact connector MCV_01x16_GF_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V +phoenix_contact connector MCV_01x16_GF_3.81mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V +phoenix_contact connector MC_01x02_G_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V +phoenix_contact connector MC_01x02_G_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V +phoenix_contact connector MC_01x02_GF_3.5mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V +phoenix_contact connector MC_01x02_GF_3.5mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V +phoenix_contact connector MC_01x02_GF_3.81mm +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V +phoenix_contact connector MC_01x02_GF_3.81mm_MH +0 +2 +2 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V +phoenix_contact connector MC_01x03_G_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V +phoenix_contact connector MC_01x03_G_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V +phoenix_contact connector MC_01x03_GF_3.5mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V +phoenix_contact connector MC_01x03_GF_3.5mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V +phoenix_contact connector MC_01x03_GF_3.81mm +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V +phoenix_contact connector MC_01x03_GF_3.81mm_MH +0 +3 +3 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V +phoenix_contact connector MC_01x04_G_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V +phoenix_contact connector MC_01x04_G_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V +phoenix_contact connector MC_01x04_GF_3.5mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V +phoenix_contact connector MC_01x04_GF_3.5mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V +phoenix_contact connector MC_01x04_GF_3.81mm +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V +phoenix_contact connector MC_01x04_GF_3.81mm_MH +0 +4 +4 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V +phoenix_contact connector MC_01x05_G_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V +phoenix_contact connector MC_01x05_G_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V +phoenix_contact connector MC_01x05_GF_3.5mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V +phoenix_contact connector MC_01x05_GF_3.5mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V +phoenix_contact connector MC_01x05_GF_3.81mm +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V +phoenix_contact connector MC_01x05_GF_3.81mm_MH +0 +5 +5 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V +phoenix_contact connector MC_01x06_G_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V +phoenix_contact connector MC_01x06_G_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V +phoenix_contact connector MC_01x06_GF_3.5mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V +phoenix_contact connector MC_01x06_GF_3.5mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V +phoenix_contact connector MC_01x06_GF_3.81mm +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V +phoenix_contact connector MC_01x06_GF_3.81mm_MH +0 +6 +6 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V +phoenix_contact connector MC_01x07_G_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V +phoenix_contact connector MC_01x07_G_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V +phoenix_contact connector MC_01x07_GF_3.5mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V +phoenix_contact connector MC_01x07_GF_3.5mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V +phoenix_contact connector MC_01x07_GF_3.81mm +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V +phoenix_contact connector MC_01x07_GF_3.81mm_MH +0 +7 +7 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V +phoenix_contact connector MC_01x08_G_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V +phoenix_contact connector MC_01x08_G_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V +phoenix_contact connector MC_01x08_GF_3.5mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V +phoenix_contact connector MC_01x08_GF_3.5mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V +phoenix_contact connector MC_01x08_GF_3.81mm +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V +phoenix_contact connector MC_01x08_GF_3.81mm_MH +0 +8 +8 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V +phoenix_contact connector MC_01x09_G_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V +phoenix_contact connector MC_01x09_G_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V +phoenix_contact connector MC_01x09_GF_3.5mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V +phoenix_contact connector MC_01x09_GF_3.5mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V +phoenix_contact connector MC_01x09_GF_3.81mm +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V +phoenix_contact connector MC_01x09_GF_3.81mm_MH +0 +9 +9 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V +phoenix_contact connector MC_01x10_G_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V +phoenix_contact connector MC_01x10_G_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V +phoenix_contact connector MC_01x10_GF_3.5mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V +phoenix_contact connector MC_01x10_GF_3.5mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V +phoenix_contact connector MC_01x10_GF_3.81mm +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V +phoenix_contact connector MC_01x10_GF_3.81mm_MH +0 +10 +10 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V +phoenix_contact connector MC_01x11_G_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V +phoenix_contact connector MC_01x11_G_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V +phoenix_contact connector MC_01x11_GF_3.5mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V +phoenix_contact connector MC_01x11_GF_3.5mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V +phoenix_contact connector MC_01x11_GF_3.81mm +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V +phoenix_contact connector MC_01x11_GF_3.81mm_MH +0 +11 +11 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V +phoenix_contact connector MC_01x12_G_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V +phoenix_contact connector MC_01x12_G_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V +phoenix_contact connector MC_01x12_GF_3.5mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V +phoenix_contact connector MC_01x12_GF_3.5mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V +phoenix_contact connector MC_01x12_GF_3.81mm +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V +phoenix_contact connector MC_01x12_GF_3.81mm_MH +0 +12 +12 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V +phoenix_contact connector MC_01x13_G_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V +phoenix_contact connector MC_01x13_G_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V +phoenix_contact connector MC_01x13_GF_3.5mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V +phoenix_contact connector MC_01x13_GF_3.5mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V +phoenix_contact connector MC_01x13_GF_3.81mm +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V +phoenix_contact connector MC_01x13_GF_3.81mm_MH +0 +13 +13 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V +phoenix_contact connector MC_01x14_G_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V +phoenix_contact connector MC_01x14_G_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V +phoenix_contact connector MC_01x14_GF_3.5mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V +phoenix_contact connector MC_01x14_GF_3.5mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V +phoenix_contact connector MC_01x14_GF_3.81mm +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V +phoenix_contact connector MC_01x14_GF_3.81mm_MH +0 +14 +14 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V +phoenix_contact connector MC_01x15_G_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V +phoenix_contact connector MC_01x15_G_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V +phoenix_contact connector MC_01x15_GF_3.5mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V +phoenix_contact connector MC_01x15_GF_3.5mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V +phoenix_contact connector MC_01x15_GF_3.81mm +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V +phoenix_contact connector MC_01x15_GF_3.81mm_MH +0 +15 +15 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V +phoenix_contact connector MC_01x16_G_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V +phoenix_contact connector MC_01x16_G_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V +phoenix_contact connector MC_01x16_GF_3.5mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V +phoenix_contact connector MC_01x16_GF_3.5mm_MH +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V +phoenix_contact connector MC_01x16_GF_3.81mm +0 +16 +16 +Connector_Phoenix_MC +PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V +phoenix_contact connector MC_01x16_GF_3.81mm_MH +0 +16 +16 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V +phoenix_contact connector MCV_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V +phoenix_contact connector MCV_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V +phoenix_contact connector MCV_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V +phoenix_contact connector MCV_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V +phoenix_contact connector MCV_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V +phoenix_contact connector MCV_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V +phoenix_contact connector MCV_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V +phoenix_contact connector MCV_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V +phoenix_contact connector MCV_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V +phoenix_contact connector MCV_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V +phoenix_contact connector MCV_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V +phoenix_contact connector MCV_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V +phoenix_contact connector MCV_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V +phoenix_contact connector MCV_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V +phoenix_contact connector MCV_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V +phoenix_contact connector MCV_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V +phoenix_contact connector MCV_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V +phoenix_contact connector MCV_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V +phoenix_contact connector MCV_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V +phoenix_contact connector MCV_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V +phoenix_contact connector MCV_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V +phoenix_contact connector MCV_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V +phoenix_contact connector MCV_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V +phoenix_contact connector MCV_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V +phoenix_contact connector MCV_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V +phoenix_contact connector MCV_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V +phoenix_contact connector MCV_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V +phoenix_contact connector MCV_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V +phoenix_contact connector MCV_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V +phoenix_contact connector MCV_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V +phoenix_contact connector MCV_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V +phoenix_contact connector MCV_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V +phoenix_contact connector MCV_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V +phoenix_contact connector MC_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V +phoenix_contact connector MC_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V +phoenix_contact connector MC_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V +phoenix_contact connector MC_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V +phoenix_contact connector MC_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V +phoenix_contact connector MC_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V +phoenix_contact connector MC_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V +phoenix_contact connector MC_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V +phoenix_contact connector MC_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V +phoenix_contact connector MC_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V +phoenix_contact connector MC_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V +phoenix_contact connector MC_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V +phoenix_contact connector MC_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V +phoenix_contact connector MC_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V +phoenix_contact connector MC_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V +phoenix_contact connector MC_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V +phoenix_contact connector MC_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V +phoenix_contact connector MC_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V +phoenix_contact connector MC_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V +phoenix_contact connector MC_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V +phoenix_contact connector MC_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V +phoenix_contact connector MC_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V +phoenix_contact connector MC_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V +phoenix_contact connector MC_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V +phoenix_contact connector MC_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V +phoenix_contact connector MC_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V +phoenix_contact connector MC_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V +phoenix_contact connector MC_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V +phoenix_contact connector MC_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V +phoenix_contact connector MC_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V +phoenix_contact connector MC_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V +phoenix_contact connector MC_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MC_HighVoltage +PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V +phoenix_contact connector MC_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC) +phoenix_contact connector MSTBA_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC) +phoenix_contact connector MSTBA_01x02_G_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC) +phoenix_contact connector MSTBA_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC) +phoenix_contact connector MSTBA_01x03_G_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC) +phoenix_contact connector MSTBA_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC) +phoenix_contact connector MSTBA_01x04_G_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC) +phoenix_contact connector MSTBA_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC) +phoenix_contact connector MSTBA_01x05_G_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC) +phoenix_contact connector MSTBA_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC) +phoenix_contact connector MSTBA_01x06_G_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC) +phoenix_contact connector MSTBA_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC) +phoenix_contact connector MSTBA_01x07_G_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC) +phoenix_contact connector MSTBA_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC) +phoenix_contact connector MSTBA_01x08_G_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC) +phoenix_contact connector MSTBA_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC) +phoenix_contact connector MSTBA_01x09_G_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC) +phoenix_contact connector MSTBA_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC) +phoenix_contact connector MSTBA_01x10_G_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC) +phoenix_contact connector MSTBA_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC) +phoenix_contact connector MSTBA_01x11_G_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC) +phoenix_contact connector MSTBA_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC) +phoenix_contact connector MSTBA_01x12_G_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A +phoenix_contact connector MSTBA_01x13_G_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A +phoenix_contact connector MSTBA_01x13_G_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A +phoenix_contact connector MSTBA_01x14_G_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A +phoenix_contact connector MSTBA_01x14_G_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A +phoenix_contact connector MSTBA_01x15_G_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A +phoenix_contact connector MSTBA_01x15_G_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A +phoenix_contact connector MSTBA_01x16_G_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal +Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A +phoenix_contact connector MSTBA_01x16_G_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC) +phoenix_contact connector MSTBVA_01x02_G_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC) +phoenix_contact connector MSTBVA_01x02_G_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC) +phoenix_contact connector MSTBVA_01x03_G_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC) +phoenix_contact connector MSTBVA_01x03_G_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC) +phoenix_contact connector MSTBVA_01x04_G_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC) +phoenix_contact connector MSTBVA_01x04_G_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC) +phoenix_contact connector MSTBVA_01x05_G_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC) +phoenix_contact connector MSTBVA_01x05_G_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC) +phoenix_contact connector MSTBVA_01x06_G_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC) +phoenix_contact connector MSTBVA_01x06_G_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC) +phoenix_contact connector MSTBVA_01x07_G_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC) +phoenix_contact connector MSTBVA_01x07_G_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC) +phoenix_contact connector MSTBVA_01x08_G_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC) +phoenix_contact connector MSTBVA_01x08_G_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC) +phoenix_contact connector MSTBVA_01x09_G_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC) +phoenix_contact connector MSTBVA_01x09_G_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC) +phoenix_contact connector MSTBVA_01x10_G_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC) +phoenix_contact connector MSTBVA_01x10_G_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC) +phoenix_contact connector MSTBVA_01x11_G_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC) +phoenix_contact connector MSTBVA_01x11_G_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC) +phoenix_contact connector MSTBVA_01x12_G_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC) +phoenix_contact connector MSTBVA_01x12_G_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A +phoenix_contact connector MSTBVA_01x13_G_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A +phoenix_contact connector MSTBVA_01x13_G_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A +phoenix_contact connector MSTBVA_01x14_G_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A +phoenix_contact connector MSTBVA_01x14_G_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A +phoenix_contact connector MSTBVA_01x15_G_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A +phoenix_contact connector MSTBVA_01x15_G_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A +phoenix_contact connector MSTBVA_01x16_G_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical +Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A +phoenix_contact connector MSTBVA_01x16_G_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC) +phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC) +phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC) +phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC) +phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC) +phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC) +phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC) +phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC) +phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC) +phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC) +phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC) +phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A +phoenix_contact connector MSTBV_01x13_GF_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A +phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A +phoenix_contact connector MSTBV_01x13_GF_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A +phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A +phoenix_contact connector MSTBV_01x14_GF_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A +phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A +phoenix_contact connector MSTBV_01x14_GF_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A +phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A +phoenix_contact connector MSTBV_01x15_GF_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A +phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A +phoenix_contact connector MSTBV_01x15_GF_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A +phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A +phoenix_contact connector MSTBV_01x16_GF_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A +phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A +phoenix_contact connector MSTBV_01x16_GF_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A +phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.08mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.08mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.00mm +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC) +phoenix_contact connector MSTB_01x02_GF_5.00mm_MH +0 +2 +2 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.08mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.08mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.00mm +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC) +phoenix_contact connector MSTB_01x03_GF_5.00mm_MH +0 +3 +3 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.08mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.08mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.00mm +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC) +phoenix_contact connector MSTB_01x04_GF_5.00mm_MH +0 +4 +4 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.08mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.08mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.00mm +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC) +phoenix_contact connector MSTB_01x05_GF_5.00mm_MH +0 +5 +5 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.08mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.08mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.00mm +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC) +phoenix_contact connector MSTB_01x06_GF_5.00mm_MH +0 +6 +6 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.08mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.08mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.00mm +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC) +phoenix_contact connector MSTB_01x07_GF_5.00mm_MH +0 +7 +7 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.08mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.08mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.00mm +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC) +phoenix_contact connector MSTB_01x08_GF_5.00mm_MH +0 +8 +8 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.08mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.08mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.00mm +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC) +phoenix_contact connector MSTB_01x09_GF_5.00mm_MH +0 +9 +9 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.08mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.08mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.00mm +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC) +phoenix_contact connector MSTB_01x10_GF_5.00mm_MH +0 +10 +10 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.08mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.08mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.00mm +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC) +phoenix_contact connector MSTB_01x11_GF_5.00mm_MH +0 +11 +11 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.08mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.08mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.00mm +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC) +phoenix_contact connector MSTB_01x12_GF_5.00mm_MH +0 +12 +12 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A +phoenix_contact connector MSTB_01x13_GF_5.08mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A +phoenix_contact connector MSTB_01x13_GF_5.08mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A +phoenix_contact connector MSTB_01x13_GF_5.00mm +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A +phoenix_contact connector MSTB_01x13_GF_5.00mm_MH +0 +13 +13 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A +phoenix_contact connector MSTB_01x14_GF_5.08mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A +phoenix_contact connector MSTB_01x14_GF_5.08mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A +phoenix_contact connector MSTB_01x14_GF_5.00mm +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A +phoenix_contact connector MSTB_01x14_GF_5.00mm_MH +0 +14 +14 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A +phoenix_contact connector MSTB_01x15_GF_5.08mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A +phoenix_contact connector MSTB_01x15_GF_5.08mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A +phoenix_contact connector MSTB_01x15_GF_5.00mm +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A +phoenix_contact connector MSTB_01x15_GF_5.00mm_MH +0 +15 +15 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A +phoenix_contact connector MSTB_01x16_GF_5.08mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A +phoenix_contact connector MSTB_01x16_GF_5.08mm_MH +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A +phoenix_contact connector MSTB_01x16_GF_5.00mm +0 +16 +16 +Connector_Phoenix_MSTB +PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole +Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A +phoenix_contact connector MSTB_01x16_GF_5.00mm_MH +0 +16 +16 +Connector_Pin +Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork +solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork +solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.0mm_L10.0mm +solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm +solder Pin_ press fit +0 +1 +1 +Connector_Pin +Pin_D1.0mm_L10.0mm_LooseFit +solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm +solder Pin_ loose fit +0 +1 +1 +Connector_Pin +Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork +solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.1mm_L10.2mm_W3.5mm_Flat +solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork +solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.2mm_L11.3mm_W3.0mm_Flat +solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L10.0mm_W3.5mm_Flat +solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434 +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.0mm +solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm +solder Pin_ pressfit +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.0mm_LooseFit +solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm +solder Pin_ loose fit +0 +1 +1 +Connector_Pin +Pin_D1.3mm_L11.3mm_W2.8mm_Flat +solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm +solder Pin_ with flat fork +0 +1 +1 +Connector_Pin +Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork +solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434 +solder Pin_ with flat fork +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x01_P1.00mm_Horizontal +Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x01 1.00mm single row +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x01_P1.00mm_Vertical +Through hole straight pin header, 1x01, 1.00mm pitch, single row +Through hole pin header THT 1x01 1.00mm single row +0 +1 +1 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Horizontal +Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical +Through hole straight pin header, 1x02, 1.00mm pitch, single row +Through hole pin header THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Horizontal +Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical +Through hole straight pin header, 1x03, 1.00mm pitch, single row +Through hole pin header THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Horizontal +Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical +Through hole straight pin header, 1x04, 1.00mm pitch, single row +Through hole pin header THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Horizontal +Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical +Through hole straight pin header, 1x05, 1.00mm pitch, single row +Through hole pin header THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Horizontal +Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical +Through hole straight pin header, 1x06, 1.00mm pitch, single row +Through hole pin header THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Horizontal +Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical +Through hole straight pin header, 1x07, 1.00mm pitch, single row +Through hole pin header THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Horizontal +Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical +Through hole straight pin header, 1x08, 1.00mm pitch, single row +Through hole pin header THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Horizontal +Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical +Through hole straight pin header, 1x09, 1.00mm pitch, single row +Through hole pin header THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Horizontal +Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical +Through hole straight pin header, 1x10, 1.00mm pitch, single row +Through hole pin header THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Horizontal +Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical +Through hole straight pin header, 1x11, 1.00mm pitch, single row +Through hole pin header THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Horizontal +Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical +Through hole straight pin header, 1x12, 1.00mm pitch, single row +Through hole pin header THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Horizontal +Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical +Through hole straight pin header, 1x13, 1.00mm pitch, single row +Through hole pin header THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Horizontal +Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical +Through hole straight pin header, 1x14, 1.00mm pitch, single row +Through hole pin header THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Horizontal +Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical +Through hole straight pin header, 1x15, 1.00mm pitch, single row +Through hole pin header THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Horizontal +Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical +Through hole straight pin header, 1x16, 1.00mm pitch, single row +Through hole pin header THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Horizontal +Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical +Through hole straight pin header, 1x17, 1.00mm pitch, single row +Through hole pin header THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Horizontal +Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical +Through hole straight pin header, 1x18, 1.00mm pitch, single row +Through hole pin header THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Horizontal +Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical +Through hole straight pin header, 1x19, 1.00mm pitch, single row +Through hole pin header THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Horizontal +Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical +Through hole straight pin header, 1x20, 1.00mm pitch, single row +Through hole pin header THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Horizontal +Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical +Through hole straight pin header, 1x21, 1.00mm pitch, single row +Through hole pin header THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Horizontal +Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical +Through hole straight pin header, 1x22, 1.00mm pitch, single row +Through hole pin header THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Horizontal +Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical +Through hole straight pin header, 1x23, 1.00mm pitch, single row +Through hole pin header THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Horizontal +Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical +Through hole straight pin header, 1x24, 1.00mm pitch, single row +Through hole pin header THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Horizontal +Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical +Through hole straight pin header, 1x25, 1.00mm pitch, single row +Through hole pin header THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Horizontal +Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical +Through hole straight pin header, 1x26, 1.00mm pitch, single row +Through hole pin header THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Horizontal +Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical +Through hole straight pin header, 1x27, 1.00mm pitch, single row +Through hole pin header THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Horizontal +Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical +Through hole straight pin header, 1x28, 1.00mm pitch, single row +Through hole pin header THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Horizontal +Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical +Through hole straight pin header, 1x29, 1.00mm pitch, single row +Through hole pin header THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Horizontal +Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical +Through hole straight pin header, 1x30, 1.00mm pitch, single row +Through hole pin header THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Horizontal +Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical +Through hole straight pin header, 1x31, 1.00mm pitch, single row +Through hole pin header THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Horizontal +Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical +Through hole straight pin header, 1x32, 1.00mm pitch, single row +Through hole pin header THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Horizontal +Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical +Through hole straight pin header, 1x33, 1.00mm pitch, single row +Through hole pin header THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Horizontal +Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical +Through hole straight pin header, 1x34, 1.00mm pitch, single row +Through hole pin header THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Horizontal +Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical +Through hole straight pin header, 1x35, 1.00mm pitch, single row +Through hole pin header THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Horizontal +Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical +Through hole straight pin header, 1x36, 1.00mm pitch, single row +Through hole pin header THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Horizontal +Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical +Through hole straight pin header, 1x37, 1.00mm pitch, single row +Through hole pin header THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Horizontal +Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical +Through hole straight pin header, 1x38, 1.00mm pitch, single row +Through hole pin header THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Horizontal +Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical +Through hole straight pin header, 1x39, 1.00mm pitch, single row +Through hole pin header THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Horizontal +Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row +Through hole angled pin header THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical +Through hole straight pin header, 1x40, 1.00mm pitch, single row +Through hole pin header THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Horizontal +Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Vertical +Through hole straight pin header, 2x01, 1.00mm pitch, double rows +Through hole pin header THT 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x01_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x01 1.00mm double row +0 +2 +2 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Horizontal +Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Vertical +Through hole straight pin header, 2x02, 1.00mm pitch, double rows +Through hole pin header THT 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x02_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x02 1.00mm double row +0 +4 +4 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Horizontal +Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Vertical +Through hole straight pin header, 2x03, 1.00mm pitch, double rows +Through hole pin header THT 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x03_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x03 1.00mm double row +0 +6 +6 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Horizontal +Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Vertical +Through hole straight pin header, 2x04, 1.00mm pitch, double rows +Through hole pin header THT 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x04_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x04 1.00mm double row +0 +8 +8 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Horizontal +Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Vertical +Through hole straight pin header, 2x05, 1.00mm pitch, double rows +Through hole pin header THT 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x05_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x05 1.00mm double row +0 +10 +10 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Horizontal +Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Vertical +Through hole straight pin header, 2x06, 1.00mm pitch, double rows +Through hole pin header THT 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x06_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x06 1.00mm double row +0 +12 +12 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Horizontal +Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Vertical +Through hole straight pin header, 2x07, 1.00mm pitch, double rows +Through hole pin header THT 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x07_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x07 1.00mm double row +0 +14 +14 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Horizontal +Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Vertical +Through hole straight pin header, 2x08, 1.00mm pitch, double rows +Through hole pin header THT 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x08_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x08 1.00mm double row +0 +16 +16 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Horizontal +Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Vertical +Through hole straight pin header, 2x09, 1.00mm pitch, double rows +Through hole pin header THT 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x09_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x09 1.00mm double row +0 +18 +18 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Horizontal +Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Vertical +Through hole straight pin header, 2x10, 1.00mm pitch, double rows +Through hole pin header THT 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x10_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x10 1.00mm double row +0 +20 +20 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Horizontal +Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Vertical +Through hole straight pin header, 2x11, 1.00mm pitch, double rows +Through hole pin header THT 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x11_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x11 1.00mm double row +0 +22 +22 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Horizontal +Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Vertical +Through hole straight pin header, 2x12, 1.00mm pitch, double rows +Through hole pin header THT 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x12_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x12 1.00mm double row +0 +24 +24 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Horizontal +Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Vertical +Through hole straight pin header, 2x13, 1.00mm pitch, double rows +Through hole pin header THT 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x13_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x13 1.00mm double row +0 +26 +26 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Horizontal +Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Vertical +Through hole straight pin header, 2x14, 1.00mm pitch, double rows +Through hole pin header THT 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x14_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x14 1.00mm double row +0 +28 +28 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Horizontal +Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Vertical +Through hole straight pin header, 2x15, 1.00mm pitch, double rows +Through hole pin header THT 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x15_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x15 1.00mm double row +0 +30 +30 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Horizontal +Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Vertical +Through hole straight pin header, 2x16, 1.00mm pitch, double rows +Through hole pin header THT 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x16_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x16 1.00mm double row +0 +32 +32 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Horizontal +Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Vertical +Through hole straight pin header, 2x17, 1.00mm pitch, double rows +Through hole pin header THT 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x17_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x17 1.00mm double row +0 +34 +34 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Horizontal +Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Vertical +Through hole straight pin header, 2x18, 1.00mm pitch, double rows +Through hole pin header THT 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x18_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x18 1.00mm double row +0 +36 +36 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Horizontal +Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Vertical +Through hole straight pin header, 2x19, 1.00mm pitch, double rows +Through hole pin header THT 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x19_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x19 1.00mm double row +0 +38 +38 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Horizontal +Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Vertical +Through hole straight pin header, 2x20, 1.00mm pitch, double rows +Through hole pin header THT 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x20_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x20 1.00mm double row +0 +40 +40 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Horizontal +Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Vertical +Through hole straight pin header, 2x21, 1.00mm pitch, double rows +Through hole pin header THT 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x21_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x21 1.00mm double row +0 +42 +42 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Horizontal +Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Vertical +Through hole straight pin header, 2x22, 1.00mm pitch, double rows +Through hole pin header THT 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x22_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x22 1.00mm double row +0 +44 +44 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Horizontal +Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Vertical +Through hole straight pin header, 2x23, 1.00mm pitch, double rows +Through hole pin header THT 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x23_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x23 1.00mm double row +0 +46 +46 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Horizontal +Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Vertical +Through hole straight pin header, 2x24, 1.00mm pitch, double rows +Through hole pin header THT 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x24_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x24 1.00mm double row +0 +48 +48 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Horizontal +Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Vertical +Through hole straight pin header, 2x25, 1.00mm pitch, double rows +Through hole pin header THT 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x25_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x25 1.00mm double row +0 +50 +50 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Horizontal +Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Vertical +Through hole straight pin header, 2x26, 1.00mm pitch, double rows +Through hole pin header THT 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x26_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x26 1.00mm double row +0 +52 +52 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Horizontal +Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Vertical +Through hole straight pin header, 2x27, 1.00mm pitch, double rows +Through hole pin header THT 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x27_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x27 1.00mm double row +0 +54 +54 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Horizontal +Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Vertical +Through hole straight pin header, 2x28, 1.00mm pitch, double rows +Through hole pin header THT 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x28_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x28 1.00mm double row +0 +56 +56 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Horizontal +Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Vertical +Through hole straight pin header, 2x29, 1.00mm pitch, double rows +Through hole pin header THT 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x29_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x29 1.00mm double row +0 +58 +58 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Horizontal +Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Vertical +Through hole straight pin header, 2x30, 1.00mm pitch, double rows +Through hole pin header THT 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x30_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x30 1.00mm double row +0 +60 +60 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Horizontal +Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Vertical +Through hole straight pin header, 2x31, 1.00mm pitch, double rows +Through hole pin header THT 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x31_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x31 1.00mm double row +0 +62 +62 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Horizontal +Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Vertical +Through hole straight pin header, 2x32, 1.00mm pitch, double rows +Through hole pin header THT 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x32_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x32 1.00mm double row +0 +64 +64 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Horizontal +Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Vertical +Through hole straight pin header, 2x33, 1.00mm pitch, double rows +Through hole pin header THT 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x33_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x33 1.00mm double row +0 +66 +66 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Horizontal +Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Vertical +Through hole straight pin header, 2x34, 1.00mm pitch, double rows +Through hole pin header THT 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x34_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x34 1.00mm double row +0 +68 +68 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Horizontal +Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Vertical +Through hole straight pin header, 2x35, 1.00mm pitch, double rows +Through hole pin header THT 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x35_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x35 1.00mm double row +0 +70 +70 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Horizontal +Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Vertical +Through hole straight pin header, 2x36, 1.00mm pitch, double rows +Through hole pin header THT 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x36_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x36 1.00mm double row +0 +72 +72 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Horizontal +Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Vertical +Through hole straight pin header, 2x37, 1.00mm pitch, double rows +Through hole pin header THT 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x37_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x37 1.00mm double row +0 +74 +74 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Horizontal +Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Vertical +Through hole straight pin header, 2x38, 1.00mm pitch, double rows +Through hole pin header THT 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x38_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x38 1.00mm double row +0 +76 +76 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Horizontal +Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Vertical +Through hole straight pin header, 2x39, 1.00mm pitch, double rows +Through hole pin header THT 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x39_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x39 1.00mm double row +0 +78 +78 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Horizontal +Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows +Through hole angled pin header THT 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Vertical +Through hole straight pin header, 2x40, 1.00mm pitch, double rows +Through hole pin header THT 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.00mm +PinHeader_2x40_P1.00mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows +Surface mounted pin header SMD 2x40 1.00mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_1x01_P1.27mm_Horizontal +Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinHeader_1.27mm +PinHeader_1x01_P1.27mm_Vertical +Through hole straight pin header, 1x01, 1.27mm pitch, single row +Through hole pin header THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Horizontal +Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical +Through hole straight pin header, 1x02, 1.27mm pitch, single row +Through hole pin header THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Horizontal +Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical +Through hole straight pin header, 1x03, 1.27mm pitch, single row +Through hole pin header THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Horizontal +Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical +Through hole straight pin header, 1x04, 1.27mm pitch, single row +Through hole pin header THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Horizontal +Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical +Through hole straight pin header, 1x05, 1.27mm pitch, single row +Through hole pin header THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Horizontal +Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical +Through hole straight pin header, 1x06, 1.27mm pitch, single row +Through hole pin header THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Horizontal +Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical +Through hole straight pin header, 1x07, 1.27mm pitch, single row +Through hole pin header THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Horizontal +Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical +Through hole straight pin header, 1x08, 1.27mm pitch, single row +Through hole pin header THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Horizontal +Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical +Through hole straight pin header, 1x09, 1.27mm pitch, single row +Through hole pin header THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Horizontal +Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical +Through hole straight pin header, 1x10, 1.27mm pitch, single row +Through hole pin header THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Horizontal +Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical +Through hole straight pin header, 1x11, 1.27mm pitch, single row +Through hole pin header THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Horizontal +Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical +Through hole straight pin header, 1x12, 1.27mm pitch, single row +Through hole pin header THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Horizontal +Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical +Through hole straight pin header, 1x13, 1.27mm pitch, single row +Through hole pin header THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Horizontal +Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical +Through hole straight pin header, 1x14, 1.27mm pitch, single row +Through hole pin header THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Horizontal +Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical +Through hole straight pin header, 1x15, 1.27mm pitch, single row +Through hole pin header THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Horizontal +Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical +Through hole straight pin header, 1x16, 1.27mm pitch, single row +Through hole pin header THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Horizontal +Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical +Through hole straight pin header, 1x17, 1.27mm pitch, single row +Through hole pin header THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Horizontal +Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical +Through hole straight pin header, 1x18, 1.27mm pitch, single row +Through hole pin header THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Horizontal +Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical +Through hole straight pin header, 1x19, 1.27mm pitch, single row +Through hole pin header THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Horizontal +Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical +Through hole straight pin header, 1x20, 1.27mm pitch, single row +Through hole pin header THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Horizontal +Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical +Through hole straight pin header, 1x21, 1.27mm pitch, single row +Through hole pin header THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Horizontal +Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical +Through hole straight pin header, 1x22, 1.27mm pitch, single row +Through hole pin header THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Horizontal +Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical +Through hole straight pin header, 1x23, 1.27mm pitch, single row +Through hole pin header THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Horizontal +Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical +Through hole straight pin header, 1x24, 1.27mm pitch, single row +Through hole pin header THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Horizontal +Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical +Through hole straight pin header, 1x25, 1.27mm pitch, single row +Through hole pin header THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Horizontal +Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical +Through hole straight pin header, 1x26, 1.27mm pitch, single row +Through hole pin header THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Horizontal +Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical +Through hole straight pin header, 1x27, 1.27mm pitch, single row +Through hole pin header THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Horizontal +Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical +Through hole straight pin header, 1x28, 1.27mm pitch, single row +Through hole pin header THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Horizontal +Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical +Through hole straight pin header, 1x29, 1.27mm pitch, single row +Through hole pin header THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Horizontal +Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical +Through hole straight pin header, 1x30, 1.27mm pitch, single row +Through hole pin header THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Horizontal +Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical +Through hole straight pin header, 1x31, 1.27mm pitch, single row +Through hole pin header THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Horizontal +Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical +Through hole straight pin header, 1x32, 1.27mm pitch, single row +Through hole pin header THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Horizontal +Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical +Through hole straight pin header, 1x33, 1.27mm pitch, single row +Through hole pin header THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Horizontal +Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical +Through hole straight pin header, 1x34, 1.27mm pitch, single row +Through hole pin header THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Horizontal +Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical +Through hole straight pin header, 1x35, 1.27mm pitch, single row +Through hole pin header THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Horizontal +Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical +Through hole straight pin header, 1x36, 1.27mm pitch, single row +Through hole pin header THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Horizontal +Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical +Through hole straight pin header, 1x37, 1.27mm pitch, single row +Through hole pin header THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Horizontal +Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical +Through hole straight pin header, 1x38, 1.27mm pitch, single row +Through hole pin header THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Horizontal +Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical +Through hole straight pin header, 1x39, 1.27mm pitch, single row +Through hole pin header THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Horizontal +Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row +Through hole angled pin header THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical +Through hole straight pin header, 1x40, 1.27mm pitch, single row +Through hole pin header THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Horizontal +Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Vertical +Through hole straight pin header, 2x01, 1.27mm pitch, double rows +Through hole pin header THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x01_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x01 1.27mm double row +0 +2 +2 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Horizontal +Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Vertical +Through hole straight pin header, 2x02, 1.27mm pitch, double rows +Through hole pin header THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x02_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x02 1.27mm double row +0 +4 +4 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Horizontal +Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Vertical +Through hole straight pin header, 2x03, 1.27mm pitch, double rows +Through hole pin header THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x03_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x03 1.27mm double row +0 +6 +6 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Horizontal +Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Vertical +Through hole straight pin header, 2x04, 1.27mm pitch, double rows +Through hole pin header THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x04_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x04 1.27mm double row +0 +8 +8 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Horizontal +Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Vertical +Through hole straight pin header, 2x05, 1.27mm pitch, double rows +Through hole pin header THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x05_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x05 1.27mm double row +0 +10 +10 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Horizontal +Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Vertical +Through hole straight pin header, 2x06, 1.27mm pitch, double rows +Through hole pin header THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x06_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x06 1.27mm double row +0 +12 +12 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Horizontal +Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Vertical +Through hole straight pin header, 2x07, 1.27mm pitch, double rows +Through hole pin header THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x07_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x07 1.27mm double row +0 +14 +14 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Horizontal +Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Vertical +Through hole straight pin header, 2x08, 1.27mm pitch, double rows +Through hole pin header THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x08_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x08 1.27mm double row +0 +16 +16 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Horizontal +Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Vertical +Through hole straight pin header, 2x09, 1.27mm pitch, double rows +Through hole pin header THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x09_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x09 1.27mm double row +0 +18 +18 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Horizontal +Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Vertical +Through hole straight pin header, 2x10, 1.27mm pitch, double rows +Through hole pin header THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x10_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x10 1.27mm double row +0 +20 +20 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Horizontal +Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Vertical +Through hole straight pin header, 2x11, 1.27mm pitch, double rows +Through hole pin header THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x11_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x11 1.27mm double row +0 +22 +22 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Horizontal +Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Vertical +Through hole straight pin header, 2x12, 1.27mm pitch, double rows +Through hole pin header THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x12_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x12 1.27mm double row +0 +24 +24 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Horizontal +Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Vertical +Through hole straight pin header, 2x13, 1.27mm pitch, double rows +Through hole pin header THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x13_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x13 1.27mm double row +0 +26 +26 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Horizontal +Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Vertical +Through hole straight pin header, 2x14, 1.27mm pitch, double rows +Through hole pin header THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x14_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x14 1.27mm double row +0 +28 +28 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Horizontal +Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Vertical +Through hole straight pin header, 2x15, 1.27mm pitch, double rows +Through hole pin header THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x15_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x15 1.27mm double row +0 +30 +30 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Horizontal +Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Vertical +Through hole straight pin header, 2x16, 1.27mm pitch, double rows +Through hole pin header THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x16_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x16 1.27mm double row +0 +32 +32 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Horizontal +Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Vertical +Through hole straight pin header, 2x17, 1.27mm pitch, double rows +Through hole pin header THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x17_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x17 1.27mm double row +0 +34 +34 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Horizontal +Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Vertical +Through hole straight pin header, 2x18, 1.27mm pitch, double rows +Through hole pin header THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x18_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x18 1.27mm double row +0 +36 +36 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Horizontal +Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Vertical +Through hole straight pin header, 2x19, 1.27mm pitch, double rows +Through hole pin header THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x19_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x19 1.27mm double row +0 +38 +38 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Horizontal +Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Vertical +Through hole straight pin header, 2x20, 1.27mm pitch, double rows +Through hole pin header THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x20_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x20 1.27mm double row +0 +40 +40 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Horizontal +Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Vertical +Through hole straight pin header, 2x21, 1.27mm pitch, double rows +Through hole pin header THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x21_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x21 1.27mm double row +0 +42 +42 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Horizontal +Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Vertical +Through hole straight pin header, 2x22, 1.27mm pitch, double rows +Through hole pin header THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x22_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x22 1.27mm double row +0 +44 +44 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Horizontal +Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Vertical +Through hole straight pin header, 2x23, 1.27mm pitch, double rows +Through hole pin header THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x23_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x23 1.27mm double row +0 +46 +46 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Horizontal +Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Vertical +Through hole straight pin header, 2x24, 1.27mm pitch, double rows +Through hole pin header THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x24_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x24 1.27mm double row +0 +48 +48 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Horizontal +Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Vertical +Through hole straight pin header, 2x25, 1.27mm pitch, double rows +Through hole pin header THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x25_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x25 1.27mm double row +0 +50 +50 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Horizontal +Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Vertical +Through hole straight pin header, 2x26, 1.27mm pitch, double rows +Through hole pin header THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x26_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x26 1.27mm double row +0 +52 +52 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Horizontal +Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Vertical +Through hole straight pin header, 2x27, 1.27mm pitch, double rows +Through hole pin header THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x27_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x27 1.27mm double row +0 +54 +54 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Horizontal +Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Vertical +Through hole straight pin header, 2x28, 1.27mm pitch, double rows +Through hole pin header THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x28_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x28 1.27mm double row +0 +56 +56 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Horizontal +Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Vertical +Through hole straight pin header, 2x29, 1.27mm pitch, double rows +Through hole pin header THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x29_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x29 1.27mm double row +0 +58 +58 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Horizontal +Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Vertical +Through hole straight pin header, 2x30, 1.27mm pitch, double rows +Through hole pin header THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x30_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x30 1.27mm double row +0 +60 +60 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Horizontal +Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Vertical +Through hole straight pin header, 2x31, 1.27mm pitch, double rows +Through hole pin header THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x31_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x31 1.27mm double row +0 +62 +62 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Horizontal +Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Vertical +Through hole straight pin header, 2x32, 1.27mm pitch, double rows +Through hole pin header THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x32_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x32 1.27mm double row +0 +64 +64 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Horizontal +Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Vertical +Through hole straight pin header, 2x33, 1.27mm pitch, double rows +Through hole pin header THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x33_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x33 1.27mm double row +0 +66 +66 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Horizontal +Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Vertical +Through hole straight pin header, 2x34, 1.27mm pitch, double rows +Through hole pin header THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x34_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x34 1.27mm double row +0 +68 +68 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Horizontal +Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Vertical +Through hole straight pin header, 2x35, 1.27mm pitch, double rows +Through hole pin header THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x35_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x35 1.27mm double row +0 +70 +70 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Horizontal +Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Vertical +Through hole straight pin header, 2x36, 1.27mm pitch, double rows +Through hole pin header THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x36_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x36 1.27mm double row +0 +72 +72 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Horizontal +Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Vertical +Through hole straight pin header, 2x37, 1.27mm pitch, double rows +Through hole pin header THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x37_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x37 1.27mm double row +0 +74 +74 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Horizontal +Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Vertical +Through hole straight pin header, 2x38, 1.27mm pitch, double rows +Through hole pin header THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x38_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x38 1.27mm double row +0 +76 +76 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Horizontal +Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Vertical +Through hole straight pin header, 2x39, 1.27mm pitch, double rows +Through hole pin header THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x39_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x39 1.27mm double row +0 +78 +78 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Horizontal +Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows +Through hole angled pin header THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Vertical +Through hole straight pin header, 2x40, 1.27mm pitch, double rows +Through hole pin header THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_1.27mm +PinHeader_2x40_P1.27mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows +Surface mounted pin header SMD 2x40 1.27mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_1x01_P2.00mm_Horizontal +Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinHeader_2.00mm +PinHeader_1x01_P2.00mm_Vertical +Through hole straight pin header, 1x01, 2.00mm pitch, single row +Through hole pin header THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Horizontal +Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical +Through hole straight pin header, 1x02, 2.00mm pitch, single row +Through hole pin header THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Horizontal +Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical +Through hole straight pin header, 1x03, 2.00mm pitch, single row +Through hole pin header THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Horizontal +Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical +Through hole straight pin header, 1x04, 2.00mm pitch, single row +Through hole pin header THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Horizontal +Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical +Through hole straight pin header, 1x05, 2.00mm pitch, single row +Through hole pin header THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Horizontal +Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical +Through hole straight pin header, 1x06, 2.00mm pitch, single row +Through hole pin header THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Horizontal +Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical +Through hole straight pin header, 1x07, 2.00mm pitch, single row +Through hole pin header THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Horizontal +Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical +Through hole straight pin header, 1x08, 2.00mm pitch, single row +Through hole pin header THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Horizontal +Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical +Through hole straight pin header, 1x09, 2.00mm pitch, single row +Through hole pin header THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Horizontal +Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical +Through hole straight pin header, 1x10, 2.00mm pitch, single row +Through hole pin header THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Horizontal +Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical +Through hole straight pin header, 1x11, 2.00mm pitch, single row +Through hole pin header THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Horizontal +Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical +Through hole straight pin header, 1x12, 2.00mm pitch, single row +Through hole pin header THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Horizontal +Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical +Through hole straight pin header, 1x13, 2.00mm pitch, single row +Through hole pin header THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Horizontal +Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical +Through hole straight pin header, 1x14, 2.00mm pitch, single row +Through hole pin header THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Horizontal +Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical +Through hole straight pin header, 1x15, 2.00mm pitch, single row +Through hole pin header THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Horizontal +Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical +Through hole straight pin header, 1x16, 2.00mm pitch, single row +Through hole pin header THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Horizontal +Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical +Through hole straight pin header, 1x17, 2.00mm pitch, single row +Through hole pin header THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Horizontal +Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical +Through hole straight pin header, 1x18, 2.00mm pitch, single row +Through hole pin header THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Horizontal +Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical +Through hole straight pin header, 1x19, 2.00mm pitch, single row +Through hole pin header THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Horizontal +Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical +Through hole straight pin header, 1x20, 2.00mm pitch, single row +Through hole pin header THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Horizontal +Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical +Through hole straight pin header, 1x21, 2.00mm pitch, single row +Through hole pin header THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Horizontal +Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical +Through hole straight pin header, 1x22, 2.00mm pitch, single row +Through hole pin header THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Horizontal +Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical +Through hole straight pin header, 1x23, 2.00mm pitch, single row +Through hole pin header THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Horizontal +Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical +Through hole straight pin header, 1x24, 2.00mm pitch, single row +Through hole pin header THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Horizontal +Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical +Through hole straight pin header, 1x25, 2.00mm pitch, single row +Through hole pin header THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Horizontal +Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical +Through hole straight pin header, 1x26, 2.00mm pitch, single row +Through hole pin header THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Horizontal +Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical +Through hole straight pin header, 1x27, 2.00mm pitch, single row +Through hole pin header THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Horizontal +Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical +Through hole straight pin header, 1x28, 2.00mm pitch, single row +Through hole pin header THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Horizontal +Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical +Through hole straight pin header, 1x29, 2.00mm pitch, single row +Through hole pin header THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Horizontal +Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical +Through hole straight pin header, 1x30, 2.00mm pitch, single row +Through hole pin header THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Horizontal +Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical +Through hole straight pin header, 1x31, 2.00mm pitch, single row +Through hole pin header THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Horizontal +Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical +Through hole straight pin header, 1x32, 2.00mm pitch, single row +Through hole pin header THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Horizontal +Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical +Through hole straight pin header, 1x33, 2.00mm pitch, single row +Through hole pin header THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Horizontal +Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical +Through hole straight pin header, 1x34, 2.00mm pitch, single row +Through hole pin header THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Horizontal +Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical +Through hole straight pin header, 1x35, 2.00mm pitch, single row +Through hole pin header THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Horizontal +Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical +Through hole straight pin header, 1x36, 2.00mm pitch, single row +Through hole pin header THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Horizontal +Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical +Through hole straight pin header, 1x37, 2.00mm pitch, single row +Through hole pin header THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Horizontal +Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical +Through hole straight pin header, 1x38, 2.00mm pitch, single row +Through hole pin header THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Horizontal +Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical +Through hole straight pin header, 1x39, 2.00mm pitch, single row +Through hole pin header THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Horizontal +Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row +Through hole angled pin header THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical +Through hole straight pin header, 1x40, 2.00mm pitch, single row +Through hole pin header THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Horizontal +Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Vertical +Through hole straight pin header, 2x01, 2.00mm pitch, double rows +Through hole pin header THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x01_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x01 2.00mm double row +0 +2 +2 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Horizontal +Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Vertical +Through hole straight pin header, 2x02, 2.00mm pitch, double rows +Through hole pin header THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x02_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x02 2.00mm double row +0 +4 +4 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Horizontal +Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Vertical +Through hole straight pin header, 2x03, 2.00mm pitch, double rows +Through hole pin header THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x03_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x03 2.00mm double row +0 +6 +6 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Horizontal +Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Vertical +Through hole straight pin header, 2x04, 2.00mm pitch, double rows +Through hole pin header THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x04_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x04 2.00mm double row +0 +8 +8 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Horizontal +Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Vertical +Through hole straight pin header, 2x05, 2.00mm pitch, double rows +Through hole pin header THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x05_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x05 2.00mm double row +0 +10 +10 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Horizontal +Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Vertical +Through hole straight pin header, 2x06, 2.00mm pitch, double rows +Through hole pin header THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x06_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x06 2.00mm double row +0 +12 +12 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Horizontal +Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Vertical +Through hole straight pin header, 2x07, 2.00mm pitch, double rows +Through hole pin header THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x07_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x07 2.00mm double row +0 +14 +14 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Horizontal +Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Vertical +Through hole straight pin header, 2x08, 2.00mm pitch, double rows +Through hole pin header THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x08_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x08 2.00mm double row +0 +16 +16 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Horizontal +Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Vertical +Through hole straight pin header, 2x09, 2.00mm pitch, double rows +Through hole pin header THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x09_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x09 2.00mm double row +0 +18 +18 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Horizontal +Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Vertical +Through hole straight pin header, 2x10, 2.00mm pitch, double rows +Through hole pin header THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x10_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x10 2.00mm double row +0 +20 +20 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Horizontal +Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Vertical +Through hole straight pin header, 2x11, 2.00mm pitch, double rows +Through hole pin header THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x11_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x11 2.00mm double row +0 +22 +22 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Horizontal +Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Vertical +Through hole straight pin header, 2x12, 2.00mm pitch, double rows +Through hole pin header THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x12_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x12 2.00mm double row +0 +24 +24 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Horizontal +Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Vertical +Through hole straight pin header, 2x13, 2.00mm pitch, double rows +Through hole pin header THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x13_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x13 2.00mm double row +0 +26 +26 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Horizontal +Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Vertical +Through hole straight pin header, 2x14, 2.00mm pitch, double rows +Through hole pin header THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x14_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x14 2.00mm double row +0 +28 +28 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Horizontal +Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Vertical +Through hole straight pin header, 2x15, 2.00mm pitch, double rows +Through hole pin header THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x15_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x15 2.00mm double row +0 +30 +30 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Horizontal +Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Vertical +Through hole straight pin header, 2x16, 2.00mm pitch, double rows +Through hole pin header THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x16_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x16 2.00mm double row +0 +32 +32 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Horizontal +Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Vertical +Through hole straight pin header, 2x17, 2.00mm pitch, double rows +Through hole pin header THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x17_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x17 2.00mm double row +0 +34 +34 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Horizontal +Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Vertical +Through hole straight pin header, 2x18, 2.00mm pitch, double rows +Through hole pin header THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x18_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x18 2.00mm double row +0 +36 +36 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Horizontal +Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Vertical +Through hole straight pin header, 2x19, 2.00mm pitch, double rows +Through hole pin header THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x19_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x19 2.00mm double row +0 +38 +38 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Horizontal +Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Vertical +Through hole straight pin header, 2x20, 2.00mm pitch, double rows +Through hole pin header THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x20_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x20 2.00mm double row +0 +40 +40 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Horizontal +Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Vertical +Through hole straight pin header, 2x21, 2.00mm pitch, double rows +Through hole pin header THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x21_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x21 2.00mm double row +0 +42 +42 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Horizontal +Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Vertical +Through hole straight pin header, 2x22, 2.00mm pitch, double rows +Through hole pin header THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x22_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x22 2.00mm double row +0 +44 +44 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Horizontal +Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Vertical +Through hole straight pin header, 2x23, 2.00mm pitch, double rows +Through hole pin header THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x23_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x23 2.00mm double row +0 +46 +46 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Horizontal +Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Vertical +Through hole straight pin header, 2x24, 2.00mm pitch, double rows +Through hole pin header THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x24_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x24 2.00mm double row +0 +48 +48 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Horizontal +Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Vertical +Through hole straight pin header, 2x25, 2.00mm pitch, double rows +Through hole pin header THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x25_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x25 2.00mm double row +0 +50 +50 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Horizontal +Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Vertical +Through hole straight pin header, 2x26, 2.00mm pitch, double rows +Through hole pin header THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x26_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x26 2.00mm double row +0 +52 +52 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Horizontal +Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Vertical +Through hole straight pin header, 2x27, 2.00mm pitch, double rows +Through hole pin header THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x27_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x27 2.00mm double row +0 +54 +54 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Horizontal +Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Vertical +Through hole straight pin header, 2x28, 2.00mm pitch, double rows +Through hole pin header THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x28_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x28 2.00mm double row +0 +56 +56 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Horizontal +Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Vertical +Through hole straight pin header, 2x29, 2.00mm pitch, double rows +Through hole pin header THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x29_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x29 2.00mm double row +0 +58 +58 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Horizontal +Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Vertical +Through hole straight pin header, 2x30, 2.00mm pitch, double rows +Through hole pin header THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x30_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x30 2.00mm double row +0 +60 +60 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Horizontal +Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Vertical +Through hole straight pin header, 2x31, 2.00mm pitch, double rows +Through hole pin header THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x31_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x31 2.00mm double row +0 +62 +62 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Horizontal +Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Vertical +Through hole straight pin header, 2x32, 2.00mm pitch, double rows +Through hole pin header THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x32_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x32 2.00mm double row +0 +64 +64 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Horizontal +Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Vertical +Through hole straight pin header, 2x33, 2.00mm pitch, double rows +Through hole pin header THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x33_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x33 2.00mm double row +0 +66 +66 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Horizontal +Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Vertical +Through hole straight pin header, 2x34, 2.00mm pitch, double rows +Through hole pin header THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x34_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x34 2.00mm double row +0 +68 +68 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Horizontal +Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Vertical +Through hole straight pin header, 2x35, 2.00mm pitch, double rows +Through hole pin header THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x35_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x35 2.00mm double row +0 +70 +70 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Horizontal +Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Vertical +Through hole straight pin header, 2x36, 2.00mm pitch, double rows +Through hole pin header THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x36_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x36 2.00mm double row +0 +72 +72 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Horizontal +Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Vertical +Through hole straight pin header, 2x37, 2.00mm pitch, double rows +Through hole pin header THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x37_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x37 2.00mm double row +0 +74 +74 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Horizontal +Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Vertical +Through hole straight pin header, 2x38, 2.00mm pitch, double rows +Through hole pin header THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x38_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x38 2.00mm double row +0 +76 +76 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Horizontal +Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Vertical +Through hole straight pin header, 2x39, 2.00mm pitch, double rows +Through hole pin header THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x39_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x39 2.00mm double row +0 +78 +78 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Horizontal +Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows +Through hole angled pin header THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Vertical +Through hole straight pin header, 2x40, 2.00mm pitch, double rows +Through hole pin header THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.00mm +PinHeader_2x40_P2.00mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows +Surface mounted pin header SMD 2x40 2.00mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_1x01_P2.54mm_Horizontal +Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinHeader_2.54mm +PinHeader_1x01_P2.54mm_Vertical +Through hole straight pin header, 1x01, 2.54mm pitch, single row +Through hole pin header THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Horizontal +Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical +Through hole straight pin header, 1x02, 2.54mm pitch, single row +Through hole pin header THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Horizontal +Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical +Through hole straight pin header, 1x03, 2.54mm pitch, single row +Through hole pin header THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right +0 +3 +3 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Horizontal +Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical +Through hole straight pin header, 1x04, 2.54mm pitch, single row +Through hole pin header THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Horizontal +Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical +Through hole straight pin header, 1x05, 2.54mm pitch, single row +Through hole pin header THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right +0 +5 +5 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Horizontal +Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical +Through hole straight pin header, 1x06, 2.54mm pitch, single row +Through hole pin header THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Horizontal +Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical +Through hole straight pin header, 1x07, 2.54mm pitch, single row +Through hole pin header THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right +0 +7 +7 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Horizontal +Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical +Through hole straight pin header, 1x08, 2.54mm pitch, single row +Through hole pin header THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Horizontal +Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical +Through hole straight pin header, 1x09, 2.54mm pitch, single row +Through hole pin header THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right +0 +9 +9 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Horizontal +Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical +Through hole straight pin header, 1x10, 2.54mm pitch, single row +Through hole pin header THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Horizontal +Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical +Through hole straight pin header, 1x11, 2.54mm pitch, single row +Through hole pin header THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right +0 +11 +11 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Horizontal +Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical +Through hole straight pin header, 1x12, 2.54mm pitch, single row +Through hole pin header THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Horizontal +Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical +Through hole straight pin header, 1x13, 2.54mm pitch, single row +Through hole pin header THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right +0 +13 +13 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Horizontal +Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical +Through hole straight pin header, 1x14, 2.54mm pitch, single row +Through hole pin header THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Horizontal +Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical +Through hole straight pin header, 1x15, 2.54mm pitch, single row +Through hole pin header THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right +0 +15 +15 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Horizontal +Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical +Through hole straight pin header, 1x16, 2.54mm pitch, single row +Through hole pin header THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Horizontal +Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical +Through hole straight pin header, 1x17, 2.54mm pitch, single row +Through hole pin header THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right +0 +17 +17 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Horizontal +Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical +Through hole straight pin header, 1x18, 2.54mm pitch, single row +Through hole pin header THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Horizontal +Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical +Through hole straight pin header, 1x19, 2.54mm pitch, single row +Through hole pin header THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right +0 +19 +19 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Horizontal +Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical +Through hole straight pin header, 1x20, 2.54mm pitch, single row +Through hole pin header THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Horizontal +Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical +Through hole straight pin header, 1x21, 2.54mm pitch, single row +Through hole pin header THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right +0 +21 +21 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Horizontal +Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical +Through hole straight pin header, 1x22, 2.54mm pitch, single row +Through hole pin header THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Horizontal +Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical +Through hole straight pin header, 1x23, 2.54mm pitch, single row +Through hole pin header THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right +0 +23 +23 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Horizontal +Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical +Through hole straight pin header, 1x24, 2.54mm pitch, single row +Through hole pin header THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Horizontal +Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical +Through hole straight pin header, 1x25, 2.54mm pitch, single row +Through hole pin header THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right +0 +25 +25 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Horizontal +Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical +Through hole straight pin header, 1x26, 2.54mm pitch, single row +Through hole pin header THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Horizontal +Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical +Through hole straight pin header, 1x27, 2.54mm pitch, single row +Through hole pin header THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right +0 +27 +27 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Horizontal +Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical +Through hole straight pin header, 1x28, 2.54mm pitch, single row +Through hole pin header THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Horizontal +Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical +Through hole straight pin header, 1x29, 2.54mm pitch, single row +Through hole pin header THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right +0 +29 +29 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Horizontal +Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical +Through hole straight pin header, 1x30, 2.54mm pitch, single row +Through hole pin header THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Horizontal +Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical +Through hole straight pin header, 1x31, 2.54mm pitch, single row +Through hole pin header THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right +0 +31 +31 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Horizontal +Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical +Through hole straight pin header, 1x32, 2.54mm pitch, single row +Through hole pin header THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Horizontal +Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical +Through hole straight pin header, 1x33, 2.54mm pitch, single row +Through hole pin header THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right +0 +33 +33 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Horizontal +Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical +Through hole straight pin header, 1x34, 2.54mm pitch, single row +Through hole pin header THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Horizontal +Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical +Through hole straight pin header, 1x35, 2.54mm pitch, single row +Through hole pin header THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right +0 +35 +35 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Horizontal +Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical +Through hole straight pin header, 1x36, 2.54mm pitch, single row +Through hole pin header THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Horizontal +Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical +Through hole straight pin header, 1x37, 2.54mm pitch, single row +Through hole pin header THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right +0 +37 +37 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Horizontal +Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical +Through hole straight pin header, 1x38, 2.54mm pitch, single row +Through hole pin header THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Horizontal +Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical +Through hole straight pin header, 1x39, 2.54mm pitch, single row +Through hole pin header THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right +0 +39 +39 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Horizontal +Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row +Through hole angled pin header THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical +Through hole straight pin header, 1x40, 2.54mm pitch, single row +Through hole pin header THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) +Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) +Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Horizontal +Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Vertical +Through hole straight pin header, 2x01, 2.54mm pitch, double rows +Through hole pin header THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x01_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x01 2.54mm double row +0 +2 +2 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Horizontal +Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Vertical +Through hole straight pin header, 2x02, 2.54mm pitch, double rows +Through hole pin header THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x02_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x02 2.54mm double row +0 +4 +4 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Horizontal +Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Vertical +Through hole straight pin header, 2x03, 2.54mm pitch, double rows +Through hole pin header THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x03_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x03 2.54mm double row +0 +6 +6 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Horizontal +Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Vertical +Through hole straight pin header, 2x04, 2.54mm pitch, double rows +Through hole pin header THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x04_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x04 2.54mm double row +0 +8 +8 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Horizontal +Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Vertical +Through hole straight pin header, 2x05, 2.54mm pitch, double rows +Through hole pin header THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x05_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x05 2.54mm double row +0 +10 +10 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Horizontal +Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Vertical +Through hole straight pin header, 2x06, 2.54mm pitch, double rows +Through hole pin header THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x06_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x06 2.54mm double row +0 +12 +12 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Horizontal +Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Vertical +Through hole straight pin header, 2x07, 2.54mm pitch, double rows +Through hole pin header THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x07_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x07 2.54mm double row +0 +14 +14 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Horizontal +Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Vertical +Through hole straight pin header, 2x08, 2.54mm pitch, double rows +Through hole pin header THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x08_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x08 2.54mm double row +0 +16 +16 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Horizontal +Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Vertical +Through hole straight pin header, 2x09, 2.54mm pitch, double rows +Through hole pin header THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x09_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x09 2.54mm double row +0 +18 +18 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Horizontal +Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Vertical +Through hole straight pin header, 2x10, 2.54mm pitch, double rows +Through hole pin header THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x10_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x10 2.54mm double row +0 +20 +20 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Horizontal +Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Vertical +Through hole straight pin header, 2x11, 2.54mm pitch, double rows +Through hole pin header THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x11_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x11 2.54mm double row +0 +22 +22 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Horizontal +Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Vertical +Through hole straight pin header, 2x12, 2.54mm pitch, double rows +Through hole pin header THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x12_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x12 2.54mm double row +0 +24 +24 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Horizontal +Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Vertical +Through hole straight pin header, 2x13, 2.54mm pitch, double rows +Through hole pin header THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x13_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x13 2.54mm double row +0 +26 +26 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Horizontal +Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Vertical +Through hole straight pin header, 2x14, 2.54mm pitch, double rows +Through hole pin header THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x14_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x14 2.54mm double row +0 +28 +28 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Horizontal +Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Vertical +Through hole straight pin header, 2x15, 2.54mm pitch, double rows +Through hole pin header THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x15_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x15 2.54mm double row +0 +30 +30 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Horizontal +Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Vertical +Through hole straight pin header, 2x16, 2.54mm pitch, double rows +Through hole pin header THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x16_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x16 2.54mm double row +0 +32 +32 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Horizontal +Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Vertical +Through hole straight pin header, 2x17, 2.54mm pitch, double rows +Through hole pin header THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x17_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x17 2.54mm double row +0 +34 +34 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Horizontal +Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Vertical +Through hole straight pin header, 2x18, 2.54mm pitch, double rows +Through hole pin header THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x18_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x18 2.54mm double row +0 +36 +36 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Horizontal +Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Vertical +Through hole straight pin header, 2x19, 2.54mm pitch, double rows +Through hole pin header THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x19_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x19 2.54mm double row +0 +38 +38 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Horizontal +Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Vertical +Through hole straight pin header, 2x20, 2.54mm pitch, double rows +Through hole pin header THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x20_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x20 2.54mm double row +0 +40 +40 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Horizontal +Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Vertical +Through hole straight pin header, 2x21, 2.54mm pitch, double rows +Through hole pin header THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x21_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x21 2.54mm double row +0 +42 +42 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Horizontal +Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Vertical +Through hole straight pin header, 2x22, 2.54mm pitch, double rows +Through hole pin header THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x22_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x22 2.54mm double row +0 +44 +44 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Horizontal +Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Vertical +Through hole straight pin header, 2x23, 2.54mm pitch, double rows +Through hole pin header THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x23_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x23 2.54mm double row +0 +46 +46 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Horizontal +Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Vertical +Through hole straight pin header, 2x24, 2.54mm pitch, double rows +Through hole pin header THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x24_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x24 2.54mm double row +0 +48 +48 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Horizontal +Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Vertical +Through hole straight pin header, 2x25, 2.54mm pitch, double rows +Through hole pin header THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x25_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x25 2.54mm double row +0 +50 +50 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Horizontal +Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Vertical +Through hole straight pin header, 2x26, 2.54mm pitch, double rows +Through hole pin header THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x26_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x26 2.54mm double row +0 +52 +52 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Horizontal +Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Vertical +Through hole straight pin header, 2x27, 2.54mm pitch, double rows +Through hole pin header THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x27_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x27 2.54mm double row +0 +54 +54 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Horizontal +Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Vertical +Through hole straight pin header, 2x28, 2.54mm pitch, double rows +Through hole pin header THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x28_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x28 2.54mm double row +0 +56 +56 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Horizontal +Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Vertical +Through hole straight pin header, 2x29, 2.54mm pitch, double rows +Through hole pin header THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x29_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x29 2.54mm double row +0 +58 +58 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Horizontal +Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Vertical +Through hole straight pin header, 2x30, 2.54mm pitch, double rows +Through hole pin header THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x30_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x30 2.54mm double row +0 +60 +60 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Horizontal +Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Vertical +Through hole straight pin header, 2x31, 2.54mm pitch, double rows +Through hole pin header THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x31_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x31 2.54mm double row +0 +62 +62 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Horizontal +Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Vertical +Through hole straight pin header, 2x32, 2.54mm pitch, double rows +Through hole pin header THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x32_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x32 2.54mm double row +0 +64 +64 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Horizontal +Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Vertical +Through hole straight pin header, 2x33, 2.54mm pitch, double rows +Through hole pin header THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x33_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x33 2.54mm double row +0 +66 +66 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Horizontal +Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Vertical +Through hole straight pin header, 2x34, 2.54mm pitch, double rows +Through hole pin header THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x34_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x34 2.54mm double row +0 +68 +68 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Horizontal +Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Vertical +Through hole straight pin header, 2x35, 2.54mm pitch, double rows +Through hole pin header THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x35_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x35 2.54mm double row +0 +70 +70 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Horizontal +Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Vertical +Through hole straight pin header, 2x36, 2.54mm pitch, double rows +Through hole pin header THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x36_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x36 2.54mm double row +0 +72 +72 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Horizontal +Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Vertical +Through hole straight pin header, 2x37, 2.54mm pitch, double rows +Through hole pin header THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x37_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x37 2.54mm double row +0 +74 +74 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Horizontal +Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Vertical +Through hole straight pin header, 2x38, 2.54mm pitch, double rows +Through hole pin header THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x38_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x38 2.54mm double row +0 +76 +76 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Horizontal +Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Vertical +Through hole straight pin header, 2x39, 2.54mm pitch, double rows +Through hole pin header THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x39_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x39 2.54mm double row +0 +78 +78 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Horizontal +Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows +Through hole angled pin header THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Vertical +Through hole straight pin header, 2x40, 2.54mm pitch, double rows +Through hole pin header THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinHeader_2.54mm +PinHeader_2x40_P2.54mm_Vertical_SMD +surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows +Surface mounted pin header SMD 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical +Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x02 1.00mm single row +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical +Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x03 1.00mm single row +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical +Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x04 1.00mm single row +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical +Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x05 1.00mm single row +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical +Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x06 1.00mm single row +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical +Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x07 1.00mm single row +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical +Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x08 1.00mm single row +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical +Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x09 1.00mm single row +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical +Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x10 1.00mm single row +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical +Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x11 1.00mm single row +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical +Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x12 1.00mm single row +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical +Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x13 1.00mm single row +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical +Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x14 1.00mm single row +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical +Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x15 1.00mm single row +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical +Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x16 1.00mm single row +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical +Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x17 1.00mm single row +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical +Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x18 1.00mm single row +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical +Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x19 1.00mm single row +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical +Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x20 1.00mm single row +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical +Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x21 1.00mm single row +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical +Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x22 1.00mm single row +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical +Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x23 1.00mm single row +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical +Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x24 1.00mm single row +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical +Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x25 1.00mm single row +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical +Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x26 1.00mm single row +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical +Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x27 1.00mm single row +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical +Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x28 1.00mm single row +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical +Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x29 1.00mm single row +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical +Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x30 1.00mm single row +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical +Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x31 1.00mm single row +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical +Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x32 1.00mm single row +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical +Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x33 1.00mm single row +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical +Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x34 1.00mm single row +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical +Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x35 1.00mm single row +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical +Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x36 1.00mm single row +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical +Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x37 1.00mm single row +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical +Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x38 1.00mm single row +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical +Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x39 1.00mm single row +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical +Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated +Through hole socket strip THT 1x40 1.00mm single row +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated +Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_2x02_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x02 1.00mm double row +0 +4 +4 +Connector_PinSocket_1.00mm +PinSocket_2x03_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x03 1.00mm double row +0 +6 +6 +Connector_PinSocket_1.00mm +PinSocket_2x04_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x04 1.00mm double row +0 +8 +8 +Connector_PinSocket_1.00mm +PinSocket_2x05_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x05 1.00mm double row +0 +10 +10 +Connector_PinSocket_1.00mm +PinSocket_2x06_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x06 1.00mm double row +0 +12 +12 +Connector_PinSocket_1.00mm +PinSocket_2x07_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x07 1.00mm double row +0 +14 +14 +Connector_PinSocket_1.00mm +PinSocket_2x08_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x08 1.00mm double row +0 +16 +16 +Connector_PinSocket_1.00mm +PinSocket_2x09_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x09 1.00mm double row +0 +18 +18 +Connector_PinSocket_1.00mm +PinSocket_2x10_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x10 1.00mm double row +0 +20 +20 +Connector_PinSocket_1.00mm +PinSocket_2x11_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x11 1.00mm double row +0 +22 +22 +Connector_PinSocket_1.00mm +PinSocket_2x12_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x12 1.00mm double row +0 +24 +24 +Connector_PinSocket_1.00mm +PinSocket_2x13_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x13 1.00mm double row +0 +26 +26 +Connector_PinSocket_1.00mm +PinSocket_2x14_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x14 1.00mm double row +0 +28 +28 +Connector_PinSocket_1.00mm +PinSocket_2x15_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x15 1.00mm double row +0 +30 +30 +Connector_PinSocket_1.00mm +PinSocket_2x16_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x16 1.00mm double row +0 +32 +32 +Connector_PinSocket_1.00mm +PinSocket_2x17_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x17 1.00mm double row +0 +34 +34 +Connector_PinSocket_1.00mm +PinSocket_2x18_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x18 1.00mm double row +0 +36 +36 +Connector_PinSocket_1.00mm +PinSocket_2x19_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x19 1.00mm double row +0 +38 +38 +Connector_PinSocket_1.00mm +PinSocket_2x20_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x20 1.00mm double row +0 +40 +40 +Connector_PinSocket_1.00mm +PinSocket_2x21_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x21 1.00mm double row +0 +42 +42 +Connector_PinSocket_1.00mm +PinSocket_2x22_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x22 1.00mm double row +0 +44 +44 +Connector_PinSocket_1.00mm +PinSocket_2x23_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x23 1.00mm double row +0 +46 +46 +Connector_PinSocket_1.00mm +PinSocket_2x24_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x24 1.00mm double row +0 +48 +48 +Connector_PinSocket_1.00mm +PinSocket_2x25_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x25 1.00mm double row +0 +50 +50 +Connector_PinSocket_1.00mm +PinSocket_2x26_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x26 1.00mm double row +0 +52 +52 +Connector_PinSocket_1.00mm +PinSocket_2x27_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x27 1.00mm double row +0 +54 +54 +Connector_PinSocket_1.00mm +PinSocket_2x28_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x28 1.00mm double row +0 +56 +56 +Connector_PinSocket_1.00mm +PinSocket_2x29_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x29 1.00mm double row +0 +58 +58 +Connector_PinSocket_1.00mm +PinSocket_2x30_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x30 1.00mm double row +0 +60 +60 +Connector_PinSocket_1.00mm +PinSocket_2x31_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x31 1.00mm double row +0 +62 +62 +Connector_PinSocket_1.00mm +PinSocket_2x32_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x32 1.00mm double row +0 +64 +64 +Connector_PinSocket_1.00mm +PinSocket_2x33_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x33 1.00mm double row +0 +66 +66 +Connector_PinSocket_1.00mm +PinSocket_2x34_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x34 1.00mm double row +0 +68 +68 +Connector_PinSocket_1.00mm +PinSocket_2x35_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x35 1.00mm double row +0 +70 +70 +Connector_PinSocket_1.00mm +PinSocket_2x36_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x36 1.00mm double row +0 +72 +72 +Connector_PinSocket_1.00mm +PinSocket_2x37_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x37 1.00mm double row +0 +74 +74 +Connector_PinSocket_1.00mm +PinSocket_2x38_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x38 1.00mm double row +0 +76 +76 +Connector_PinSocket_1.00mm +PinSocket_2x39_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x39 1.00mm double row +0 +78 +78 +Connector_PinSocket_1.00mm +PinSocket_2x40_P1.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated +Surface mounted socket strip SMD 2x40 1.00mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_1x01_P1.27mm_Vertical +Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 1.27mm single row +0 +1 +1 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical +Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 1.27mm single row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical +Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 1.27mm single row +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical +Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 1.27mm single row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical +Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 1.27mm single row +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical +Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 1.27mm single row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical +Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 1.27mm single row +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical +Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 1.27mm single row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical +Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 1.27mm single row +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical +Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 1.27mm single row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical +Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 1.27mm single row +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical +Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 1.27mm single row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical +Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 1.27mm single row +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical +Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 1.27mm single row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical +Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 1.27mm single row +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical +Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 1.27mm single row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical +Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 1.27mm single row +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical +Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 1.27mm single row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical +Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 1.27mm single row +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical +Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 1.27mm single row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical +Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 1.27mm single row +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical +Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 1.27mm single row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical +Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 1.27mm single row +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical +Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 1.27mm single row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical +Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 1.27mm single row +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical +Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 1.27mm single row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical +Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 1.27mm single row +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical +Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 1.27mm single row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical +Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 1.27mm single row +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical +Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 1.27mm single row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical +Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 1.27mm single row +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical +Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 1.27mm single row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical +Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 1.27mm single row +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical +Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 1.27mm single row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical +Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 1.27mm single row +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical +Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 1.27mm single row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical +Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 1.27mm single row +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical +Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 1.27mm single row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical +Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 1.27mm single row +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical +Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 1.27mm single row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated +Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x01_P1.27mm_Vertical +Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 1.27mm double row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_2x01_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x01 1.27mm double row +0 +2 +2 +Connector_PinSocket_1.27mm +PinSocket_2x02_P1.27mm_Vertical +Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 1.27mm double row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_2x02_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x02 1.27mm double row +0 +4 +4 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Horizontal +Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Vertical +Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x03_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x03 1.27mm double row +0 +6 +6 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Horizontal +Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Vertical +Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x04_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x04 1.27mm double row +0 +8 +8 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Horizontal +Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Vertical +Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x05_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x05 1.27mm double row +0 +10 +10 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Horizontal +Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Vertical +Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x06_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x06 1.27mm double row +0 +12 +12 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Horizontal +Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Vertical +Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x07_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x07 1.27mm double row +0 +14 +14 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Horizontal +Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Vertical +Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x08_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x08 1.27mm double row +0 +16 +16 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Horizontal +Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Vertical +Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x09_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x09 1.27mm double row +0 +18 +18 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Horizontal +Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Vertical +Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x10_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x10 1.27mm double row +0 +20 +20 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Horizontal +Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Vertical +Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x11_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x11 1.27mm double row +0 +22 +22 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Horizontal +Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Vertical +Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x12_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x12 1.27mm double row +0 +24 +24 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Horizontal +Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Vertical +Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x13_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x13 1.27mm double row +0 +26 +26 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Horizontal +Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Vertical +Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x14_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x14 1.27mm double row +0 +28 +28 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Horizontal +Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Vertical +Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x15_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x15 1.27mm double row +0 +30 +30 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Horizontal +Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Vertical +Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x16_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x16 1.27mm double row +0 +32 +32 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Horizontal +Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Vertical +Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x17_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x17 1.27mm double row +0 +34 +34 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Horizontal +Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Vertical +Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x18_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x18 1.27mm double row +0 +36 +36 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Horizontal +Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Vertical +Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x19_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x19 1.27mm double row +0 +38 +38 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Horizontal +Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Vertical +Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x20_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x20 1.27mm double row +0 +40 +40 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Horizontal +Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Vertical +Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x21_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x21 1.27mm double row +0 +42 +42 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Horizontal +Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Vertical +Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x22_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x22 1.27mm double row +0 +44 +44 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Horizontal +Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Vertical +Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x23_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x23 1.27mm double row +0 +46 +46 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Horizontal +Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Vertical +Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x24_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x24 1.27mm double row +0 +48 +48 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Horizontal +Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Vertical +Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x25_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x25 1.27mm double row +0 +50 +50 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Horizontal +Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Vertical +Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x26_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x26 1.27mm double row +0 +52 +52 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Horizontal +Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Vertical +Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x27_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x27 1.27mm double row +0 +54 +54 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Horizontal +Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Vertical +Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x28_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x28 1.27mm double row +0 +56 +56 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Horizontal +Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Vertical +Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x29_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x29 1.27mm double row +0 +58 +58 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Horizontal +Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Vertical +Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x30_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x30 1.27mm double row +0 +60 +60 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Horizontal +Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Vertical +Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x31_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x31 1.27mm double row +0 +62 +62 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Horizontal +Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Vertical +Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x32_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x32 1.27mm double row +0 +64 +64 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Horizontal +Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Vertical +Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x33_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x33 1.27mm double row +0 +66 +66 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Horizontal +Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Vertical +Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x34_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x34 1.27mm double row +0 +68 +68 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Horizontal +Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Vertical +Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x35_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x35 1.27mm double row +0 +70 +70 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Horizontal +Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Vertical +Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x36_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x36 1.27mm double row +0 +72 +72 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Horizontal +Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Vertical +Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x37_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x37 1.27mm double row +0 +74 +74 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Horizontal +Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Vertical +Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x38_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x38 1.27mm double row +0 +76 +76 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Horizontal +Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Vertical +Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x39_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x39 1.27mm double row +0 +78 +78 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Horizontal +Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Vertical +Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x40_P1.27mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated +Surface mounted socket strip SMD 2x40 1.27mm double row +0 +80 +80 +Connector_PinSocket_1.27mm +PinSocket_2x41_P1.27mm_Horizontal +Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x41 1.27mm double row +0 +82 +82 +Connector_PinSocket_1.27mm +PinSocket_2x42_P1.27mm_Horizontal +Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x42 1.27mm double row +0 +84 +84 +Connector_PinSocket_1.27mm +PinSocket_2x43_P1.27mm_Horizontal +Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x43 1.27mm double row +0 +86 +86 +Connector_PinSocket_1.27mm +PinSocket_2x44_P1.27mm_Horizontal +Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x44 1.27mm double row +0 +88 +88 +Connector_PinSocket_1.27mm +PinSocket_2x45_P1.27mm_Horizontal +Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x45 1.27mm double row +0 +90 +90 +Connector_PinSocket_1.27mm +PinSocket_2x46_P1.27mm_Horizontal +Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x46 1.27mm double row +0 +92 +92 +Connector_PinSocket_1.27mm +PinSocket_2x47_P1.27mm_Horizontal +Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x47 1.27mm double row +0 +94 +94 +Connector_PinSocket_1.27mm +PinSocket_2x48_P1.27mm_Horizontal +Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x48 1.27mm double row +0 +96 +96 +Connector_PinSocket_1.27mm +PinSocket_2x49_P1.27mm_Horizontal +Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x49 1.27mm double row +0 +98 +98 +Connector_PinSocket_1.27mm +PinSocket_2x50_P1.27mm_Horizontal +Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated +Through hole angled socket strip THT 2x50 1.27mm double row +0 +100 +100 +Connector_PinSocket_2.00mm +PinSocket_1x01_P2.00mm_Horizontal +Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinSocket_2.00mm +PinSocket_1x01_P2.00mm_Vertical +Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 2.00mm single row +0 +1 +1 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Horizontal +Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical +Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 2.00mm single row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Horizontal +Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical +Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 2.00mm single row +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Horizontal +Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical +Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 2.00mm single row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Horizontal +Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical +Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 2.00mm single row +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Horizontal +Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical +Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 2.00mm single row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Horizontal +Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical +Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 2.00mm single row +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Horizontal +Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical +Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 2.00mm single row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Horizontal +Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical +Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 2.00mm single row +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Horizontal +Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical +Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 2.00mm single row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Horizontal +Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical +Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 2.00mm single row +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Horizontal +Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical +Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 2.00mm single row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Horizontal +Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical +Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 2.00mm single row +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Horizontal +Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical +Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 2.00mm single row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Horizontal +Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical +Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 2.00mm single row +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Horizontal +Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical +Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 2.00mm single row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Horizontal +Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical +Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 2.00mm single row +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Horizontal +Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical +Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 2.00mm single row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Horizontal +Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical +Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 2.00mm single row +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Horizontal +Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical +Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 2.00mm single row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Horizontal +Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical +Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 2.00mm single row +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Horizontal +Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical +Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 2.00mm single row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Horizontal +Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical +Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 2.00mm single row +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Horizontal +Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical +Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 2.00mm single row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Horizontal +Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical +Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 2.00mm single row +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Horizontal +Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical +Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 2.00mm single row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Horizontal +Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical +Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 2.00mm single row +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Horizontal +Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical +Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 2.00mm single row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Horizontal +Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical +Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 2.00mm single row +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Horizontal +Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical +Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 2.00mm single row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Horizontal +Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical +Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 2.00mm single row +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Horizontal +Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical +Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 2.00mm single row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Horizontal +Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical +Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 2.00mm single row +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Horizontal +Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical +Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 2.00mm single row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Horizontal +Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical +Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 2.00mm single row +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Horizontal +Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical +Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 2.00mm single row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Horizontal +Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical +Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 2.00mm single row +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Horizontal +Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical +Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 2.00mm single row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Horizontal +Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical +Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 2.00mm single row +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Horizontal +Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical +Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 2.00mm single row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated +Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Horizontal +Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Vertical +Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x01_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x01 2.00mm double row +0 +2 +2 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Horizontal +Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Vertical +Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x02_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x02 2.00mm double row +0 +4 +4 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Horizontal +Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Vertical +Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x03_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x03 2.00mm double row +0 +6 +6 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Horizontal +Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Vertical +Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x04_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x04 2.00mm double row +0 +8 +8 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Horizontal +Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Vertical +Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x05_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x05 2.00mm double row +0 +10 +10 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Horizontal +Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Vertical +Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x06_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x06 2.00mm double row +0 +12 +12 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Horizontal +Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Vertical +Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x07_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x07 2.00mm double row +0 +14 +14 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Horizontal +Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Vertical +Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x08_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x08 2.00mm double row +0 +16 +16 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Horizontal +Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Vertical +Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x09_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x09 2.00mm double row +0 +18 +18 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Horizontal +Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Vertical +Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x10_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x10 2.00mm double row +0 +20 +20 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Horizontal +Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Vertical +Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x11_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x11 2.00mm double row +0 +22 +22 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Horizontal +Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Vertical +Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x12_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x12 2.00mm double row +0 +24 +24 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Horizontal +Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Vertical +Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x13_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x13 2.00mm double row +0 +26 +26 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Horizontal +Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Vertical +Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x14_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x14 2.00mm double row +0 +28 +28 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Horizontal +Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Vertical +Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x15_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x15 2.00mm double row +0 +30 +30 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Horizontal +Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Vertical +Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x16_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x16 2.00mm double row +0 +32 +32 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Horizontal +Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Vertical +Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x17_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x17 2.00mm double row +0 +34 +34 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Horizontal +Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Vertical +Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x18_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x18 2.00mm double row +0 +36 +36 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Horizontal +Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Vertical +Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x19_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x19 2.00mm double row +0 +38 +38 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Horizontal +Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Vertical +Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x20_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x20 2.00mm double row +0 +40 +40 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Horizontal +Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Vertical +Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x21_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x21 2.00mm double row +0 +42 +42 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Horizontal +Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Vertical +Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x22_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x22 2.00mm double row +0 +44 +44 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Horizontal +Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Vertical +Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x23_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x23 2.00mm double row +0 +46 +46 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Horizontal +Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Vertical +Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x24_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x24 2.00mm double row +0 +48 +48 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Horizontal +Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Vertical +Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x25_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x25 2.00mm double row +0 +50 +50 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Horizontal +Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Vertical +Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x26_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x26 2.00mm double row +0 +52 +52 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Horizontal +Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Vertical +Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x27_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x27 2.00mm double row +0 +54 +54 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Horizontal +Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Vertical +Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x28_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x28 2.00mm double row +0 +56 +56 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Horizontal +Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Vertical +Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x29_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x29 2.00mm double row +0 +58 +58 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Horizontal +Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Vertical +Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x30_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x30 2.00mm double row +0 +60 +60 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Horizontal +Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Vertical +Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x31_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x31 2.00mm double row +0 +62 +62 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Horizontal +Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Vertical +Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x32_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x32 2.00mm double row +0 +64 +64 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Horizontal +Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Vertical +Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x33_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x33 2.00mm double row +0 +66 +66 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Horizontal +Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Vertical +Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x34_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x34 2.00mm double row +0 +68 +68 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Horizontal +Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Vertical +Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x35_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x35 2.00mm double row +0 +70 +70 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Horizontal +Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Vertical +Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x36_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x36 2.00mm double row +0 +72 +72 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Horizontal +Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Vertical +Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x37_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x37 2.00mm double row +0 +74 +74 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Horizontal +Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Vertical +Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x38_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x38 2.00mm double row +0 +76 +76 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Horizontal +Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Vertical +Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x39_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x39 2.00mm double row +0 +78 +78 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Horizontal +Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Vertical +Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.00mm +PinSocket_2x40_P2.00mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x40 2.00mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_1x01_P2.54mm_Horizontal +Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinSocket_2.54mm +PinSocket_1x01_P2.54mm_Vertical +Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x01 2.54mm single row +0 +1 +1 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Horizontal +Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical +Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x02 2.54mm single row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Horizontal +Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical +Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x03 2.54mm single row +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right +0 +3 +3 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Horizontal +Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical +Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x04 2.54mm single row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Horizontal +Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical +Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x05 2.54mm single row +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right +0 +5 +5 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Horizontal +Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical +Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x06 2.54mm single row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Horizontal +Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical +Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x07 2.54mm single row +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right +0 +7 +7 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Horizontal +Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical +Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x08 2.54mm single row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Horizontal +Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical +Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x09 2.54mm single row +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right +0 +9 +9 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Horizontal +Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical +Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x10 2.54mm single row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Horizontal +Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical +Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x11 2.54mm single row +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right +0 +11 +11 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Horizontal +Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical +Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x12 2.54mm single row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Horizontal +Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical +Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x13 2.54mm single row +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right +0 +13 +13 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Horizontal +Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical +Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x14 2.54mm single row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Horizontal +Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical +Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x15 2.54mm single row +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right +0 +15 +15 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Horizontal +Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical +Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x16 2.54mm single row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Horizontal +Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical +Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x17 2.54mm single row +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right +0 +17 +17 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Horizontal +Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical +Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x18 2.54mm single row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Horizontal +Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical +Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x19 2.54mm single row +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right +0 +19 +19 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Horizontal +Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical +Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x20 2.54mm single row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Horizontal +Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical +Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x21 2.54mm single row +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right +0 +21 +21 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Horizontal +Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical +Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x22 2.54mm single row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Horizontal +Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical +Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x23 2.54mm single row +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right +0 +23 +23 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Horizontal +Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical +Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x24 2.54mm single row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Horizontal +Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical +Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x25 2.54mm single row +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right +0 +25 +25 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Horizontal +Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical +Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x26 2.54mm single row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Horizontal +Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical +Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x27 2.54mm single row +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right +0 +27 +27 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Horizontal +Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical +Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x28 2.54mm single row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Horizontal +Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical +Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x29 2.54mm single row +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right +0 +29 +29 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Horizontal +Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical +Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x30 2.54mm single row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Horizontal +Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical +Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x31 2.54mm single row +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right +0 +31 +31 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Horizontal +Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical +Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x32 2.54mm single row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Horizontal +Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical +Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x33 2.54mm single row +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right +0 +33 +33 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Horizontal +Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical +Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x34 2.54mm single row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Horizontal +Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical +Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x35 2.54mm single row +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right +0 +35 +35 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Horizontal +Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical +Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x36 2.54mm single row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Horizontal +Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical +Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x37 2.54mm single row +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right +0 +37 +37 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Horizontal +Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical +Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x38 2.54mm single row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Horizontal +Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical +Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x39 2.54mm single row +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right +0 +39 +39 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Horizontal +Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical +Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated +Through hole socket strip THT 1x40 2.54mm single row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left +surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right +surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated +Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Horizontal +Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Vertical +Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x01_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x01 2.54mm double row +0 +2 +2 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Horizontal +Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Vertical +Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x02_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x02 2.54mm double row +0 +4 +4 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Horizontal +Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Vertical +Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x03_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x03 2.54mm double row +0 +6 +6 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Horizontal +Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Vertical +Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x04_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x04 2.54mm double row +0 +8 +8 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Horizontal +Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Vertical +Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x05_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x05 2.54mm double row +0 +10 +10 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Horizontal +Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Vertical +Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x06_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x06 2.54mm double row +0 +12 +12 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Horizontal +Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Vertical +Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x07_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x07 2.54mm double row +0 +14 +14 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Horizontal +Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Vertical +Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x08_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x08 2.54mm double row +0 +16 +16 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Horizontal +Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Vertical +Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x09_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x09 2.54mm double row +0 +18 +18 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Horizontal +Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Vertical +Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x10_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x10 2.54mm double row +0 +20 +20 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Horizontal +Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Vertical +Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x11_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x11 2.54mm double row +0 +22 +22 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Horizontal +Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Vertical +Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x12_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x12 2.54mm double row +0 +24 +24 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Horizontal +Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Vertical +Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x13_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x13 2.54mm double row +0 +26 +26 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Horizontal +Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Vertical +Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x14_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x14 2.54mm double row +0 +28 +28 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Horizontal +Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Vertical +Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x15_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x15 2.54mm double row +0 +30 +30 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Horizontal +Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Vertical +Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x16_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x16 2.54mm double row +0 +32 +32 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Horizontal +Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Vertical +Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x17_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x17 2.54mm double row +0 +34 +34 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Horizontal +Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Vertical +Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x18_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x18 2.54mm double row +0 +36 +36 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Horizontal +Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Vertical +Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x19_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x19 2.54mm double row +0 +38 +38 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Horizontal +Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Vertical +Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x20_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x20 2.54mm double row +0 +40 +40 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Horizontal +Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Vertical +Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x21_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x21 2.54mm double row +0 +42 +42 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Horizontal +Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Vertical +Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x22_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x22 2.54mm double row +0 +44 +44 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Horizontal +Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Vertical +Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x23_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x23 2.54mm double row +0 +46 +46 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Horizontal +Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Vertical +Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x24_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x24 2.54mm double row +0 +48 +48 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Horizontal +Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Vertical +Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x25_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x25 2.54mm double row +0 +50 +50 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Horizontal +Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Vertical +Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x26_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x26 2.54mm double row +0 +52 +52 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Horizontal +Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Vertical +Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x27_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x27 2.54mm double row +0 +54 +54 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Horizontal +Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Vertical +Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x28_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x28 2.54mm double row +0 +56 +56 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Horizontal +Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Vertical +Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x29_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x29 2.54mm double row +0 +58 +58 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Horizontal +Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Vertical +Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x30_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x30 2.54mm double row +0 +60 +60 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Horizontal +Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Vertical +Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x31_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x31 2.54mm double row +0 +62 +62 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Horizontal +Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Vertical +Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x32_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x32 2.54mm double row +0 +64 +64 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Horizontal +Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Vertical +Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x33_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x33 2.54mm double row +0 +66 +66 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Horizontal +Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Vertical +Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x34_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x34 2.54mm double row +0 +68 +68 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Horizontal +Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Vertical +Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x35_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x35 2.54mm double row +0 +70 +70 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Horizontal +Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Vertical +Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x36_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x36 2.54mm double row +0 +72 +72 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Horizontal +Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Vertical +Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x37_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x37 2.54mm double row +0 +74 +74 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Horizontal +Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Vertical +Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x38_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x38 2.54mm double row +0 +76 +76 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Horizontal +Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Vertical +Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x39_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x39 2.54mm double row +0 +78 +78 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Horizontal +Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated +Through hole angled socket strip THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Vertical +Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Through hole socket strip THT 2x40 2.54mm double row +0 +80 +80 +Connector_PinSocket_2.54mm +PinSocket_2x40_P2.54mm_Vertical_SMD +surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated +Surface mounted socket strip SMD 2x40 2.54mm double row +0 +80 +80 +Connector_RJ +RJ12_Amphenol_54601 +RJ12 connector https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf +RJ12 connector +0 +6 +6 +Connector_RJ +RJ14_Connfly_DS1133-S4_Horizontal +RJ14 connector 6P4C Horizontal http://www.connfly.com/userfiles/image/UpLoadFile/File/2012/10/26/DS1133.pdf +RJ14 connector 6P4C Connfly DS1133 +0 +4 +4 +Connector_RJ +RJ25_Wayconn_MJEA-660X1_Horizontal +RJ25 6P6C Socket 90 degrees, https://wayconn.com/wp-content/themes/way/datasheet/MJEA-660X1XXX_RJ25_6P6C_PCB_RA.pdf +RJ12 RJ18 RJ25 jack connector 6P6C +0 +6 +6 +Connector_RJ +RJ45_Abracon_ARJP11A-MA_Horizontal +Shielded RJ45 ethernet connector with transformer and POE (https://abracon.com/Magnetics/lan/ARJP11A.PDF) +ethernet 8p8c transformer poe rj45 +0 +15 +14 +Connector_RJ +RJ45_Amphenol_54602-x08_Horizontal +8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf) +RJ45 +0 +8 +8 +Connector_RJ +RJ45_Amphenol_RJHSE538X +Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf +RJ45 8p8c ethernet cat5 +0 +14 +13 +Connector_RJ +RJ45_Amphenol_RJHSE538X-02 +Shielded, 2 LED, 2 Ports, http://www.amphenolinfocom.eu/NavData/Drawings/RJHSE-538X-02-REVC.pdf +RJ45 8p8c dual ethernet cat5 +0 +26 +25 +Connector_RJ +RJ45_Amphenol_RJHSE5380 +Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf +RJ45 8p8c ethernet cat5 +0 +10 +9 +Connector_RJ +RJ45_Amphenol_RJHSE5380-08 +Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf +RJ45 8p8c ethernet cat5 +0 +68 +65 +Connector_RJ +RJ45_Amphenol_RJMG1BD3B8K1ANR +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenolcanada.com/ProductSearch/Drawings/AC/RJMG1BD3B8K1ANR.PDF +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_BEL_SS74301-00x_Vertical +https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf +RJ45 Vertical Shield LED Green Yellow +0 +14 +13 +Connector_RJ +RJ45_Bel_SI-60062-F +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://belfuse.com/resources/drawings/magneticsolutions/dr-mag-si-60062-f.pdf +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Cetus_J1B1211CCD_Horizontal +1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, Cetus, used and distributed by WIZnet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wiz550web:wiz550webds_kr:j1b1211ccd.pdf) +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Hanrun_HR911105A +http://www.kosmodrom.com.ua/pdf/HR911105A.pdf +RJ45 Magjack +0 +14 +13 +Connector_RJ +RJ45_Kycon_G7LX-A88S7-BP-xx_Horizontal +10/100Base-T RJ45 ethernet magnetic transformer connector horizontal with green/yellow LEDs http://www.kycon.com/Pub_Eng_Draw/G7LX-A88S7-BP-GY.pdf +RJ45 ethernet magnetic +0 +16 +15 +Connector_RJ +RJ45_Molex_0855135013_Vertical +1 Port, RJ45, Series 85513, vertical, SMD, https://www.molex.com/pdm_docs/sd/855135013_sd.pdf +RJ45 Vertical +0 +9 +9 +Connector_RJ +RJ45_Ninigi_GE +1 port ethernet throughhole connector, https://en.ninigi.com/product/rj45ge/pdf +RJ45 ethernet 8p8c +0 +10 +9 +Connector_RJ +RJ45_OST_PJ012-8P8CX_Vertical +RJ45 vertical connector https://www.on-shore.com/wp-content/uploads/PJ012-8P8CX.pdf +RJ45 PJ012 +0 +8 +8 +Connector_RJ +RJ45_Plug_Metz_AJP92A8813 +plug, ethernet, 8P8C, RJ45 Plug +AJP92A8813 8P8C RJ45 ethernet plug +0 +8 +8 +Connector_RJ +RJ45_Pulse_JK0654219NL_Horizontal +10/100/1000 Base-T RJ45 single port with LEDs https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/JK%20Series.pdf#page=2 +RJ45 8p8c ethernet +0 +18 +17 +Connector_RJ +RJ45_Pulse_JXD6-0001NL_Horizontal +RJ45 ethernet transformer with magnetics (https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/JXD6-0001NL/doc_part/JXD6-0001NL.pdf) +ethernet 8p8c transformer magjack +0 +12 +11 +Connector_RJ +RJ45_UDE_RB1-125B8G1A +1 Port RJ45 Connector Through Hole 10/100/1000 Base-T, https://datasheet.lcsc.com/szlcsc/1901091107_UDE-Corp-RB1-125B8G1A_C363353.pdf#page=3 +RJ45 ethernet +0 +16 +15 +Connector_RJ +RJ45_Wuerth_7499010001A_Horizontal +10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf +RJ45 ethernet magnetic +0 +10 +9 +Connector_RJ +RJ45_Wuerth_7499010121A_Horizontal +10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal with green/orange LEDs https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf +RJ45 ethernet magnetic +0 +14 +13 +Connector_RJ +RJ45_Wuerth_7499111446_Horizontal +LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT +ethernet lan connector +0 +16 +15 +Connector_RJ +RJ45_Wuerth_7499151120_Horizontal +Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf) +ethernet lan connector +0 +32 +29 +Connector_RJ +RJ45_Wuerth_74980111211_Horizontal +RJ45 LAN Transformer 10/100BaseT (https://katalog.we-online.de/pbs/datasheet/74980111211.pdf) +lan magnetics transformer +0 +14 +13 +Connector_SATA_SAS +SAS-mini_TEConnectivity_1888174_Vertical +36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English +SAS mini connector +0 +44 +44 +Connector_SATA_SAS +SATA_Amphenol_10029364-001LF_Horizontal +https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf +SATA +0 +24 +23 +Connector_Samtec +Samtec_FMC_ASP-134486-01_10x40_P1.27mm_Vertical +http://suddendocs.samtec.com/prints/asp-134486-01-mkt.pdf +FMC HPC +0 +400 +400 +Connector_Samtec +Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical +https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf +FMC HPC +0 +400 +400 +Connector_Samtec +Samtec_FMC_ASP-134604-01_4x40_Vertical +http://www.samtec.com/standards/vita.aspx +FMC LPC VITA +0 +162 +160 +Connector_Samtec +Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +10 +10 +Connector_Samtec +Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +12 +11 +Connector_Samtec +Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +20 +20 +Connector_Samtec +Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +22 +21 +Connector_Samtec +Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +40 +40 +Connector_Samtec +Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +42 +41 +Connector_Samtec +Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +60 +60 +Connector_Samtec +Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +62 +61 +Connector_Samtec +Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +80 +80 +Connector_Samtec +Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +82 +81 +Connector_Samtec +Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +100 +100 +Connector_Samtec +Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical +Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator +connector Samtec side entry +0 +102 +101 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +4 +4 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +6 +6 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +8 +8 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +10 +10 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +12 +12 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +14 +14 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +16 +16 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +18 +18 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +20 +20 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +22 +22 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +24 +24 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +26 +26 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +28 +28 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +30 +30 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +32 +32 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +34 +34 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +36 +36 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +38 +38 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +40 +40 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +42 +42 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +44 +44 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +46 +46 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +48 +48 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +50 +50 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +52 +52 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +54 +54 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +56 +56 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +58 +58 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +60 +60 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +62 +62 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +64 +64 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +66 +66 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +68 +68 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +70 +70 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +72 +72 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +74 +74 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +76 +76 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +78 +78 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +80 +80 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +82 +82 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +84 +84 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +86 +86 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +88 +88 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +90 +90 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +92 +92 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +94 +94 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +96 +96 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +98 +98 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_SMD +Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator +connector Samtec HLE horizontal +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +8 +8 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +10 +10 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +12 +12 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +14 +14 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +16 +16 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +18 +18 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +20 +20 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +22 +22 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +24 +24 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +26 +26 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +28 +28 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +30 +30 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +32 +32 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +34 +34 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +36 +36 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +38 +38 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +40 +40 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +42 +42 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +44 +44 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +46 +46 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +48 +48 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +50 +50 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +52 +52 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +54 +54 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +56 +56 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +58 +58 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +60 +60 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +62 +62 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +64 +64 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +66 +66 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +68 +68 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +70 +70 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +72 +72 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +74 +74 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +76 +76 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +78 +78 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +80 +80 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +82 +82 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +84 +84 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +86 +86 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +88 +88 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +90 +90 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +92 +92 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +94 +94 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +96 +96 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +98 +98 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Samtec_HLE_THT +Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal +Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator +connector Samtec HLE top entry +0 +100 +100 +Connector_Stocko +Stocko_MKS_1651-6-0-202_1x2_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +2 +2 +Connector_Stocko +Stocko_MKS_1652-6-0-202_1x2_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +2 +2 +Connector_Stocko +Stocko_MKS_1653-6-0-303_1x3_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +3 +3 +Connector_Stocko +Stocko_MKS_1654-6-0-404_1x4_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +4 +4 +Connector_Stocko +Stocko_MKS_1655-6-0-505_1x5_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +5 +5 +Connector_Stocko +Stocko_MKS_1656-6-0-606_1x6_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +6 +6 +Connector_Stocko +Stocko_MKS_1657-6-0-707_1x7_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +7 +7 +Connector_Stocko +Stocko_MKS_1658-6-0-808_1x8_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +8 +8 +Connector_Stocko +Stocko_MKS_1659-6-0-909_1x9_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +9 +9 +Connector_Stocko +Stocko_MKS_1660-6-0-1010_1x10_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +10 +10 +Connector_Stocko +Stocko_MKS_1661-6-0-1111_1x11_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +11 +11 +Connector_Stocko +Stocko_MKS_1662-6-0-1212_1x12_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +12 +12 +Connector_Stocko +Stocko_MKS_1663-6-0-1313_1x13_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +13 +13 +Connector_Stocko +Stocko_MKS_1664-6-0-1414_1x14_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +14 +14 +Connector_Stocko +Stocko_MKS_1665-6-0-1515_1x15_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +15 +15 +Connector_Stocko +Stocko_MKS_1666-6-0-1616_1x16_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +16 +16 +Connector_Stocko +Stocko_MKS_1667-6-0-1717_1x17_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +17 +17 +Connector_Stocko +Stocko_MKS_1668-6-0-1818_1x18_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +18 +18 +Connector_Stocko +Stocko_MKS_1669-6-0-1919_1x19_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +19 +19 +Connector_Stocko +Stocko_MKS_1670-6-0-2020_1x20_P2.50mm_Vertical +Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator +Stocko RFK MKS 16xx +0 +20 +20 +Connector_TE-Connectivity +TE_1-826576-3_1x13_P3.96mm_Vertical +TE, 1-826576-3, 13 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +13 +13 +Connector_TE-Connectivity +TE_1-826576-5_1x15_P3.96mm_Vertical +TE, 1-826576-5, 15 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +15 +15 +Connector_TE-Connectivity +TE_1-826576-6_1x16_P3.96mm_Vertical +TE, 1-826576-6, 16 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +16 +16 +Connector_TE-Connectivity +TE_1-826576-7_1x17_P3.96mm_Vertical +TE, 1-826576-7, 17 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +17 +17 +Connector_TE-Connectivity +TE_1-826576-8_1x18_P3.96mm_Vertical +TE, 1-826576-8, 18 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +18 +18 +Connector_TE-Connectivity +TE_2-826576-0_1x20_P3.96mm_Vertical +TE, 2-826576-0, 20 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +20 +20 +Connector_TE-Connectivity +TE_3-826576-6_1x36_P3.96mm_Vertical +TE, 3-826576-6, 36 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +36 +36 +Connector_TE-Connectivity +TE_826576-2_1x02_P3.96mm_Vertical +TE, 826576-2, 2 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +2 +2 +Connector_TE-Connectivity +TE_826576-3_1x03_P3.96mm_Vertical +TE, 826576-3, 3 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +3 +3 +Connector_TE-Connectivity +TE_826576-5_1x05_P3.96mm_Vertical +TE, 826576-5, 5 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +5 +5 +Connector_TE-Connectivity +TE_826576-6_1x06_P3.96mm_Vertical +TE, 826576-6, 6 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +6 +6 +Connector_TE-Connectivity +TE_826576-7_1x07_P3.96mm_Vertical +TE, 826576-7, 7 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +7 +7 +Connector_TE-Connectivity +TE_826576-8_1x08_P3.96mm_Vertical +TE, 826576-8, 8 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +8 +8 +Connector_TE-Connectivity +TE_826576-9_1x09_P3.96mm_Vertical +TE, 826576-9, 9 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator +connector TE 826576 vertical +0 +9 +9 +Connector_TE-Connectivity +TE_5767171-1_2x19_P0.635mm_Vertical +PCB Mount Receptacle, Vertical, Board-to-Board, 38 Position, 24.003mm / .64mm [.945in] Centerline, Header Only, Palladium Nickel (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F5767171%7FB2%7Fpdf%7FEnglish%7FENG_CD_5767171_B2.pdf%7F5767171-1#page=2) +mictor38 receptacle board-to-board +0 +43 +39 +Connector_TE-Connectivity +TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal +Connector +TE 776087 +0 +23 +23 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +9 +9 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770186-x_3x04_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770186-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770190-x_3x05_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770190-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +15 +15 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770621-x_2x06_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770621-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770858-x_2x05_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770858-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +10 +10 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770866-x_1x02_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770866-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +2 +2 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770870-x_1x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770870-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +3 +3 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770874-x_2x02_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770874-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +4 +4 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770875-x_2x03_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770875-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +6 +6 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770966-x_1x02_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770966-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +2 +2 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770967-x_1x03_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770967-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +3 +3 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770968-x_2x02_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770968-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +4 +4 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770969-x_2x03_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770969-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +6 +6 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770970-x_2x04_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770970-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +8 +8 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770971-x_2x05_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770971-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +10 +10 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770972-x_2x06_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770972-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +12 +12 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770973-x_2x07_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770973-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +14 +14 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-770974-x_2x08_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770974-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +16 +16 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794067-x_2x07_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794067-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +14 +14 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794068-x_2x08_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794068-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +16 +16 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794069-x_2x09_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794069-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +18 +18 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794070-x_2x10_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794070-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +20 +20 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794071-x_2x11_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794071-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +22 +22 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794072-x_2x12_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794072-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +24 +24 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794073-x_2x04_P4.14mm_Vertical +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794073-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK side entry +0 +8 +8 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794105-x_2x09_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794105-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +18 +18 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794106-x_2x10_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794106-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +20 +20 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794107-x_2x11_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794107-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +22 +22 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794108-x_2x12_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794108-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +24 +24 +Connector_TE-Connectivity +TE_MATE-N-LOK_1-794374-x_1x01_P4.14mm_Horizontal +Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794374-x, 1 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator +connector TE MATE-N-LOK top entry +0 +1 +1 +Connector_TE-Connectivity +TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1 +connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power +0 +4 +4 +Connector_USB +USB3_A_Molex_48393-001 +USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) +USB 3.0 type A right angle +0 +13 +10 +Connector_USB +USB3_A_Plug_Wuerth_692112030100_Horizontal +USB3 type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf +usb A plug horizontal +0 +11 +10 +Connector_USB +USB_A_CNCTech_1001-011-01101_Horizontal +USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf +USB-A +0 +6 +5 +Connector_USB +USB_A_CONNFLY_DS1095-WNR0 +http://www.connfly.com/userfiles/image/UpLoadFile/File/2013/5/6/DS1095.pdf +USB-A receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_A_Molex_67643_Horizontal +USB type A, Horizontal, https://www.molex.com/pdm_docs/sd/676433910_sd.pdf +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_Molex_105057_Vertical +https://www.molex.com/pdm_docs/sd/1050570001_sd.pdf +USB A Vertical +0 +7 +5 +Connector_USB +USB_A_Stewart_SS-52100-001_Horizontal +USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_TE_292303-7_Horizontal +USB type A, Horizontal, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292303&DocType=Customer+Drawing&DocLang=English +USB_A Female Connector receptacle +0 +6 +5 +Connector_USB +USB_A_Wuerth_614004134726_Horizontal +USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf +USB_A Female Connector receptacle +0 +8 +5 +Connector_USB +USB_A_Wuerth_61400826021_Horizontal_Stacked +Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf +Wuerth stacked USB_A +0 +12 +9 +Connector_USB +USB_B_Amphenol_MUSB-D511_Vertical_Rugged +A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf +USB_B_MUSB_Straight female connector straight rugged MUSB D511 +0 +6 +5 +Connector_USB +USB_B_Lumberg_2411_02_Horizontal +USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf +USB B receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_B_OST_USB-B1HSxx_Horizontal +USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf +USB-B receptacle horizontal through-hole +0 +6 +5 +Connector_USB +USB_B_TE_5787834_Vertical +http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf +USB_B USB B vertical female connector +0 +6 +5 +Connector_USB +USB_C_Plug_JAE_DX07P024AJ1 +Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1 +USB Type-C Plug Edge Mount +0 +30 +25 +Connector_USB +USB_C_Plug_Molex_105444 +Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf +USB Type-C Plug Edge Mount +0 +24 +23 +Connector_USB +USB_C_Receptacle_Amphenol_12401548E4-2A +USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A +USB C Type-C Receptacle Hybrid +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles +USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A +USB C Type-C Receptacle Hybrid +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401610E4-2A +USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles +USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_GCT_USB4085 +USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf +USB Type-C Receptacle Through-hole Right angle +0 +20 +17 +Connector_USB +USB_C_Receptacle_HRO_TYPE-C-31-M-12 +USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf +usb usb-c 2.0 pd +0 +20 +17 +Connector_USB +USB_C_Receptacle_JAE_DX07S016JA1R1500 +USB TYPE C, USB 2.0, SMT, https://www.jae.com/en/connectors/series/detail/product/id=91780 +USB C Type-C Receptacle SMD USB 2.0 +0 +22 +17 +Connector_USB +USB_C_Receptacle_JAE_DX07S024WJ1R350 +http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf +USB C Type-C Receptacle SMD +0 +30 +25 +Connector_USB +USB_C_Receptacle_JAE_DX07S024WJ3R400 +USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf +USB C Type-C Receptacle SMD +0 +28 +25 +Connector_USB +USB_C_Receptacle_Palconn_UTC16-G +http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf +USB C Type-C Receptacle USB2.0 +0 +20 +17 +Connector_USB +USB_C_Receptacle_XKB_U262-16XN-4BVC11 +USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf +USB C Type-C Receptacle SMD +0 +20 +17 +Connector_USB +USB_Micro-AB_Molex_47590-0001 +Micro USB AB receptable, right-angle inverted (https://www.molex.com/pdm_docs/sd/475900001_sd.pdf) +Micro AB USB SMD +0 +14 +6 +Connector_USB +USB_Micro-B_Amphenol_10103594-0001LF_Horizontal +Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf +USB USB_B USB_micro USB_OTG +0 +17 +6 +Connector_USB +USB_Micro-B_Amphenol_10104110_Horizontal +USB Micro-B, horizontal, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104110.pdf +USB Micro B horizontal +0 +9 +6 +Connector_USB +USB_Micro-B_Amphenol_10118194_Horizontal +USB Micro-B receptacle, horizontal, SMD, 10118194, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf +USB Micro B horizontal SMD +0 +17 +6 +Connector_USB +USB_Micro-B_GCT_USB3076-30-A +GCT Micro USB https://gct.co/files/drawings/usb3076.pdf +Micro-USB SMD Typ-B GCT +0 +11 +6 +Connector_USB +USB_Micro-B_Molex-105017-0001 +http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf +Micro-USB SMD Typ-B +0 +13 +6 +Connector_USB +USB_Micro-B_Molex-105133-0001 +Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) +Micro-USB SMD Typ-B Vertical +0 +8 +6 +Connector_USB +USB_Micro-B_Molex-105133-0031 +Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf) +Micro-USB SMD Typ-B Vertical +0 +8 +6 +Connector_USB +USB_Micro-B_Molex_47346-0001 +Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) +Micro B USB SMD +0 +11 +6 +Connector_USB +USB_Micro-B_Wuerth_614105150721_Vertical +USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf +usb micro receptacle vertical +0 +7 +6 +Connector_USB +USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles +USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf +usb micro receptacle vertical +0 +7 +6 +Connector_USB +USB_Micro-B_Wuerth_629105150521 +USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf +usb micro receptacle +0 +9 +6 +Connector_USB +USB_Micro-B_Wuerth_629105150521_CircularHoles +USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf +usb micro receptacle +0 +9 +6 +Connector_USB +USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical +http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf +USB Mini-B +0 +7 +6 +Connector_USB +USB_Mini-B_Lumberg_2486_01_Horizontal +USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf +USB USB_B USB_Mini connector +0 +9 +6 +Connector_USB +USB_Mini-B_Tensility_54-00023_Vertical +http://www.tensility.com/pdffiles/54-00023.pdf +usb mini receptacle vertical +0 +7 +6 +Connector_USB +USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles +http://www.tensility.com/pdffiles/54-00023.pdf +usb mini receptacle vertical +0 +7 +6 +Connector_USB +USB_Mini-B_Wuerth_65100516121_Horizontal +Mini USB 2.0 Type B SMT Horizontal 5 Contacts (https://katalog.we-online.de/em/datasheet/65100516121.pdf) +Mini USB 2.0 Type B +0 +9 +6 +Connector_Wago +Wago_734-132_1x02_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-132 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +2 +2 +Connector_Wago +Wago_734-133_1x03_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-133 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +3 +3 +Connector_Wago +Wago_734-134_1x04_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-134 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +4 +4 +Connector_Wago +Wago_734-135_1x05_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-135 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +5 +5 +Connector_Wago +Wago_734-136_1x06_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-136 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +6 +6 +Connector_Wago +Wago_734-137_1x07_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-137 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +7 +7 +Connector_Wago +Wago_734-138_1x08_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-138 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +8 +8 +Connector_Wago +Wago_734-139_1x09_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-139 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +9 +9 +Connector_Wago +Wago_734-140_1x10_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-140 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +10 +10 +Connector_Wago +Wago_734-141_1x11_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-141 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +11 +11 +Connector_Wago +Wago_734-142_1x12_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-142 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +12 +12 +Connector_Wago +Wago_734-143_1x13_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-143 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +13 +13 +Connector_Wago +Wago_734-144_1x14_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-144 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +14 +14 +Connector_Wago +Wago_734-146_1x16_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-146 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +16 +16 +Connector_Wago +Wago_734-148_1x18_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-148 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +18 +18 +Connector_Wago +Wago_734-150_1x20_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-150 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +20 +20 +Connector_Wago +Wago_734-154_1x24_P3.50mm_Vertical +Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-154 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago side entry +0 +24 +24 +Connector_Wago +Wago_734-162_1x02_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-162 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +2 +2 +Connector_Wago +Wago_734-163_1x03_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-163 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +3 +3 +Connector_Wago +Wago_734-164_1x04_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-164 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +4 +4 +Connector_Wago +Wago_734-165_1x05_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-165 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +5 +5 +Connector_Wago +Wago_734-166_1x06_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-166 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +6 +6 +Connector_Wago +Wago_734-167_1x07_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-167 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +7 +7 +Connector_Wago +Wago_734-168_1x08_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-168 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +8 +8 +Connector_Wago +Wago_734-169_1x09_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-169 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +9 +9 +Connector_Wago +Wago_734-170_1x10_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-170 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +10 +10 +Connector_Wago +Wago_734-171_1x11_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-171 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +11 +11 +Connector_Wago +Wago_734-172_1x12_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-172 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +12 +12 +Connector_Wago +Wago_734-173_1x13_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-173 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +13 +13 +Connector_Wago +Wago_734-174_1x14_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-174 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +14 +14 +Connector_Wago +Wago_734-176_1x16_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-176 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +16 +16 +Connector_Wago +Wago_734-178_1x18_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-178 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +18 +18 +Connector_Wago +Wago_734-180_1x20_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-180 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +20 +20 +Connector_Wago +Wago_734-184_1x24_P3.50mm_Horizontal +Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-184 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator +connector Wago top entry +0 +24 +24 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm +Soldered wire connection, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm +Soldered wire connection, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm +Soldered wire connection, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm +Soldered wire connection, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm +Soldered wire connection, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm +Soldered wire connection, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm +Soldered wire connection, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm +Soldered wire connection, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.15sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm +Soldered wire connection, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm +Soldered wire connection, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm +Soldered wire connection, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm +Soldered wire connection, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.25sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm +Soldered wire connection, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm +Soldered wire connection, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm +Soldered wire connection, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm +Soldered wire connection, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.75sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm +Soldered wire connection, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm +Soldered wire connection, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 0.127sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm +Soldered wire connection, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm +Soldered wire connection, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm +Soldered wire connection, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm +Soldered wire connection, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm +Soldered wire connection, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm +Soldered wire connection, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm +Soldered wire connection, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm +Soldered wire connection, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 1sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm +Soldered wire connection, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm +Soldered wire connection, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm +Soldered wire connection, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm +Soldered wire connection, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2.5sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm +Soldered wire connection, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +1 +1 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +2 +2 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +3 +3 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +4 +4 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +5 +5 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm +Soldered wire connection, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief +Soldered wire connection with feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm strain-relief +0 +6 +6 +Connector_Wire +SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief2x +Soldered wire connection with double feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator +connector wire 2sqmm double-strain-relief +0 +6 +6 +Connector_Wire +SolderWirePad_1x01_SMD_1x2mm +Wire Pad, Square, SMD Pad, 5mm x 10mm, +MesurementPoint Square SMDPad 5mmx10mm +0 +1 +1 +Connector_Wire +SolderWirePad_1x01_SMD_5x10mm +Wire Pad, Square, SMD Pad, 5mm x 10mm, +MesurementPoint Square SMDPad 5mmx10mm +0 +1 +1 +Connector_Wuerth +Wuerth_WR-WTB_64800211622_1x02_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800211622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +2 +2 +Connector_Wuerth +Wuerth_WR-WTB_64800311622_1x03_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800311622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +3 +3 +Connector_Wuerth +Wuerth_WR-WTB_64800411622_1x04_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800411622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +4 +4 +Connector_Wuerth +Wuerth_WR-WTB_64800511622_1x05_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800511622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +5 +5 +Connector_Wuerth +Wuerth_WR-WTB_64800611622_1x06_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800611622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +6 +6 +Connector_Wuerth +Wuerth_WR-WTB_64800711622_1x07_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800711622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +7 +7 +Connector_Wuerth +Wuerth_WR-WTB_64800811622_1x08_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800811622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +8 +8 +Connector_Wuerth +Wuerth_WR-WTB_64800911622_1x09_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64800911622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +9 +9 +Connector_Wuerth +Wuerth_WR-WTB_64801011622_1x10_P1.50mm_Vertical +Wuerth WR-WTB series connector, 64801011622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator +connector Wuerth WR-WTB vertical +0 +10 +10 +Converter_ACDC +Converter_ACDC_CUI_PBO-3-Sxx_THT_Vertical +ACDC-Converter, 3W, CUI PBO-3, THT https://www.cui.com/product/resource/pbo-3.pdf +Converter AC-DC THT Vertical +0 +6 +6 +Converter_ACDC +Converter_ACDC_Hahn_HS-400xx_THT +ACDC-Converter, 3W, Hahn-HS-400xx, THT https://www.schukat.com/schukat/schukat_cms_de.nsf/index/FrameView?OpenDocument&art=HS40009&wg=M7942 +Hahn ACDC-Converter THT +0 +4 +4 +Converter_ACDC +Converter_ACDC_HiLink_HLK-PMxx +ACDC-Converter, 3W, HiLink, HLK-PMxx, THT, http://www.hlktech.net/product_detail.php?ProId=54 +ACDC-Converter 3W THT HiLink board mount module +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-02-xx_SMD +ACDC-Converter, 3W, Meanwell, IRM-02, SMD, https://www.meanwell.com/Upload/PDF/IRM-02/IRM-02-SPEC.PDF +ACDC-Converter 3W +0 +14 +14 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-02-xx_THT +ACDC-Converter, 2W, Meanwell, IRM-02, THT, https://www.meanwell.co.uk/media/productPDF/IRM-02-spec.pdf +ACDC-Converter 2W THT +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-03-xx_SMD +ACDC-Converter, 3W, Meanwell, IRM-03, SMD, http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-03 +ACDC-Converter 3W +0 +14 +14 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-03-xx_THT +ACDC-Converter, 3W, Meanwell, IRM-03, THT, https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF +ACDC-Converter 3W THT +0 +5 +5 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-05-xx_THT +http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-05 +ACDC-Converter 5W Meanwell IRM-05 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-10-xx_THT +http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-10 +ACDC-Converter 10W Meanwell IRM-10 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-20-xx_THT +ACDC-Converter, 20W, Meanwell, IRM-20, THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-20 +ACDC-Converter 20W Meanwell IRM-20 +0 +4 +4 +Converter_ACDC +Converter_ACDC_MeanWell_IRM-60-xx_THT +ACDC-Converter, 50-60W, Meanwell, IRM-60, THT https://www.meanwellusa.com/productPdf.aspx?i=687 +switching power supply +0 +4 +4 +Converter_ACDC +Converter_ACDC_RECOM_RAC01-xxSGB_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf +recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb +0 +4 +4 +Converter_ACDC +Converter_ACDC_RECOM_RAC04-xxSGx_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf +recom power ac dc +0 +5 +5 +Converter_ACDC +Converter_ACDC_RECOM_RAC05-xxSK_THT +https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf +recom power ac dc +0 +5 +5 +Converter_ACDC +Converter_ACDC_Recom_RAC20-xxDK_THT +Recom RAC20-xxDK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 +Recom RAC20-xxDK +0 +5 +5 +Converter_ACDC +Converter_ACDC_Recom_RAC20-xxSK_THT +Recom RAC20-xxSK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 +Recom RAC20-xxSK +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMG-15_THT +ACDC-Converter, TRACO, TMG Series 15 https://www.tracopower.com/products/tmg.pdf +ACDC-Converter TRACO TMG Series 15 +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-04_THT +ACDC-Converter, TRACO, TMLM Series 04 https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM Series 04 +0 +7 +7 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-05_THT +ACDC-Converter, TRACO TMLM 05,https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM 05 +0 +4 +4 +Converter_ACDC +Converter_ACDC_TRACO_TMLM-10-20_THT +ACDC-Converter, TRACO TMLM 10, TRACO TMLM 20, https://www.tracopower.com/products/tmlm.pdf +ACDC-Converter TRACO TMLM 10 and TMLM 20 +0 +4 +4 +Converter_ACDC +Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT +Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx +Vigortronix VTX-214-010-xxx serie of ACDC converter +0 +4 +4 +Converter_ACDC +Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT +Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx +Vigortronix VTX-214-010-xxx serie of ACDC converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_Artesyn_ATA_SMD +DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf +DCDC SMD +0 +7 +7 +Converter_DCDC +Converter_DCDC_Bothhand_CFUDxxxx_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +10 +10 +Converter_DCDC +Converter_DCDC_Bothhand_CFUSxxxxEH_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +9 +9 +Converter_DCDC +Converter_DCDC_Bothhand_CFUSxxxx_THT +DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), +DCDC-Converter BOTHHAND Type CFxxxx-Serie +0 +8 +8 +Converter_DCDC +Converter_DCDC_Cincon_EC5BExx_Dual_THT +DCDC-Converter, CINCON, EC5BExx, 18-36VDC to Dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf +DCDC-Converter CINCON EC5BExx 18-36VDC to Dual output +0 +6 +6 +Converter_DCDC +Converter_DCDC_Cincon_EC5BExx_Single_THT +DCDC-Converter, CINCON, EC5BExx, 18-36VDC to dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf +DCDC-Converter CINCON EC5BExx 18-36VDC to dual output +0 +4 +4 +Converter_DCDC +Converter_DCDC_Cincon_EC6Cxx_Dual-Triple_THT +DCDC-Converter, CINCON, EC6Cxx, dual or tripple output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf +DCDC-Converter CINCON EC6Cxx dual or tripple output +0 +7 +7 +Converter_DCDC +Converter_DCDC_Cincon_EC6Cxx_Single_THT +DCDC-Converter, CINCON, EC6Cxx, single output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf +DCDC-Converter CINCON EC6Cxx single output +0 +6 +6 +Converter_DCDC +Converter_DCDC_Cyntec_MUN12AD01-SH +http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD01-SH_Datasheet.pdf +Power Module uPOL MUN12AD01 +0 +13 +9 +Converter_DCDC +Converter_DCDC_Cyntec_MUN12AD03-SH +http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD03-SH_Datasheet.pdf +Power Module uPOL MUN12AD03 +0 +19 +11 +Converter_DCDC +Converter_DCDC_MeanWell_NID30_THT +Meanwell DCDC non-isolated converter SIP module, http://www.meanwell.com/webapp/product/search.aspx?prod=nid30 +DCDC non-isolated converter +0 +11 +11 +Converter_DCDC +Converter_DCDC_MeanWell_NID60_THT +MeanWell NID60, http://www.meanwell.com/Upload/PDF/NID60/NID60-SPEC.PDF +MeanWell NID60 +0 +11 +11 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxx3C_THT +Isolated 1W single output DC/DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf +Isolated 1W single output DC/DC +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxxDC_THT +Isloated DC-DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf +Isloated DC-DC +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_CRE1xxxxxxSC_THT +http://power.murata.com/data/power/ncl/kdc_cre1.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MEE1SxxxxSC_THT +https://power.murata.com/pub/data/power/ncl/kdc_mee1.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MEE3SxxxxSC_THT +https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf +murata dc-dc transformer +0 +4 +4 +Converter_DCDC +Converter_DCDC_Murata_MGJ2DxxxxxxSC_THT +Murata MGJ2DxxxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 2W, SIP package style, https://power.murata.com/data/power/ncl/kdc_mgj2.pdf +Murata MGJ2DxxxxxxSC +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_MGJ3 +Murata MGJ3, 5.2kVDC Isolated 3W Gate Drive, 15V/5V/5V Configurable, 22.61x23.11x14.19mm, https://power.murata.com/datasheet?/data/power/ncl/kdc_mgj3.pdf +DCDC SMD +0 +7 +7 +Converter_DCDC +Converter_DCDC_Murata_NCS1SxxxxSC_THT +Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf (Script generated with StandardBox.py) (Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf) +Murata NCS1SxxxxSC +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_NMAxxxxDC_THT +Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf +Isolated 1W DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_Murata_NMAxxxxSC_THT +Murata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf +Murata NMAxxxxSC DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_NXExSxxxxMC_SMD +Isolated 1W or 2W Single Output SM DC/DC Converters https://www.murata.com/products/productdata/8807031865374/kdc-nxe1.pdf#page=8 https://www.murata.com/products/productdata/8807031898142/kdc-nxe2.pdf#page=9 +Isolated 1W or 2W Single Output SM DC/DC Converters +0 +5 +5 +Converter_DCDC +Converter_DCDC_Murata_OKI-78SR_Horizontal +https://power.murata.com/data/power/oki-78sr.pdf +78sr3.3 78sr5 78sr9 78sr12 78srXX +0 +3 +3 +Converter_DCDC +Converter_DCDC_Murata_OKI-78SR_Vertical +https://power.murata.com/data/power/oki-78sr.pdf +78sr3.3 78sr5 78sr9 78sr12 78srXX +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78B-2.0_THT +DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78E-0.5_THT +DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78HB-0.5L_THT +DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78HB-0.5_THT +DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf +dc-dc recom buck sip-3 pitch 2.54mm +0 +3 +3 +Converter_DCDC +Converter_DCDC_RECOM_R-78S-0.1_THT +DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf +dc-dc recom buck sip-4 pitch 2.54mm +0 +4 +4 +Converter_DCDC +Converter_DCDC_RECOM_R5xxxDA_THT +DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf +dc-dc recom buck sip-12 pitch 2.54mm +0 +12 +12 +Converter_DCDC +Converter_DCDC_RECOM_R5xxxPA_THT +DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf +dc-dc recom buck sip-12 pitch 2.54mm +0 +12 +12 +Converter_DCDC +Converter_DCDC_RECOM_RPA60-xxxxSFW +RPA60-FW 60W Isolated DC to DC Converters +DCDC Regulator Single +0 +6 +6 +Converter_DCDC +Converter_DCDC_RECOM_RPMx.x-x.0 +https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf +dc-dc recom buck lga-25 pitch 2.29mm +0 +25 +25 +Converter_DCDC +Converter_DCDC_TRACO_TDN_5-xxxxWISM_SMD +Traco TDN 5WISM Series, 5W, SMD (https://assets.tracopower.com/20200225170127/TDN5WISM/documents/tdn5wism-datasheet.pdf#page=3) +dcdc traco 5w smd +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_TDN_5-xxxxWI_THT +Traco TDN 5WI Series, 5W (https://www.tracopower.com/sites/default/files/products/datasheets/tdn5wi_datasheet.pdf#page=4) +dcdc traco 5w +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_TEL12-xxxx_THT +Traco 12W, THT (https://www.tracopower.com/sites/default/files/products/datasheets/tel12_datasheet.pdf) +traco dcdc tht 12w +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_Dual_THT +DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx single output +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_Single_THT +DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx single output +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TEN10-xxxx_THT +DCDC-Converter, TRACO, TEN10-xxxx, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf +DCDC-Converter TRACO TEN10-xxxx +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TEN20-xxxx-N4_THT +DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf +DCDC-Converter TRACO TEN20 Generic +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TEN20-xxxx_THT +DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf +DCDC-Converter TRACO TEN20 Generic +0 +6 +6 +Converter_DCDC +Converter_DCDC_TRACO_THD_15-xxxxWIN_THT +Traco THD 15WIN, 15W, THT (https://www.tracopower.com/products/thd15win.pdf#page=3) +traco dcdc tht 15w +0 +9 +9 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1-xxxx_Dual_THT +DCDC-Converter, TRACO, TMR 1-xxxx, Dual output, Rev. March 21.2016 +DCDC-Converter TRACO TMR1-xxxx Dual_output +0 +5 +5 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1-xxxx_Single_THT +DCDC-Converter, TRACO, TMR 1-xxxx, Single output, Rev. March 21.2016 +DCDC-Converter TRACO TMR1-xxxx Single_output +0 +4 +4 +Converter_DCDC +Converter_DCDC_TRACO_TMR-1SM_SMD +http://assets.tracopower.com/TMR1SM/documents/tmr1sm-datasheet.pdf +DCDC SMD TRACO TMR-1SM +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TMR-2xxxxWI_THT +https://www.tracopower.com/products/tmr2wi.pdf +DCDC-Converter TRACO TMRxxxxWI Single/Dual_output +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TMR-xxxx_THT +DCDC-Converter, TRACO, TMR xxxx, Single/Dual output, http://www.datasheetlib.com/datasheet/135136/tmr-2-2410e_traco-power.html?page=3#datasheet +DCDC-Converter TRACO TMRxxxx Single/Dual_output +0 +7 +7 +Converter_DCDC +Converter_DCDC_TRACO_TSR-1_THT +DCDC-Converter, TRACO, TSR 1-xxxx +DCDC-Converter TRACO TSR-1 +0 +3 +3 +Converter_DCDC +Converter_DCDC_XP_POWER-IA48xxD_THT +XP_POWER IA48xxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IA48xxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IA48xxS_THT +XP_POWER IA48xxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IA48xxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IAxxxxD_THT +XP_POWER IAxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IAxxxxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IAxxxxS_THT +XP_POWER IAxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator +XP_POWER IAxxxxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxDH_THT +XP_POWER IHxxxxDH, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxDH DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxD_THT +XP_POWER IHxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxD DIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxSH_THT +XP_POWER IHxxxxSH, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxSH SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-IHxxxxS_THT +XP_POWER IHxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator +XP_POWER IHxxxxS SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-ISU02_SMD +DCDC-Converter, XP POWER, ISU02 Series, 2W Single and Dual Output, 1500VDC Isolation, 19.0x17.0x8.7mm https://www.xppower.com/Portals/0/pdfs/SF_ISU02.pdf +DCDC SMD XP POWER ISU02 +0 +7 +7 +Converter_DCDC +Converter_DCDC_XP_POWER-ITQxxxxS-H_THT +XP_POWER ITQxxxxS-H, SIP, (https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator +XP_POWER ITQxxxxS-H SIP DCDC-Converter +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER-ITXxxxxSA_THT +XP_POWER ITXxxxxSA, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf), generated with kicad-footprint-generator +XP_POWER ITXxxxxSA SIP DCDC-Converter +0 +5 +5 +Converter_DCDC +Converter_DCDC_XP_POWER-ITxxxxxS_THT +XP_POWER ITxxxxxS, SIP, (https://www.xppower.com/portals/0/pdfs/SF_ITX.pdf https://www.xppower.com/portals/0/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator +XP_POWER ITxxxxxS SIP DCDC-Converter +0 +7 +7 +Converter_DCDC +Converter_DCDC_XP_POWER_JTDxxxxxxx_THT +XP Power JTD Series DC-DC Converter +DCDC Isolated +0 +6 +6 +Converter_DCDC +Converter_DCDC_XP_POWER_JTExxxxDxx_THT +DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output +DCDC-Converter XP_POWER JTE06 Dual +0 +8 +8 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +2 +2 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1 +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +3 +3 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2 +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +5 +3 +Crystal +Crystal_AT310_D3.0mm_L10.0mm_Vertical +Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf +['AT310'] +0 +2 +2 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +2 +2 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1 +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +3 +3 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2 +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +5 +3 +Crystal +Crystal_C26-LF_D2.1mm_L6.5mm_Vertical +Crystal THT C26-LF 6.5mm length 2.06mm diameter +['C26-LF'] +0 +2 +2 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1 +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +3 +3 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2 +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +5 +3 +Crystal +Crystal_C38-LF_D3.0mm_L8.0mm_Vertical +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1 +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +3 +3 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2 +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +5 +3 +Crystal +Crystal_DS10_D1.0mm_L4.3mm_Vertical +Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1 +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +3 +3 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2 +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +5 +3 +Crystal +Crystal_DS15_D1.5mm_L5.0mm_Vertical +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1 +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +3 +3 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2 +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +5 +3 +Crystal +Crystal_DS26_D2.0mm_L6.0mm_Vertical +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_HC18-U_Horizontal +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC18-U_Horizontal_1EP_style1 +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC18-U_Horizontal_1EP_style2 +Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC18-U_Vertical +Crystal THT HC-18/U, http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-18/U +0 +2 +2 +Crystal +Crystal_HC33-U_Horizontal +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC33-U_Horizontal_1EP_style1 +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC33-U_Horizontal_1EP_style2 +Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC33-U_Vertical +Crystal THT HC-33/U, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf +THT crystalHC-33/U +0 +2 +2 +Crystal +Crystal_HC35-U +Crystal, Quarz, HC35/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/TO71xx.pdf +Crystal Quarz HC35/U +0 +3 +3 +Crystal +Crystal_HC49-4H_Vertical +Crystal THT HC-49-4H http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-49-4H +0 +2 +2 +Crystal +Crystal_HC49-U-3Pin_Vertical +Crystal THT HC-49/U, 3pin-version, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf +THT crystalHC-49/U +0 +3 +3 +Crystal +Crystal_HC49-U_Horizontal +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC49-U_Horizontal_1EP_style1 +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC49-U_Horizontal_1EP_style2 +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC49-U_Vertical +Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC50_Horizontal +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC50_Horizontal_1EP_style1 +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC50_Horizontal_1EP_style2 +Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC50_Vertical +Crystal THT HC-50, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf +THT crystalHC-50 +0 +2 +2 +Crystal +Crystal_HC51-U_Vertical +Crystal THT HC-51/U, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystalHC-51/U +0 +2 +2 +Crystal +Crystal_HC51_Horizontal +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC51_Horizontal_1EP_style1 +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC51_Horizontal_1EP_style2 +Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-6mm_Horizontal +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-6mm_Horizontal_1EP_style1 +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-6mm_Horizontal_1EP_style2 +Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-6mm_Vertical +Crystal THT HC-52/6mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC52-8mm_Horizontal +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-8mm_Horizontal_1EP_style1 +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-8mm_Horizontal_1EP_style2 +Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-8mm_Vertical +Crystal THT HC-52/8mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-49/U +0 +2 +2 +Crystal +Crystal_HC52-U-3Pin_Vertical +Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystalHC-52/U +0 +3 +3 +Crystal +Crystal_HC52-U_Horizontal +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +2 +2 +Crystal +Crystal_HC52-U_Horizontal_1EP_style1 +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +3 +3 +Crystal +Crystal_HC52-U_Horizontal_1EP_style2 +Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal +0 +5 +3 +Crystal +Crystal_HC52-U_Vertical +Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf +THT crystal HC-52/U +0 +2 +2 +Crystal +Crystal_Round_D1.0mm_Vertical +Crystal THT DS10 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS10'] +0 +2 +2 +Crystal +Crystal_Round_D1.5mm_Vertical +Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS15'] +0 +2 +2 +Crystal +Crystal_Round_D2.0mm_Vertical +Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf +['DS26'] +0 +2 +2 +Crystal +Crystal_Round_D3.0mm_Vertical +Crystal THT C38-LF 8.0mm length 3.0mm diameter +['C38-LF'] +0 +2 +2 +Crystal +Crystal_SMD_0603-2Pin_6.0x3.5mm +SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, 6.0x3.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering +SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, hand-soldering, 6.0x3.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_0603-4Pin_6.0x3.5mm +SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, 6.0x3.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering +SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, hand-soldering, 6.0x3.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_2012-2Pin_2.0x1.2mm +SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_2016-4Pin_2.0x1.6mm +SMD Crystal SERIES SMD2016/4 http://www.q-crystal.com/upload/5/2015552223166229.pdf, 2.0x1.6mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_2520-4Pin_2.5x2.0mm +SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_3215-2Pin_3.2x1.5mm +SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf +SMD SMT Crystal +0 +2 +2 +Crystal +Crystal_SMD_3225-4Pin_3.2x2.5mm +SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_5032-2Pin_5.0x3.2mm +SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering +SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_5032-4Pin_5.0x3.2mm +SMD Crystal SERIES SMD2520/4 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_7050-2Pin_7.0x5.0mm +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_7050-4Pin_7.0x5.0mm +SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering +Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm +Abracon Miniature Ceramic Smd Crystal ABM3C http://www.abracon.com/Resonators/abm3c.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm +SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm +Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABM10-4Pin_2.5x2.0mm +Abracon Miniature Ceramic Smd Crystal ABM10 http://www.abracon.com/Resonators/ABM10.pdf +SMD SMT crystal Abracon ABM10 +0 +4 +4 +Crystal +Crystal_SMD_Abracon_ABS25-4Pin_8.0x3.8mm +Abracon Miniature Ceramic SMD Crystal ABS25 https://abracon.com/Resonators/abs25.pdf, 8.0x3.8mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm +http://www.ecsxtal.com/store/pdf/CSM-3X.pdf +Crystal CSM-3X +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm +SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm +SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering +SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm +SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering +SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm +SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering +SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm +SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm +SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, 2.5x2.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering +SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, hand-soldering, 2.5x2.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm +crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, 7.5x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering +crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, hand-soldering, 7.5x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm +FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_FrontierElectronics_FM206 +SMD Watch Crystal FrontierElectronics FM206 6.0mm length 1.9mm diameter http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf +['FM206'] +0 +3 +3 +Crystal +Crystal_SMD_G8-2Pin_3.2x1.5mm +SMD Crystal G8, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal G8, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_HC49-SD +SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, 11.4x4.7mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_HC49-SD_HandSoldering +SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, hand-soldering, 11.4x4.7mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm +SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, 8.0x3.7mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering +SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, hand-soldering, 8.0x3.7mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm +SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, 5.0x1.9mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering +SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, hand-soldering, 5.0x1.9mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm +SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, 4.1x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering +SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, hand-soldering, 4.1x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm +SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC7V-T1A.pdf, 3.2x1.5mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering +SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf, hand-soldering, 3.2x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm +SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC8V-T1A.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm +SMD Crystal MicroCrystal CM9V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CM9V-T1A.pdf, 1.6x1.0mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering +SMD Crystal MicroCrystal CM9V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf, hand-soldering, 1.6x1.0mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_MicroCrystal_MS1V-T1K +SMD Watch Crystal MicroCrystal MS1V-T1K 6.1mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS1V-T1K.pdf +['MS1V-T1K'] +0 +3 +3 +Crystal +Crystal_SMD_MicroCrystal_MS3V-T1R +SMD Watch Crystal MicroCrystal MS3V-T1R 5.2mm length 1.4mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf +['MS3V-T1R'] +0 +3 +3 +Crystal +Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm +SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm +crystal Epson Toyocom FA-238 https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm +crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom FA-238 series http://www.mouser.com/ds/2/137/1721499-465440.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 11.7x4.0mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 11.7x4.0mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm +SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering +SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering +SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm +SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 6.7x1.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering +SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 6.7x1.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm +SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 7.1x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering +SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 7.1x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm +SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 8.0x3.2mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering +SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 8.0x3.2mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm +SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering +SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm +SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering +SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm +crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering +crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_TXC_7A-2Pin_5x3.2mm +SMD Crystal TXC 7A http://txccrystal.com/images/pdf/7a.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm +SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package +SMD SMT crystal +0 +4 +4 +Crystal +Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal hand-soldering +0 +4 +4 +Crystal +Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm +SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package +SMD SMT crystal +0 +2 +2 +Crystal +Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering +SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package +SMD SMT crystal hand-soldering +0 +2 +2 +Crystal +Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm +http://www.txccrystal.com/images/pdf/ax-automotive.pdf +SMD SMT crystal +0 +2 +2 +Crystal +Resonator-2Pin_W6.0mm_H3.0mm +Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W8.0mm_H3.5mm +Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-2Pin_W10.0mm_H5.0mm +Ceramic Resomator/Filter 10.0x5.0 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 2 pins +THT ceramic resonator filter +0 +2 +2 +Crystal +Resonator-3Pin_W6.0mm_H3.0mm +Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W8.0mm_H3.5mm +Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator-3Pin_W10.0mm_H5.0mm +Ceramic Resomator/Filter 10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins +THT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_Murata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm +Ceramic Resomator/Filter Murata CSTLSxxxG, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=8.0x3.0mm^2 package, package length=8.0mm, package width=3.0mm, 3 pins +THT ceramic resonator filter CSTLSxxxG +0 +3 +3 +Crystal +Resonator_Murata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm +Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=5.5mm, package width=3.0mm, 3 pins +THT ceramic resonator filter CSTLSxxxX +0 +3 +3 +Crystal +Resonator_Murata_DSN6-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter Murata DSN6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter DSN6 +0 +3 +3 +Crystal +Resonator_Murata_DSS6-3Pin_W7.0mm_H2.5mm +Ceramic Resomator/Filter Murata DSS6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins +THT ceramic resonator filter DSS6 +0 +3 +3 +Crystal +Resonator_SMD-3Pin_7.2x3.0mm +SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering +SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, hand-soldering, 7.2x3.0mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm +SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 4.5x2.0mm^2 package +SMD SMT ceramic resonator filter filter +0 +2 +2 +Crystal +Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm_HandSoldering +SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 4.5x2.0mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +2 +2 +Crystal +Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm +SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf +SMD SMT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm_HandSoldering +SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf +SMD SMT ceramic resonator filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm +SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 6.9x2.9mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm_HandSoldering +SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 6.9x2.9mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm +SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm_HandSoldering +SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Crystal +Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm +SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter +0 +3 +3 +Crystal +Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm_HandSoldering +SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package +SMD SMT ceramic resonator filter filter hand-soldering +0 +3 +3 +Custom +CUI_PJ-202BH + + +0 +3 +3 +Custom +Ket_25 + + +0 +0 +0 +Custom +Ket_25_flip + + +0 +0 +0 +Custom +center_positive_small + + +0 +0 +0 +Custom +esp32_devkit_v1_doit +ESPWROOM32, ESP32, 30 GPIOs version + +0 +30 +30 +Diode_SMD +D_0201_0603Metric +Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +diode +0 +4 +2 +Diode_SMD +D_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +diode handsolder +0 +4 +2 +Diode_SMD +D_0402_1005Metric +Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_0603_1608Metric +Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_0805_2012Metric +Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_01005_0402Metric +Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +diode +0 +4 +2 +Diode_SMD +D_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +diode handsolder +0 +4 +2 +Diode_SMD +D_1206_3216Metric +Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_1210_3225Metric +Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_1812_4532Metric +Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2010_5025Metric +Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2114_3652Metric +Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2114_3652Metric_Pad1.85x3.75mm_HandSolder +Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_2512_6332Metric +Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_3220_8050Metric +Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode +0 +2 +2 +Diode_SMD +D_3220_8050Metric_Pad2.65x5.15mm_HandSolder +Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator +diode handsolder +0 +2 +2 +Diode_SMD +D_MELF +Diode, MELF,, +Diode MELF +0 +2 +2 +Diode_SMD +D_MELF-RM10_Universal_Handsoldering +Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole, +Diode Universal MELF RM10 Handsoldering SMD Thruhole +0 +2 +2 +Diode_SMD +D_MELF_Handsoldering +Diode MELF Handsoldering +Diode MELF Handsoldering +0 +2 +2 +Diode_SMD +D_MicroMELF +Diode, MicroMELF, Reflow Soldering, http://www.vishay.com/docs/85597/bzm55.pdf +MicroMELF Diode +0 +2 +2 +Diode_SMD +D_MicroMELF_Handsoldering +Diode, MicroMELF, Hand Soldering, http://www.vishay.com/docs/85597/bzm55.pdf +MicroMELF Diode +0 +2 +2 +Diode_SMD +D_MiniMELF +Diode Mini-MELF (SOD-80) +Diode Mini-MELF (SOD-80) +0 +2 +2 +Diode_SMD +D_MiniMELF_Handsoldering +Diode Mini-MELF (SOD-80) Handsoldering +Diode Mini-MELF (SOD-80) Handsoldering +0 +2 +2 +Diode_SMD +D_PowerDI-5 +PowerDI,Diode,Vishay,https://www.diodes.com/assets/Package-Files/PowerDI5.pdf +PowerDI diode vishay +0 +3 +2 +Diode_SMD +D_PowerDI-123 +http://www.diodes.com/_files/datasheets/ds30497.pdf +PowerDI diode vishay +0 +2 +2 +Diode_SMD +D_Powermite2_AK +Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) +PowerMite2 +0 +2 +2 +Diode_SMD +D_Powermite2_KA +Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) +PowerMite2 +0 +2 +2 +Diode_SMD +D_Powermite3 +Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340) +PowerMite3 +0 +3 +3 +Diode_SMD +D_Powermite_AK +Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) +Powermite +0 +2 +2 +Diode_SMD +D_Powermite_KA +Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) +Powermite +0 +2 +2 +Diode_SMD +D_QFN_3.3x3.3mm_P0.65mm +QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf) +diode qfn 3.3 +0 +3 +2 +Diode_SMD +D_SC-80 +JEITA SC-80 +SC-80 +0 +2 +2 +Diode_SMD +D_SC-80_HandSoldering +JEITA SC-80 +SC-80 +0 +2 +2 +Diode_SMD +D_SMA +Diode SMA (DO-214AC) +Diode SMA (DO-214AC) +0 +2 +2 +Diode_SMD +D_SMA-SMB_Universal_Handsoldering +Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering, +Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering +0 +2 +2 +Diode_SMD +D_SMA_Handsoldering +Diode SMA (DO-214AC) Handsoldering +Diode SMA (DO-214AC) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB +Diode SMB (DO-214AA) +Diode SMB (DO-214AA) +0 +2 +2 +Diode_SMD +D_SMB-SMC_Universal_Handsoldering +Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering, +Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB_Handsoldering +Diode SMB (DO-214AA) Handsoldering +Diode SMB (DO-214AA) Handsoldering +0 +2 +2 +Diode_SMD +D_SMB_Modified +Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf) +Diode SMB (DO-214AA) +0 +3 +3 +Diode_SMD +D_SMC +Diode SMC (DO-214AB) +Diode SMC (DO-214AB) +0 +2 +2 +Diode_SMD +D_SMC-RM10_Universal_Handsoldering +Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole +Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole +0 +2 +2 +Diode_SMD +D_SMC_Handsoldering +Diode SMC (DO-214AB) Handsoldering +Diode SMC (DO-214AB) Handsoldering +0 +2 +2 +Diode_SMD +D_SMF +Diode SMF (DO-219AB), http://www.vishay.com/docs/95572/smf_do-219ab.pdf +Diode SMF (DO-214AB) +0 +2 +2 +Diode_SMD +D_SOD-110 +SOD-110 +SOD-110 +0 +2 +2 +Diode_SMD +D_SOD-123 +SOD-123 +SOD-123 +0 +2 +2 +Diode_SMD +D_SOD-123F +D_SOD-123F +D_SOD-123F +0 +2 +2 +Diode_SMD +D_SOD-128 +D_SOD-128 (CFP5 SlimSMAW), https://assets.nexperia.com/documents/outline-drawing/SOD128.pdf +D_SOD-128 +0 +2 +2 +Diode_SMD +D_SOD-323 +SOD-323 +SOD-323 +0 +2 +2 +Diode_SMD +D_SOD-323F +SOD-323F http://www.nxp.com/documents/outline_drawing/SOD323F.pdf +SOD-323F +0 +2 +2 +Diode_SMD +D_SOD-323_HandSoldering +SOD-323 +SOD-323 +0 +2 +2 +Diode_SMD +D_SOD-523 +http://www.diodes.com/datasheets/ap02001.pdf p.144 +Diode SOD523 +0 +2 +2 +Diode_SMD +D_SOD-923 +https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF#page=4 +Diode SOD923 +0 +2 +2 +Diode_SMD +D_TUMD2 +ROHM - TUMD2 +TUMD2 +0 +2 +2 +Diode_SMD +Diode_Bridge_Bourns_CD-DF4xxS +8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf +Surface Mount Bridge Rectifier Diode +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_ABS +SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf +ABS MBLS +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm +SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf +Diotec MicroDil diode bridge +0 +4 +4 +Diode_SMD +Diode_Bridge_Diotec_SO-DIL-Slim +SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf +DFS SO-DIL Slim +0 +4 +4 +Diode_SMD +Diode_Bridge_OnSemi_SDIP-4L +SMD diode bridge OnSemi SDIP-4L, see https://www.onsemi.com/pdf/datasheet/df10s1-d.pdf +OnSemi Diode Bridge SDIP-4L +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_DFS +SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf +DFS +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_DFSFlat +SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf +DFS +0 +4 +4 +Diode_SMD +Diode_Bridge_Vishay_MBLS +SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf +DFS +0 +4 +4 +Diode_SMD +Littelfuse_PolyZen-LS +http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf +Diode Polymer Protected Zener Diode Littelfuse LS +0 +3 +3 +Diode_SMD +Nexperia_CFP3_SOD-123W +Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf +CFP3 SOD-123W +0 +2 +2 +Diode_THT +D_5KPW_P7.62mm_Vertical_AnodeUp +Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KPW_P7.62mm_Vertical_KathodeUp +Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KPW_P12.70mm_Horizontal +Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm +0 +2 +2 +Diode_THT +D_5KP_P7.62mm_Vertical_AnodeUp +Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P7.62mm_Vertical_KathodeUp +Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P10.16mm_Horizontal +Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5KP_P12.70mm_Horizontal +Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm +0 +2 +2 +Diode_THT +D_5W_P5.08mm_Vertical_AnodeUp +Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P5.08mm_Vertical_KathodeUp +Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P10.16mm_Horizontal +Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_5W_P12.70mm_Horizontal +Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif +Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm +0 +2 +2 +Diode_THT +D_A-405_P2.54mm_Vertical_AnodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P2.54mm_Vertical_KathodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P5.08mm_Vertical_AnodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P5.08mm_Vertical_KathodeUp +Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P7.62mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P10.16mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_A-405_P12.70mm_Horizontal +Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf +Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-15_P2.54mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P2.54mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P3.81mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P3.81mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P5.08mm_Vertical_AnodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P5.08mm_Vertical_KathodeUp +Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P10.16mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P12.70mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-15_P15.24mm_Horizontal +Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf +Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm +0 +2 +2 +Diode_THT +D_DO-27_P5.08mm_Vertical_AnodeUp +Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P5.08mm_Vertical_KathodeUp +Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P12.70mm_Horizontal +Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-27_P15.24mm_Horizontal +Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg +Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp +Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P7.62mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P10.16mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-34_SOD68_P12.70mm_Horizontal +Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf +Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp +Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P7.62mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P10.16mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-35_SOD27_P12.70mm_Horizontal +Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf +Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp +Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P7.62mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P10.16mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-41_SOD81_P12.70mm_Horizontal +Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf +Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm +0 +2 +2 +Diode_THT +D_DO-201AD_P3.81mm_Vertical_AnodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P3.81mm_Vertical_KathodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P5.08mm_Vertical_AnodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P5.08mm_Vertical_KathodeUp +Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P12.70mm_Horizontal +Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AD_P15.24mm_Horizontal +Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf +Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm +0 +2 +2 +Diode_THT +D_DO-201AE_P3.81mm_Vertical_AnodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P3.81mm_Vertical_KathodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P5.08mm_Vertical_AnodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P5.08mm_Vertical_KathodeUp +Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P12.70mm_Horizontal +Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201AE_P15.24mm_Horizontal +Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf +Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm +0 +2 +2 +Diode_THT +D_DO-201_P3.81mm_Vertical_AnodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P3.81mm_Vertical_KathodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P5.08mm_Vertical_AnodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P5.08mm_Vertical_KathodeUp +Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P12.70mm_Horizontal +Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-201_P15.24mm_Horizontal +Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf +Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm +0 +2 +2 +Diode_THT +D_DO-247_Horizontal_TabDown +Diode, DO-247 series, Horizontal, TabDown, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_DO-247_Horizontal_TabUp +Diode, DO-247 series, Horizontal, TabUp, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_DO-247_Vertical +Diode, DO-247 series, Vertical, P 10.9mm +diode rectifier +0 +2 +2 +Diode_THT +D_P600_R-6_P7.62mm_Vertical_AnodeUp +Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P7.62mm_Vertical_KathodeUp +Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P12.70mm_Horizontal +Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_P600_R-6_P20.00mm_Horizontal +Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf +Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm +0 +2 +2 +Diode_THT +D_T-1_P2.54mm_Vertical_AnodeUp +Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P2.54mm_Vertical_KathodeUp +Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P5.08mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P10.16mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +D_T-1_P12.70mm_Horizontal +Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf +Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm +0 +2 +2 +Diode_THT +Diode_Bridge_15.1x15.1x6.3mm_P10.9mm +Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf +Diode Bridge PB10xxS +0 +4 +4 +Diode_THT +Diode_Bridge_15.2x15.2x6.3mm_P10.9mm +Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf +Diode Bridge KBPC6xx +0 +4 +4 +Diode_THT +Diode_Bridge_15.7x15.7x6.3mm_P10.8mm +Single phase bridge rectifier case 15.7x15.7 +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_16.7x16.7x6.3mm_P10.8mm +Single phase bridge rectifier case 16.7x16.7 +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_19.0x3.5x10.0mm_P5.0mm +Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf +Vishay GBU rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_19.0x19.0x6.8mm_P12.7mm +Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf +Diode Bridge PB10xx +0 +4 +4 +Diode_THT +Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm +Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf +Diode Bridge KBPCxxxxWP +0 +4 +4 +Diode_THT +Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm +Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf +Diotec rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Comchip_SCVB-L +Three phase, Bridge, Rectifier, https://www.comchiptech.com/admin/files/product/SC35VB80S-G%20Thru506369.%20SC35VB160S-G%20RevB.pdf +diode module +0 +5 +5 +Diode_THT +Diode_Bridge_DIP-4_W5.08mm_P2.54mm +4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf +DIL DIP PDIP 5.08mm 2.54 +0 +4 +4 +Diode_THT +Diode_Bridge_DIP-4_W7.62mm_P5.08mm +4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf +DIL DIP PDIP 5.08mm 7.62mm 300mil +0 +4 +4 +Diode_THT +Diode_Bridge_IXYS_GUFP +Three phase, Bridge, Rectifier +diode module +0 +5 +5 +Diode_THT +Diode_Bridge_Round_D8.9mm +4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF +diode bridge 8.9mm 8.85mm WOB pitch 5.08mm +0 +4 +4 +Diode_THT +Diode_Bridge_Round_D9.0mm +4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf +diode bridge 9.0mm 8.85mm WOB pitch 5.0mm +0 +4 +4 +Diode_THT +Diode_Bridge_Round_D9.8mm +4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf +diode bridge 9.8mm WOG pitch 5.08mm +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_GBL +Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf +Vishay GBL rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_GBU +Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf +Vishay GBU rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBL +Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf +Vishay KBL rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPC1 +Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPC6 +Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf +Diode Bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBPM +Vishay KBM rectifier package, 3.95mm pitch (http://www.farnell.com/datasheets/2238158.pdf, http://www.cdil.com/s/kbp2005_.pdf) +Vishay KBM rectifier diode bridge +0 +4 +4 +Diode_THT +Diode_Bridge_Vishay_KBU +Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf +Vishay KBU rectifier diode bridge +0 +4 +4 +Display +AG12864E +STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php +AG12864E Graphics Display 128x64 Ampire +0 +24 +20 +Display +Adafruit_SSD1306 +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI +0 +8 +8 +Display +Adafruit_SSD1306_No_Mounting_Holes +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads +Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI +0 +8 +8 +Display +CR2013-MI2120 +CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990 +CR2013-MI2120 ILI9341 LCD Breakout +0 +18 +14 +Display +EA-eDIP128B-XXX +LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip128-6e.pdf +LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI +0 +32 +32 +Display +EA_DOGL128-6 +Graphical,Display,LCD,128x64 https://www.lcd-module.com/eng/pdf/grafik/dogl128-6e.pdf +EA DOGL128 +0 +26 +26 +Display +EA_DOGM128-6 +Graphical,Display,LCD,128x64 https://www.lcd-module.de/eng/pdf/grafik/dogm128e.pdf +EA DOGM128-6 +0 +26 +26 +Display +EA_DOGS104X-A +LCD 4x10 character 3.3V VDD I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/doma/dogs104e.pdf +LCD 4x10 character 3.3V VDD I2C or SPI +0 +14 +14 +Display +EA_DOGXL160-7 +Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf +EA_DOGXL160-7 +0 +22 +22 +Display +EA_DOGXL160-7_Backlight +Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf +EA_DOGXL160-7_Backlight +0 +22 +22 +Display +EA_T123X-I2C +http://www.lcd-module.de/pdf/doma/t123-i2c.pdf +3 Line 12 character wide alpha numeric LCD +0 +6 +6 +Display +EA_eDIP160-XXX +LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip160-7e.pdf +LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI +0 +40 +40 +Display +EA_eDIP240-XXX +LCD graphical display LED backlight 240x128 http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip240-7e.pdf +LCD graphical display LED backlight 240x128 +0 +40 +40 +Display +EA_eDIP320X-XXX +LCD display 320x340 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip320-8e.pdf +LCD display 320x340 RS-232 I2C or SPI +0 +48 +48 +Display +EA_eDIPTFT32-XXX +TFT-graphic display 320x240 16 bit colour with led backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft32-ae.pdf +TFT-graphic display 320x240 16 bit colour with led backlight +0 +40 +40 +Display +EA_eDIPTFT43-ATC +http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf +TFT graphical display 480x272 16-bit colour with LED backlight +0 +40 +40 +Display +EA_eDIPTFT43-XXX +TFT graphical display 480x272 16-bit colour with LED backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf +TFT graphical display 480x272 16-bit colour with LED backlight +0 +40 +40 +Display +EA_eDIPTFT57-XXX +http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft57-ae.pdf +TFT-graphic display 640x480 16 bit colour +0 +48 +48 +Display +EA_eDIPTFT70-ATC +TFT-graphical display 800x480 16-bit colours with capacitive touch panel http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf +TFT-graphical display 800x480 16-bit colours with capacitive touch panel +0 +48 +48 +Display +EA_eDIPTFT70-XXX +TFT-graphical display 800x480 16-bit colours http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf +TFT-graphical display 800x480 16-bit colours and touch display +0 +48 +48 +Display +ERM19264 +STN/FSTN LCD 192x64 dot https://www.buydisplay.com/download/manual/ERM19264-1_Series_Datasheet.pdf +ERM19264 Graphics Display 192x64 +0 +20 +20 +Display +HDSM-441B_HDSM-443B +2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN +2 Digit 7 segment blue LED +0 +10 +10 +Display +HDSM-541B_HDSM-543B +2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN +2 digit 7 segement blue LED with right hand decimal +0 +10 +10 +Display +HDSP-48xx +10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Bar Graph Array +0 +20 +20 +Display +HDSP-4830 +10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Bar Graph Array +0 +20 +20 +Display +HDSP-4832 +10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Yellow Green Bar Graph Array +0 +20 +20 +Display +HDSP-4836 +10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Yellow Green Bar Graph Array +0 +20 +20 +Display +HDSP-4840 +10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Yellow Bar Graph Array +0 +20 +20 +Display +HDSP-4850 +10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Green Bar Graph Array +0 +20 +20 +Display +HLCP-J100 +10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN +10-Element Red Bar Graph Array +0 +20 +20 +Display +HY1602E +http://www.icbank.com/data/ICBShop/board/HY1602E.pdf +LCD 16x2 Alphanumeric 16pin +0 +20 +16 +Display +LCD-016N002L +16 x 2 Character LCD, http://www.vishay.com/product?docid=37299 +LCD-016N002L 16 x 2 Character LCD +0 +24 +20 +Display +LM16255 +LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html +LCD 12x2 +0 +14 +14 +Display +NHD-0420H1Z +NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf +NHD-0420H1Z LCD +0 +16 +16 +Display +NHD-C0220BiZ +NHD-C0220BiZ LCD http://www.newhavendisplay.com/specs/NHD-C0220BiZ-FSW-FBW-3V3M.pdf +NHD-C0220BiZ LCD +0 +10 +10 +Display +OLED-128O064D +128x64 OLED display +display oled +0 +30 +30 +Display +RC1602A +http://www.raystar-optronics.com/down.php?ProID=18 +LCD 16x2 Alphanumeric 16pin +0 +22 +18 +Display +WC1602A +LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf +LCD 16x2 Alphanumeric 16pin +0 +20 +16 +Display_7Segment +7SEGMENT-LED__HDSM531_HDSM533_SMD +7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN +7segment LED HDSM531 HDSM533 +0 +10 +10 +Display_7Segment +7SegmentLED_LTS6760_LTS6780 +7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf +7Segment LED LTS6760 LTS6780 +0 +10 +10 +Display_7Segment +AD-121F2 +Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf +RGB LED digit +0 +22 +22 +Display_7Segment +AFF_2x7SEG-DIGIT_10mm +Afficheur 7 segments 10mm DIGIT +AFFICHEUR +0 +16 +16 +Display_7Segment +CA56-12CGKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12EWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SEKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SRWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SURKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CA56-12SYKWA +4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CC56-12GWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +CC56-12YWA +4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf +4 digit 7 segment green LED +0 +12 +12 +Display_7Segment +D1X8K +https://ia800903.us.archive.org/24/items/CTKD1x8K/Cromatek%20D168K.pdf +Single digit 7 segment ultra bright red +0 +10 +10 +Display_7Segment +DA04-11CGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf +Dubble digit green 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SEKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf +Dubble digit super bright orange 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SURKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf +Dubble digit hyper red 7 segment LED display +0 +16 +16 +Display_7Segment +DA04-11SYKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf +Dubble digit super bright yellow 7 segment LED display +0 +16 +16 +Display_7Segment +DA56-11CGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf +Double digit seven segment green LED display +0 +18 +18 +Display_7Segment +DA56-11SEKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf +Double digit seven segment super bright orange LED display +0 +18 +18 +Display_7Segment +DA56-11SURKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf +Double digit seven segment hyper red LED display +0 +18 +18 +Display_7Segment +DA56-11SYKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf +Double digit seven segment super bright yellow LED display +0 +18 +18 +Display_7Segment +DE113-XX-XX +http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf +3 1/5 digit LOW BAT + 7-Segment LCD +0 +40 +40 +Display_7Segment +DE114-RS-20 +http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf +3 1/5 digit reflective LCD LOW-BAT + 7-Segment +0 +40 +40 +Display_7Segment +DE119-XX-XX +https://www.display-elektronik.de/filter/DE119-RS-20_635.pdf +4 digit 7 segment LCD +0 +40 +40 +Display_7Segment +DE122-XX-XX +http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf +6 digit 7 segment LCD +0 +50 +50 +Display_7Segment +DE170-XX-XX +http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf +3 1/5 digit reflective arrow bat + 7 segment LCD +0 +40 +40 +Display_7Segment +ELD_426XXXX +http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf +Double digit 7 segment brilliant yellow green LED +0 +10 +10 +Display_7Segment +HDSP-7401 +One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment yellow +0 +10 +10 +Display_7Segment +HDSP-7507 ++-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN ++-1 overflow 7 segment high efficiency red +0 +10 +10 +Display_7Segment +HDSP-7801 +One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment green +0 +10 +10 +Display_7Segment +HDSP-7807 ++-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN ++-1 overflow 7 segment green +0 +10 +10 +Display_7Segment +HDSP-A151 +One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment high efficiency red +0 +10 +10 +Display_7Segment +HDSP-A401 +One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN +One digit 7 segment orange common anode +0 +10 +10 +Display_7Segment +KCSC02-105 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf +Single digit 7 segement hyper red LED +0 +10 +10 +Display_7Segment +KCSC02-106 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf +Single digit 7 segement super bright orange LED +0 +10 +10 +Display_7Segment +KCSC02-107 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +KCSC02-123 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +KCSC02-136 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf +Single digit 7 segement super bright yellow LED +0 +10 +10 +Display_7Segment +LTC-4627Jx +http://optoelectronics.liteon.com/upload/download/DS30-2001-393/C4627JG.pdf +4 digit 7 segment LED +0 +14 +14 +Display_7Segment +MAN71A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment red LED with right dot +0 +14 +14 +Display_7Segment +MAN72A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment red LED with left dot +0 +14 +14 +Display_7Segment +MAN73A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +Overflow +- 1 red LED +0 +14 +14 +Display_7Segment +MAN3410A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment green LED with dot +0 +14 +14 +Display_7Segment +MAN3420A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment green LED with left dot +0 +14 +14 +Display_7Segment +MAN3610A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment orange LED with right dot +0 +14 +14 +Display_7Segment +MAN3620A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment orange LED with left dot +0 +14 +14 +Display_7Segment +MAN3630A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +Overflow +- 1 orange LED +0 +14 +14 +Display_7Segment +MAN3810A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment yellow LED with right dot +0 +14 +14 +Display_7Segment +MAN3820A +https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php +One digit 7 segment yellow LED with left dot +0 +14 +14 +Display_7Segment +SA15-11xxx +http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf +SA15-11xxx single digit 7 segment display 38.1mm 1.5inch +0 +10 +10 +Display_7Segment +SBC18-11SURKCGKWA +http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf +single digit 7 segemnt red/green LED +0 +10 +10 +Display_7Segment +Sx39-1xxxxx +Single digit 7 segment LED display in red, yellow or green colour http://www.kingbrightusa.com/images/catalog/SPEC/sa39-11ewa.pdf +One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12 +0 +10 +10 +Ferrite_THT +LairdTech_28C0236-0JW-10 +Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters +Ferrite vertical LairdTech 28C0236-0JW-10 +0 +2 +2 +Fiducial +Fiducial_0.5mm_Mask1.5mm +Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_0.5mm_Mask1mm +Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C) +fiducial +0 +1 +0 +Fiducial +Fiducial_0.75mm_Mask1.5mm +Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B) +fiducial +0 +1 +0 +Fiducial +Fiducial_0.75mm_Mask2.25mm +Circular Fiducial, 0.75mm bare copper, 2.25mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1.5mm_Mask3mm +Circular Fiducial, 1.5mm bare copper, 3mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1.5mm_Mask4.5mm +Circular Fiducial, 1.5mm bare copper, 4.5mm soldermask opening +fiducial +0 +1 +0 +Fiducial +Fiducial_1mm_Mask2mm +Circular Fiducial, 1mm bare copper, 2mm soldermask opening (Level A) +fiducial +0 +1 +0 +Fiducial +Fiducial_1mm_Mask3mm +Circular Fiducial, 1mm bare copper, 3mm soldermask opening (recommended) +fiducial +0 +1 +0 +Filter +Filter_1109-5_1.1x0.9mm +5-pin SAW filter package - 1.1x0.9 mm Body; (see https://www.murata.com/~/media/webrenewal/support/library/catalog/products/filter/rf/p73e.ashx?la=en-gb) +Filter 5 +0 +5 +5 +Filter +Filter_1411-5_1.4x1.1mm +5-pin filter package - 1.4x1.1 mm Body; (see https://global.kyocera.com/prdct/electro/product/pdf/sf14_tdlte.pdf) +Filter 5 +0 +5 +5 +Filter +Filter_Bourns_SRF0905_6.0x9.2mm +https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf +Line Filter +0 +4 +4 +Filter +Filter_FILTERCON_1FPxx +0.5A, 250VAC, 50/60Hz line filter (https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf) +EMI filter +0 +4 +4 +Filter +Filter_Mini-Circuits_FV1206 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf +Mini-Circuits Filter SMD 1206 +0 +6 +4 +Filter +Filter_Mini-Circuits_FV1206-1 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf +Mini-Circuits Filter SMD 1206 +0 +6 +6 +Filter +Filter_Mini-Circuits_FV1206-4 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf +Mini-Circuits Filter SMD 1206 +0 +8 +4 +Filter +Filter_Mini-Circuits_FV1206-5 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf +Mini-Circuits Filter SMD 1206 +0 +8 +4 +Filter +Filter_Mini-Circuits_FV1206-6 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf +Mini-Circuits Filter SMD 1206 +0 +14 +8 +Filter +Filter_Mini-Circuits_FV1206-7 +Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf +Mini-Circuits Filter SMD 1206 +0 +5 +3 +Filter +Filter_Murata_BNX025 +https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 +EMI Filter +0 +6 +4 +Filter +Filter_Murata_BNX025_ThermalVias +https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 +EMI Filter +0 +19 +4 +Filter +Filter_Murata_SFECF-6 +SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf +10.7MHz smd ceramic +0 +6 +6 +Filter +Filter_Murata_SFECF-6_HandSoldering +SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf +10.7MHz smd ceramic +0 +6 +6 +Filter +Filter_SAW-6_3.8x3.8mm +6-pin 3.8 x 3.8mm SAW filter package, https://www.golledge.com/media/3785/mp08167.pdf +SAW filter 6-pin +0 +6 +6 +Filter +Filter_SAW-8_3.8x3.8mm +8-pin 3.8x3.8mm SAW filter, https://www.golledge.com/media/1831/ma05497.pdf +SAW filter 8-pin +0 +8 +8 +Filter +Filter_Schaffner_FN405 +Compact PCB mounting EMI filter (https://www.schaffner.com/de/produkte/download/product/datasheet/fn-405-pcb-mounting-filter/) +EMI filter +0 +5 +5 +Filter +Filter_Schaffner_FN406 +Ultra Compact EMC Filter (https://www.schaffner.com/products/download/product/datasheet/fn-406-ultra-compact-emc-filter/) +emi filter +0 +5 +5 +Fuse +Fuse_0402_1005Metric +Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_0603_1608Metric +Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_0805_2012Metric +Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1206_3216Metric +Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1210_3225Metric +Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_1812_4532Metric +Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2010_5025Metric +Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2512_6332Metric +Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_2920_7451Metric +Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator +fuse +0 +2 +2 +Fuse +Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder +Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator +fuse handsolder +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm +Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm +Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm +Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm +Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm +Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm +Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm +Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm +Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm +Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm +Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm +Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm +Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm +Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf +0ZRE BelFuse radial PTC +0 +2 +2 +Fuse +Fuse_Blade_ATO_directSolder +car blade fuse direct solder +car blade fuse +0 +2 +2 +Fuse +Fuse_Blade_Mini_directSolder +car blade fuse mini, direct solder +car blade fuse mini +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG300 +PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG400 +PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG500 +PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG600 +PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG650 +PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG700 +PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG800 +PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG900 +PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG1000 +PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RG1100 +PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT050 +PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT070 +PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT100 +PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT200 +PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT300 +PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT400 +PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT500 +PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT550 +PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT600 +PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT650 +PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT700 +PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT750 +PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT800 +PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT900 +PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1000 +PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1100 +PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-RHT1300 +PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf +ptc resettable fuse polyfuse THT +0 +2 +2 +Fuse +Fuse_Bourns_MF-SM_7.98x5.44mm +https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf +bourns ptc resettable fuse polyfuse MF-SM MF-SMHT +0 +2 +2 +Fuse +Fuse_Bourns_MF-SM_9.5x6.71mm +https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf +bourns ptc resettable fuse polyfuse MF-SM MF-SMHT +0 +2 +2 +Fuse +Fuse_Littelfuse-LVR100 +Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR100 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-LVR125 +Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR125 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-LVR200 +Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf +LVR200 PTC resettable polyswitch +0 +2 +2 +Fuse +Fuse_Littelfuse-NANO2-451_453 +Littelfuse NANO2 https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_451_453_datasheet.pdf.pdf +Fuse Nano2 +0 +2 +2 +Fuse +Fuse_Littelfuse_372_D8.50mm +Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf +fuse tht radial +0 +2 +2 +Fuse +Fuse_Littelfuse_395Series +Fuse, TE5, Littelfuse/Wickmann, No. 460, No560, +Fuse TE5 Littelfuse/Wickmann No. 460 No560 +0 +2 +2 +Fuse +Fuse_Schurter_UMT250 +Surface Mount Fuse, 3 x 10.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMT_250.pdf) +Schurter fuse smd +0 +2 +2 +Fuse +Fuse_Schurter_UMZ250 +Surface Mount Fuse with Clip, 4.2 x 11.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMZ_250.pdf) +fuse smd mount holder +0 +2 +2 +Fuse +Fuse_SunFuse-6HP +SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF +UL/CSA 6x32mm Ceramic Slow Blow Fuse +0 +2 +2 +Fuse +Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin +Fuseholder ATO Blade littelfuse Pudenz 2 Pin +Fuseholder ATO Blade littelfuse Pudenz 2 Pin +0 +2 +2 +Fuse +Fuseholder_Blade_Mini_Keystone_3568 +fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306 +car blade fuse mini +0 +4 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed +Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf +Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed +Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter, +Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed +PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed +5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed +5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) +fuse holder vertical 5x20mm +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open +Fuseholder horizontal open, 5x20mm, 500V, 16A, Schurter 0031.8201, https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN.pdf +Fuseholder horizontal open 5x20 Schurter 0031.8201 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed +Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf) +Fuseholder 5x20mm closed horizontal +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed +Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf) +fuse holder vertical 5x20mm +0 +4 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed +Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf +Fuseholder 5x20mm horizontal closed +0 +3 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Schurter_OGN-SMD_Horizontal_Open +Fuseholder horizontal open, 5x20mm, 500V, 16A (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN-SMD.pdf) +Fuseholder horizontal open 5x20 Schurter 0031.8221 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open +https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf +Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78 +0 +2 +2 +Fuse +Fuseholder_Cylinder-5x20mm_Wuerth_696103101002-SMD_Horizontal_Open +Fuseholder horizontal open 5x20mm 250V 10A Würth 696103101002 +Fuseholder horizontal open 5x20mm 250V 10A +0 +2 +2 +Fuse +Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open +Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf +Fuseholder horizontal open 6.3x32 Schurter 0031.8002 +0 +2 +2 +Fuse +Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed +Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf +Fuseholder 6.3x32mm horizontal closed +0 +3 +2 +Fuse +Fuseholder_Keystone_3555-2 +Maxi APX ATX Automotive Blade Fuse Clip Holder https://www.keyelco.com/userAssets/file/M65p40.pdf +Maxi APX ATX Automotive Blade Fuse Clip Holder +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x20mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x25mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_100_series_5x30mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x20mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x25mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_445_030_series_5x30mm +Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf +Fuseholder clips +0 +4 +2 +Fuse +Fuseholder_Littelfuse_Nano2_154x +Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_154_154t_154l_154tl_datasheet.pdf.pdf +SMD Nano2 holder +0 +2 +2 +Fuse +Fuseholder_Littelfuse_Nano2_157x +Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_157_datasheet.pdf.pdf +SMD Nano2 holder +0 +2 +2 +Fuse +Fuseholder_TR5_Littelfuse_No560_No460 +Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf +Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560 +0 +2 +2 +Heatsink +Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35 +Heatsink, 35mm x 26mm, 1x Fixation 3mm, Fischer SK486-35 +heatsink +0 +1 +1 +Heatsink +Heatsink_38x38mm_SpringFixation +Heatsink, 38x38mm, Spring Fixation, diagonal, +heatsink +0 +4 +1 +Heatsink +Heatsink_62x40mm_2xFixation3mm +Heatsink, 62 x 40mm, 2x 3mm Drills, +heatsink +0 +2 +1 +Heatsink +Heatsink_125x35x50mm_3xFixationM3 +Heatsink, 125x35x50mm, 3 fixation holes 3.2mm +heatsink +0 +0 +0 +Heatsink +Heatsink_AAVID_573300D00010G_TO-263 +Heatsink, 12.70mm x 26.16mm x 10.16, SMD, 18K/W, TO-263, D2 Pak, https://www.shopaavid.com/Product/573300D00000G +Heatsink AAVID TO-263 D2 Pak +0 +2 +1 +Heatsink +Heatsink_AAVID_576802B03900G +Heatsink, 14.48x12.7x19.05mm, TO-220/ TO-262, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Plug-In-5768.pdf +heatsink +0 +1 +1 +Heatsink +Heatsink_AAVID_590302B03600G +Heatsink, 25.4x25.4x42.54mm, TO-220, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Channel-5903.pdf +heatsink +0 +2 +2 +Heatsink +Heatsink_AAVID_TV5G_TO220_Horizontal +Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G +Heatsink TV5G TO-220 Horizontal +0 +0 +0 +Heatsink +Heatsink_Fischer_FK224xx2201_25x8.3mm +25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks +heatsink TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_FK24413D2PAK_26x13mm +26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf +heatsink TO-252 TO-263 TO-268 +0 +2 +1 +Heatsink +Heatsink_Fischer_FK24413DPAK_23x13mm +23x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d_pak.pdf +heatsink TO-252 TO-263 TO-268 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm +Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, +Heatsink fischer TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3 +Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, +Heatsink fischer TO-220 +0 +2 +1 +Heatsink +Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm +Heatsink, Fischer SK129 +heatsink fischer +0 +2 +1 +Heatsink +Heatsink_SheetType_50x7mm_2Fixations +Heatsink, Sheet type, 50x7mm, 2 fixations (solder), +Heatsink sheet +0 +2 +1 +Heatsink +Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm +Heatsink, StoneCold HS +heatsink +0 +2 +1 +Inductor_SMD +L_6.3x6.3_H3 +Choke, SMD, 6.3x6.3mm 3mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_7.3x7.3_H3.5 +Choke, SMD, 7.3x7.3mm 3.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_7.3x7.3_H4.5 +Choke, SMD, 7.3x7.3mm 4.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_10.4x10.4_H4.8 +Choke, SMD, 10.4x10.4mm 4.8mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H4.5mm +Choke, SMD, 12x12mm 4.5mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H6mm +Choke, SMD, 12x12mm 6mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_12x12mm_H8mm +Choke, SMD, 12x12mm 8mm height +Choke SMD +0 +2 +2 +Inductor_SMD +L_0201_0603Metric +Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +inductor +0 +4 +2 +Inductor_SMD +L_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +4 +2 +Inductor_SMD +L_0402_1005Metric +Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0402_1005Metric_Pad0.77x0.64mm_HandSolder +Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0603_1608Metric +Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0603_1608Metric_Pad1.05x0.95mm_HandSolder +Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0805_2012Metric +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_0805_2012Metric_Pad1.05x1.20mm_HandSolder +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_0805_2012Metric_Pad1.15x1.40mm_HandSolder +Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_01005_0402Metric +Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +inductor +0 +4 +2 +Inductor_SMD +L_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +4 +2 +Inductor_SMD +L_1008_2520Metric +Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1008_2520Metric_Pad1.43x2.20mm_HandSolder +Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1206_3216Metric +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1206_3216Metric_Pad1.22x1.90mm_HandSolder +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1206_3216Metric_Pad1.42x1.75mm_HandSolder +Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1210_3225Metric +Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1210_3225Metric_Pad1.42x2.65mm_HandSolder +Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1806_4516Metric +Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1806_4516Metric_Pad1.45x1.90mm_HandSolder +Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_1812_4532Metric +Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_2010_5025Metric +Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_2010_5025Metric_Pad1.52x2.65mm_HandSolder +Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_2512_6332Metric +Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor +0 +2 +2 +Inductor_SMD +L_2512_6332Metric_Pad1.52x3.35mm_HandSolder +Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +inductor handsolder +0 +2 +2 +Inductor_SMD +L_AVX_LMLP07A7 +Inductor, AVX Kyocera, LMLP Series, style D, 6.6mmx7.3mm, 3.0mm height. (Script generated with StandardBox.py) (https://datasheets.avx.com/LMLPD.pdf) +Inductor LMLP +0 +2 +2 +Inductor_SMD +L_Abracon_ASPI-0630LR +smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf +inductor abracon smd shielded +0 +2 +2 +Inductor_SMD +L_Abracon_ASPI-3012S +smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf +inductor abracon smd shielded +0 +2 +2 +Inductor_SMD +L_Bourns-SRN1060 +Bourns SRN1060 series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRN1060.pdf +Bourns SRN1060 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN4018 +Bourns SRN4018 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRN4018.pdf +Bourns SRN4018 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN6028 +Bourns SRN6028 series SMD inductor +Bourns SRN6028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRN8040_8x8.15mm +Bourns SRN8040 series SMD inductor 8x8.15mm, https://www.bourns.com/docs/Product-Datasheets/SRN8040.pdf +Bourns SRN8040 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRR1005 +Bourns SRR1005 series SMD inductor +Bourns SRR1005 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU1028_10.0x10.0mm +Bourns SRU1028 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRU1028.pdf +Bourns SRU1028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU8028_8.0x8.0mm +Bourns SRU8028 series SMD inductor +Bourns SRU8028 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns-SRU8043 +Bourns SRU8043 series SMD inductor +Bourns SRU8043 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SDR1806 +https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf +Bourns SDR1806 +0 +2 +2 +Inductor_SMD +L_Bourns_SRF1260 +Inductor, Bourns, SRF1260, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://www.bourns.com/docs/Product-Datasheets/SRF1260.pdf) +Inductor Bourns_SRF1260 +0 +4 +4 +Inductor_SMD +L_Bourns_SRN6045TA +http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf +Semi-shielded Power Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRN8040TA +https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf +Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP1245A +Bourns SRP1245A series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1245A.pdf +Bourns SRP1245A SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP1770TA_16.9x16.9mm +Bourns SRP1770TA series SMD Inductor http://www.bourns.com/docs/Product-Datasheets/SRP1770TA.pdf +Bourns SRP1770TA series SMD Inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRP2313AA +Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/product-datasheets/srp2313aa.pdf +Bourns SRR1260 SMD inductor +0 +4 +2 +Inductor_SMD +L_Bourns_SRP5030T +Inductor, Bourns, SRP5030T, 5.7mmx5.2mm (Script generated with StandardBox.py) (https://www.bourns.com/data/global/pdfs/SRP5030T.pdf) +Inductor Bourns_SRP5030T +0 +2 +2 +Inductor_SMD +L_Bourns_SRP7028A_7.3x6.6mm +Shielded Power Inductors (https://www.bourns.com/docs/product-datasheets/srp7028a.pdf) +Shielded Inductors Bourns SMD SRP7028A +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1208_12.7x12.7mm +Bourns SRP1208 series SMD inductor https://www.bourns.com/pdfs/SRR1208.pdf +Bourns SRP1208 SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1210A +Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf +Bourns SRR1210A SMD inductor +0 +2 +2 +Inductor_SMD +L_Bourns_SRR1260 +Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf +Bourns SRR1260 SMD inductor +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS4018 +SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/pdfs/lps4018.pdf +L Coilcraft LPS4018 +0 +2 +2 +Inductor_SMD +L_Coilcraft_LPS5030 +Shielded Power Inductor SMD, Coilcraft LPS5030, https://www.coilcraft.com/pdfs/lps5030.pdf, StepUp generated footprint +inductor +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL60xx_6.36x6.56mm +Coilcraft XAL60xx series, https://www.coilcraft.com/pdfs/xal60xx.pdf +L Coilcraft XAL60xx +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL5030 +L_Coilcraft_XAL5030 +L Coilcraft XAL5030 +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4020 +L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf +L Coilcraft XxL4020 +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4030 +L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf +L Coilcraft XxL4030 +0 +2 +2 +Inductor_SMD +L_Coilcraft_XxL4040 +L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf +L Coilcraft XxL4040 +0 +2 +2 +Inductor_SMD +L_CommonModeChoke_Coilcraft_0603USB +Coilcraft 0603USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0603usb.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Coilcraft_0805USB +Coilcraft 0805USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0805usb.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Coilcraft_1812CAN +Coilcraft 1812CAN Series Common Mode Choke, https://www.coilcraft.com/pdfs/1812can.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonModeChoke_Wuerth_WE-SL5 +WE-SL5 SMT Common Mode Line Filter, https://www.we-online.de/katalog/en/WE-SL5/, https://www.we-online.de/katalog/datasheet/744272471.pdf +SMT Common Mode Line Filter +0 +4 +4 +Inductor_SMD +L_CommonMode_Delevan_4222 +API Delevan, Surface Mount Common Mode Bead, 4222 4222R, http://www.delevan.com/seriesPDFs/4222.pdf +surface mount common mode bead +0 +4 +4 +Inductor_SMD +L_CommonMode_Wuerth_WE-SL2 +http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1 +Wuerth WE-SL2 +0 +4 +4 +Inductor_SMD +L_Fastron_PISN +Choke, Drossel, PISN, SMD, Fastron, +Choke Drossel PISN SMD Fastron +0 +2 +2 +Inductor_SMD +L_Fastron_PISN_Handsoldering +Choke, Drossel, PISN, SMD, Fastron, +Choke Drossel PISN SMD Fastron +0 +2 +2 +Inductor_SMD +L_Fastron_PISR +Choke, Drossel, PISR, Fastron, SMD, +Choke Drossel PISR Fastron SMD +0 +2 +2 +Inductor_SMD +L_Fastron_PISR_Handsoldering +Choke, Drossel, PISR, Fastron, SMD, +Choke Drossel PISR Fastron SMD +0 +2 +2 +Inductor_SMD +L_Murata_DEM35xxC +https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx +Inductor SMD DEM35xxC +0 +2 +2 +Inductor_SMD +L_Murata_LQH2MCNxxxx02_2.0x1.6mm +Inductor, Murata, LQH2MCN_02 series, 1.6x2.0x0.9mm (https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0053.pdf) +chip coil inductor Murata LQH2MC +0 +2 +2 +Inductor_SMD +L_Murata_LQH55DN_5.7x5.0mm +Inductor, SMD, 5.7x5.0x4.7mm, https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0045.pdf +inductor smd +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_1turn_HDM0131A +Neosid, Air-Coil, SML, 1turn, HDM0131A, +Neosid Air-Coil SML 1turn HDM0131A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_2turn_HAM0231A +Neosid, Air-Coil, SML, 2turn, HAM0231A, +Neosid Air-Coil SML 2turn HAM0231A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_2turn_HDM0231A +Neosid, Air-Coil, SML, 2turn, HDM0231A, +Neosid Air-Coil SML 2turn HDM0231A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_3turn_HAM0331A +Neosid, Air-Coil, SML, 2turn, HAM0331A, +Neosid Air-Coil SML 3turn HAM0331A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_3turn_HDM0331A +Neosid, Air-Coil, SML, 3turn, HDM0331A, +Neosid Air-Coil SML 3turn HDM0331A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_4turn_HAM0431A +Neosid, Air-Coil, SML, 4turn, HAM0431A, +Neosid Air-Coil SML 4turn HAM0431A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_4turn_HDM0431A +Neosid, Air-Coil, SML, 4turn, HDM0431A, +Neosid Air-Coil SML 4turn HDM0431A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_5turn_HAM0531A +Neosid, Air-Coil, SML, 5turn, HAM0531A, +Neosid Air-Coil SML 5turn HAM0531A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_5turn_HDM0531A +Neosid, Air-Coil, SML, 5turn, HDM0531A, +Neosid Air-Coil SML 5turn HDM0531A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A +Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A, +Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A +Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A, +Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A +0 +2 +2 +Inductor_SMD +L_Neosid_Air-Coil_SML_6turn_HAM0631A +Neosid, Air-Coil, SML, 6turn, HAM0631A, +Neosid Air-Coil SML 6turn HAM0631A +0 +2 +2 +Inductor_SMD +L_Neosid_MicroCoil_Ms36-L +Neosid, Micro Coil, Inductor, Ms36-L, SMD, Fixed inductor, anti clockwise, https://neosid.de/en/products/inductors/rod-core-chokes/smd-rod-core-chokes/52026/ms-36/7-h?c=94 +Neosid Micro Coil Inductor Ms36-L SMD Fixed inductor anti clockwise +0 +2 +2 +Inductor_SMD +L_Neosid_Ms42 +Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_Ms42.pdf +Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_Ms50 +Neosid, Power Inductor, Ms50, SMD, Fixed inductor, https://neosid.de/import-data/product-pdf/neoFestind_Ms50.pdf +Neosid Power Inductor Ms50 SMD Fixed inductor +0 +2 +2 +Inductor_SMD +L_Neosid_Ms50T +Neosid, Power Inductor, Ms50T, SMD, Fixed inductor, high temperature, https://neosid.de/import-data/product-pdf/neoFestind_Ms50T.pdf +Neosid Power Inductor Ms50T SMD Fixed inductor high temperature +0 +2 +2 +Inductor_SMD +L_Neosid_Ms85 +Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85.pdf +Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms85T +Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85T.pdf +Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95 +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95T +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95T.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_Ms95a +Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95a.pdf +NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE95H +Neosid, Inductor,SM-NE95H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE95H.pdf +Neosid Inductor SM-NE95H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE127 +Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf +Neosid Inductor SM-NE127 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE127_HandSoldering +Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf +Neosid Inductor SM-NE127 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-NE150 +Neosid, Inductor, SM-NE150, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE150.pdf +Neosid Inductor SM-NE150 Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0512H +Neosid, Inductor, PIC0512H, Power Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0512H.pdf +Neosid Inductor PIC0512H Power Inductor Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0602H +Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf +Neosid Power Inductor SM-PIC0602H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC0612H +Neosid, Power Inductor, SM-PIC0612H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0612H.pdf +Neosid Power Inductor SM-PIC0612H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SM-PIC1004H +Neosid, Inductor, SM-PIC1004H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC1004H.pdf +Neosid Inductor SM-PIC1004H Fixed inductor SMD +0 +2 +2 +Inductor_SMD +L_Neosid_SMS-ME3010 +Neosid, Inductor, SMS-ME3010, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3010.pdf +Neosid Inductor SMS-ME3010 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMS-ME3015 +Neosid, Power Inductor, SMS-ME3015, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3015.pdf +Neosid Power Inductor SMS-ME3015 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs42 +Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs42.pdf +Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs50 +Neosid, Inductor, SMs50, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs50.pdf +Neosid Inductor SMs50 Fixed inductor SMD magneticaly shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs85 +Neosid, Inductor, SMs85, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs85.pdf +Neosid Inductor SMs85 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Neosid_SMs95_SMs95p +Neosid, Inductor, SMs95, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMs95SMs95p.pdf +Neosid Inductor SMs95 Fixed inductor SMD magnetically shielded +0 +2 +2 +Inductor_SMD +L_Pulse_PA4320 +Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf +Inductor SMD Pulse PA4320 +0 +2 +2 +Inductor_SMD +L_Pulse_PA4344 +Pulse PA4344 / PM4344 Series SMD Inductors https://productfinder.pulseelectronics.com/api/public/uploads/product-attachments/datasheet_p771_1608107700.pdf +Pulse PA4344 PM4344 Series SMD Inductors +0 +2 +2 +Inductor_SMD +L_Sagami_CER1242B +Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CER1257B +Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CER1277B +Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf +inductor sagami cer12xxb smd +0 +2 +2 +Inductor_SMD +L_Sagami_CWR1242C +Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_Sagami_CWR1257C +Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_Sagami_CWR1277C +Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) +inductor sagami cwr12xx smd +0 +4 +2 +Inductor_SMD +L_SigTra_SC3316F +http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf +Choke +0 +2 +2 +Inductor_SMD +L_Sumida_CDMC6D28_7.25x6.5mm +SMD Power Inductor (http://products.sumida.com/products/pdf/CDMC6D28.pdf) +Inductor Sumida SMD CDMC6D28 +0 +2 +2 +Inductor_SMD +L_Sumida_CR75 +Inductor, Sumida, 8.1mm × 7.3mm × 5.5 mm, Unshielded, http://products.sumida.com/products/pdf/CR75.pdf +Inductor SMD CR75 Unshielded +0 +2 +2 +Inductor_SMD +L_Sunlord_MWSA0518_5.4x5.2mm +Inductor, Sunlord, MWSA0518, 5.4mmx5.2mm +inductor Sunlord smd +0 +2 +2 +Inductor_SMD +L_TDK_NLV25_2.5x2.0mm +TDK NLV25, 2.5x2.0x1.8mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv25-ef_en.pdf +tdk nlv25 nlcv25 nlfv25 +0 +2 +2 +Inductor_SMD +L_TDK_NLV32_3.2x2.5mm +TDK NLV32, 3.2x2.5x2.2mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv32-ef_en.pdf +tdk nlv32 nlcv32 nlfv32 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6025 +Inductor, TDK, SLF6025, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf) +Inductor TDK_SLF6025 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6028 +Inductor, TDK, SLF6028, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf) +Inductor TDK_SLF6028 +0 +2 +2 +Inductor_SMD +L_TDK_SLF6045 +Inductor, TDK, SLF6045, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf) +Inductor TDK_SLF6045 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7032 +Inductor, TDK, SLF7032, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf) +Inductor TDK_SLF7032 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7045 +Inductor, TDK, SLF7045, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf) +Inductor TDK_SLF7045 +0 +2 +2 +Inductor_SMD +L_TDK_SLF7055 +Inductor, TDK, SLF7055, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf) +Inductor TDK_SLF7055 +0 +2 +2 +Inductor_SMD +L_TDK_SLF10145 +Inductor, TDK, SLF10145, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf) +Inductor TDK_SLF10145 +0 +2 +2 +Inductor_SMD +L_TDK_SLF10165 +Inductor, TDK, SLF10165, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf) +Inductor TDK_SLF10165 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12555 +Inductor, TDK, SLF12555, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf) +Inductor SLF12555 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12565 +Inductor, TDK, SLF12565, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf) +Inductor SLF12565 +0 +2 +2 +Inductor_SMD +L_TDK_SLF12575 +Inductor, TDK, SLF12575, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf) +Inductor SLF12575 +0 +2 +2 +Inductor_SMD +L_TDK_VLF10040 +Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm +inductor TDK VLP smd VLF10040 +0 +2 +2 +Inductor_SMD +L_TDK_VLP8040 +Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm +inductor TDK VLP smd VLP8040 +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-1616 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-2020 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-3030 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-4040 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_MD-5050 +Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm +inductor taiyo-yuden md smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-20xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-20xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-24xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-24xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-30xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-30xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-40xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-40xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-50xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-50xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-60xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-60xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-80xx +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-80xx_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-10050_9.8x10.0mm +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_Taiyo-Yuden_NR-10050_9.8x10.0mm_HandSoldering +Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N +inductor taiyo-yuden nr smd +0 +2 +2 +Inductor_SMD +L_TracoPower_TCK-047_5.2x5.8mm +Inductor, Traco, TCK-047, 5.2x5.8mm, https://www.tracopower.com/products/tck047.pdf +inductor smd traco +0 +2 +2 +Inductor_SMD +L_TracoPower_TCK-141 +Choke, SMD, 4.0x4.0mm 2.1mm height, https://www.tracopower.com/products/tck141.pdf +Choke SMD +0 +2 +2 +Inductor_SMD +L_Vishay_IFSC-1515AH_4x4x1.8mm +Low Profile, High Current Inductors (https://www.vishay.com/docs/34295/sc15ah01.pdf) +SMD Vishay Inductor Low Profile +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-1212 +Inductor, Vishay, IHLP series, 3.0mmx3.0mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-1616 +Inductor, Vishay, IHLP series, 4.1mmx4.1mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-2020 +Inductor, Vishay, IHLP series, 5.1mmx5.1mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-2525 +Inductor, Vishay, IHLP series, 6.3mmx6.3mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-4040 +Inductor, Vishay, IHLP series, 10.2mmx10.2mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-5050 +Inductor, Vishay, IHLP series, 12.7mmx12.7mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHLP-6767 +Inductor, Vishay, IHLP series, 17.0mmx17.0mm +inductor vishay ihlp smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-3825 +Inductor, Vishay, Vishay_IHSM-3825, http://www.vishay.com/docs/34018/ihsm3825.pdf, 11.2mmx6.3mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-4825 +Inductor, Vishay, Vishay_IHSM-4825, http://www.vishay.com/docs/34019/ihsm4825.pdf, 13.7mmx6.3mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-5832 +Inductor, Vishay, Vishay_IHSM-5832, http://www.vishay.com/docs/34020/ihsm5832.pdf, 16.3mmx8.1mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Vishay_IHSM-7832 +Inductor, Vishay, Vishay_IHSM-7832, http://www.vishay.com/docs/34021/ihsm7832.pdf, 19.8mmx8.1mm +inductor vishay icsm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCF-2013 +7443630070, http://katalog.we-online.de/pbs/datasheet/7443630070.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCF-2815 +74436410150, http://katalog.we-online.de/pbs/datasheet/74436410150.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCF-2818 +7443640330, http://katalog.we-online.de/pbs/datasheet/7443640330.pdf +inductor shielded wuerth hcf +0 +3 +2 +Inductor_SMD +L_Wuerth_HCI-1030 +Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1040 +Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1050 +Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1335 +Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1350 +Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1365 +Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-1890 +Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-2212 +Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-5040 +Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7030 +Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7040 +Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCI-7050 +Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm +inductor Wuerth hci smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1050 +Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1052 +Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1070 +Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1078 +Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1190 +Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1240 +Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1350 +Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-1390 +Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-7050 +Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_HCM-7070 +Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm +inductor Wuerth hcm smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-1610 +Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2010 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2506 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2508 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2510 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-2512 +Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3010 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3012 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3015 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-3020 +Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-4020 +Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_MAPI-4030 +Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm +inductor Wuerth smd +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL +Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf +Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL +0 +4 +4 +Inductor_SMD +L_Wuerth_WE-DD-Typ-M-Typ-S +Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf +Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS +0 +4 +4 +Inductor_SMD +L_Wuerth_WE-GF-1210 +Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf +Unshielded Inductor WE-GF 1210 Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-7345 +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf +Choke Shielded Power Inductor WE-PD 7345 Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-LS +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf +Choke Shielded Power Inductor WE-PD TypLS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-LS_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf +Choke Shielded Power Inductor WE-PD TypLS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-M-Typ-S +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf +Choke Shielded Power Inductor WE-PD TypM TypS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf +Choke Shielded Power Inductor WE-PD TypM TypS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-L +Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf +Choke Power Inductor WE-PD2 TypL Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-MS +Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf +Choke Power Inductor WE-PD2 TypMS Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD2-Typ-XL +Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf +Choke Power Inductor WE-PD2 TypXL Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PD4-Typ-X +Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf +Choke Power Inductor WE-PD4 TypX Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PDF +Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf +Choke Shielded Power Inductor WE-PDF Wuerth +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-PDF_Handsoldering +Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf +Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering +0 +2 +2 +Inductor_SMD +L_Wuerth_WE-TPC-3816 +L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf +wurth wuerth smd inductor +0 +2 +2 +Inductor_THT +Choke_EPCOS_B82722A +Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf +chokes epcos tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN102-04-14.0x14.0mm +Current-compensated Chokes, Schaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN112-04-17.7x17.1mm +Current-compensated Chokes, Schaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN114-04-22.5x21.5mm +Current-compensated Chokes, Schaffner, RN114-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN116-04-22.5x21.5mm +Current-compensated Chokes, Schaffner, RN116-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN122-04-28.0x27.0mm +Current-compensated Chokes, Schaffner, RN122-04, 28.0mmx27.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN142-04-33.1x32.5mm +Current-compensated Chokes, Schaffner, RN142-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN143-04-33.1x32.5mm +Current-compensated Chokes, Schaffner, RN143-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN152-04-43.0x41.8mm +Current-compensated Chokes, Schaffner, RN152-04, 43.0mmx41.8mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN202-04-8.8x18.2mm +Current-compensated Chokes, Schaffner, RN202-04, 8.8mmx18.2mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN204-04-9.0x14.0mm +Current-compensated Chokes, Schaffner, RN204-04, 9.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN212-04-12.5x18.0mm +Current-compensated Chokes, Schaffner, RN212-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN214-04-15.5x23.0mm +Current-compensated Chokes, Schaffner, RN214-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN216-04-15.5x23.0mm +Current-compensated Chokes, Schaffner, RN216-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN218-04-12.5x18.0mm +Current-compensated Chokes, Schaffner, RN218-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN222-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN222-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN232-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN232-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +Choke_Schaffner_RN242-04-18.0x31.0mm +Current-compensated Chokes, Schaffner, RN242-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +chokes schaffner tht +0 +4 +4 +Inductor_THT +L_Axial_L5.0mm_D3.6mm_P10.00mm_Horizontal_Murata_BL01RN1A2A2 +Inductor, Murata BL01RN1A2A2, Axial, Horizontal, pin pitch=10.00mm, length*diameter=5*3.6mm, https://www.murata.com/en-global/products/productdetail?partno=BL01RN1A2A2%23 +inductor axial horizontal +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1 +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P7.62mm_Horizontal_Vishay_IM-1 +Inductor, Axial series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 7.62mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L5.3mm_D2.2mm_P10.16mm_Horizontal_Vishay_IM-1 +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 5.3mm diameter 2.2mm Vishay IM-1 +0 +2 +2 +Inductor_THT +L_Axial_L6.6mm_D2.7mm_P2.54mm_Vertical_Vishay_IM-2 +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 6.6mm diameter 2.7mm Vishay IM-2 +0 +2 +2 +Inductor_THT +L_Axial_L6.6mm_D2.7mm_P10.16mm_Horizontal_Vishay_IM-2 +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 6.6mm diameter 2.7mm Vishay IM-2 +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P2.54mm_Vertical_Fastron_MICC +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 2.54mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P5.08mm_Vertical_Fastron_MICC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC +Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 10.16mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L7.0mm_D3.3mm_P12.70mm_Horizontal_Fastron_MICC +Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 12.7mm length 7mm diameter 3.3mm Fastron MICC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P2.54mm_Vertical_Fastron_SMCC +Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Vertical pin pitch 2.54mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P5.08mm_Vertical_Fastron_SMCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P12.70mm_Horizontal_Fastron_SMCC +Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L9.5mm_D4.0mm_P15.24mm_Horizontal_Fastron_SMCC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 4mm Fastron SMCC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P5.08mm_Vertical_Fastron_MECC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P7.62mm_Vertical_Fastron_MECC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L11.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_MECC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 11mm diameter 4.5mm Fastron MECC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P5.08mm_Vertical_Fastron_MISC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P7.62mm_Vertical_Fastron_MISC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.0mm_D5.0mm_P15.24mm_Horizontal_Fastron_MISC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 12mm diameter 5mm Fastron MISC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L12.8mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 12.8mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P5.08mm_Vertical_Fastron_HCCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P7.62mm_Vertical_Fastron_HCCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L13.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_HCCC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 13mm diameter 4.5mm Fastron HCCC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P5.08mm_Vertical_Fastron_LACC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P7.62mm_Vertical_Fastron_LACC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_LACC +Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 15.24mm length 14mm diameter 4.5mm Fastron LACC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L14.5mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 14.5mm diameter 5.8mm Fastron HBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P5.08mm_Vertical_Fastron_VHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P7.62mm_Vertical_Fastron_VHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P20.32mm_Horizontal_Fastron_VHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D6.3mm_P25.40mm_Horizontal_Fastron_VHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 6.3mm Fastron VHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P5.08mm_Vertical_Fastron_XHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P7.62mm_Vertical_Fastron_XHBCC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P20.32mm_Horizontal_Fastron_XHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D7.5mm_P25.40mm_Horizontal_Fastron_XHBCC +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 7.5mm Fastron XHBCC +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D9.5mm_P5.08mm_Vertical_Vishay_IM-10-37 +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 9.5mm Vishay IM-10-37 +0 +2 +2 +Inductor_THT +L_Axial_L16.0mm_D9.5mm_P20.32mm_Horizontal_Vishay_IM-10-37 +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 9.5mm Vishay IM-10-37 +0 +2 +2 +Inductor_THT +L_Axial_L17.5mm_D12.0mm_P7.62mm_Vertical_Vishay_IM-10-46 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 17.5mm diameter 12mm Vishay IM-10-46 +0 +2 +2 +Inductor_THT +L_Axial_L17.5mm_D12.0mm_P20.32mm_Horizontal_Vishay_IM-10-46 +Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 20.32mm length 17.5mm diameter 12mm Vishay IM-10-46 +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P5.08mm_Vertical +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Vertical pin pitch 5.08mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P7.62mm_Vertical +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.0mm_D8.0mm_P25.40mm_Horizontal +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20*8mm^2 +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20mm diameter 8mm +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-101 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.07mm Vishay IHA-101 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.1mm_P28.50mm_Horizontal_Vishay_IHA-101 +Inductor, Axial series, Axial, Horizontal, pin pitch=28.5mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 28.5mm length 20.32mm diameter 12.07mm Vishay IHA-101 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-201 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.7mm Vishay IHA-201 +0 +2 +2 +Inductor_THT +L_Axial_L20.3mm_D12.7mm_P25.40mm_Horizontal_Vishay_IHA-201 +Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20.32mm diameter 12.7mm Vishay IHA-201 +0 +2 +2 +Inductor_THT +L_Axial_L23.4mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-203 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 23.37mm diameter 12.7mm Vishay IHA-203 +0 +2 +2 +Inductor_THT +L_Axial_L23.4mm_D12.7mm_P32.00mm_Horizontal_Vishay_IHA-203 +Inductor, Axial series, Axial, Horizontal, pin pitch=32mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 32mm length 23.37mm diameter 12.7mm Vishay IHA-203 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.1mm_P5.08mm_Vertical_Vishay_IM-10-28 +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.1mm Vishay IM-10-28 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.1mm_P30.48mm_Horizontal_Vishay_IM-10-28 +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 24mm diameter 7.1mm Vishay IM-10-28 +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P5.08mm_Vertical_Fastron_MESC +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P7.62mm_Vertical_Fastron_MESC +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L24.0mm_D7.5mm_P27.94mm_Horizontal_Fastron_MESC +Inductor, Axial series, Axial, Horizontal, pin pitch=27.94mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf +Inductor Axial series Axial Horizontal pin pitch 27.94mm length 24mm diameter 7.5mm Fastron MESC +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D9.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 9mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D10.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 10mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.0mm_D11.0mm_P30.48mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 11mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-103 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 12.07mm Vishay IHA-103 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D12.1mm_P35.00mm_Horizontal_Vishay_IHA-103 +Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 12.07mm Vishay IHA-103 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-104 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 13.97mm Vishay IHA-104 +0 +2 +2 +Inductor_THT +L_Axial_L26.7mm_D14.0mm_P35.00mm_Horizontal_Vishay_IHA-104 +Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 13.97mm Vishay IHA-104 +0 +2 +2 +Inductor_THT +L_Axial_L29.9mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-105 +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 29.85mm diameter 13.97mm Vishay IHA-105 +0 +2 +2 +Inductor_THT +L_Axial_L29.9mm_D14.0mm_P38.00mm_Horizontal_Vishay_IHA-105 +Inductor, Axial series, Axial, Horizontal, pin pitch=38mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf +Inductor Axial series Axial Horizontal pin pitch 38mm length 29.85mm diameter 13.97mm Vishay IHA-105 +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P5.08mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 5.08mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P7.62mm_Vertical_Fastron_77A +Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Vertical pin pitch 7.62mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_Axial_L30.0mm_D8.0mm_P35.56mm_Horizontal_Fastron_77A +Inductor, Axial series, Axial, Horizontal, pin pitch=35.56mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf +Inductor Axial series Axial Horizontal pin pitch 35.56mm length 30mm diameter 8mm Fastron 77A +0 +2 +2 +Inductor_THT +L_CommonMode_Toroid_Vertical_L19.3mm_W10.8mm_Px6.35mm_Py15.24mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=6.35*15.24mm^2, , length*width=19.304*10.795mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 6.35*15.24mm^2 length 19.304mm width 10.795mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L21.0mm_W10.0mm_Px5.08mm_Py12.70mm_Murata_5100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=5.08*12.70mm^2, , length*width=21*10mm^2, muRATA, 5100, http://www.murata-ps.com/data/magnetics/kmp_5100.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 5.08*12.70mm^2 length 21mm width 10mm muRATA 5100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L24.0mm_W16.3mm_Px10.16mm_Py20.32mm_Murata_5200 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=24*16.3mm^2, muRATA, 5200, http://www.murata-ps.com/data/magnetics/kmp_5200.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 24mm width 16.3mm muRATA 5200 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L30.5mm_W15.2mm_Px10.16mm_Py20.32mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=30.479999999999997*15.239999999999998mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 30.479999999999997mm width 15.239999999999998mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L34.3mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=34.29*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 34.29mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L36.8mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=36.83*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 36.83mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L38.1mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=38.099999999999994*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 38.099999999999994mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L39.4mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=39.37*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 39.37mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L41.9mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=41.91*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 41.91mm width 20.32mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Toroid_Vertical_L43.2mm_W22.9mm_Px17.78mm_Py30.48mm_Bourns_8100 +L_CommonMode_Toroid, Vertical series, Radial, pin pitch=17.78*30.48mm^2, , length*width=43.18*22.86mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf +L_CommonMode_Toroid Vertical series Radial pin pitch 17.78*30.48mm^2 length 43.18mm width 22.86mm Bourns 8100 +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-L +Wuerth, WE-CMB, Bauform L, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-M +Wuerth, WE-CMB, Bauform M, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-S +Wuerth, WE-CMB, Bauform S, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XL +Wuerth, WE-CMB, Bauform XL, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XS +Wuerth, WE-CMB, Bauform XS, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_CommonMode_Wuerth_WE-CMB-XXL +Wuerth, WE-CMB, Bauform XXL, +CommonModeChoke Gleichtaktdrossel +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM120 +Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM160 +Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM254 +Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM280 +Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf +vertical inductor toroid mount +0 +4 +4 +Inductor_THT +L_Mount_Lodestone_VTM950-6 +Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, http://www.lodestonepacific.com/CatKpdf/VTM950-6.pdf +vertical inductor toroid mount +0 +6 +6 +Inductor_THT +L_Radial_D6.0mm_P4.00mm +Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf +Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm +0 +2 +2 +Inductor_THT +L_Radial_D7.0mm_P3.00mm +Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf +Inductor Radial series Radial pin pitch 3.00mm diameter 7mm +0 +2 +2 +Inductor_THT +L_Radial_D7.2mm_P3.00mm_Murata_1700 +Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf +Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700 +0 +2 +2 +Inductor_THT +L_Radial_D7.5mm_P3.50mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D7.5mm_P5.00mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D7.8mm_P5.00mm_Fastron_07HCP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP +0 +2 +2 +Inductor_THT +L_Radial_D8.7mm_P5.00mm_Fastron_07HCP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP +0 +2 +2 +Inductor_THT +L_Radial_D9.5mm_P5.00mm_Fastron_07HVP +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Fastron_07M +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Fastron_07P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series +Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3 +0 +2 +2 +Inductor_THT +L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3 +0 +2 +2 +Inductor_THT +L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS +Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf +Inductor Radial Murata 1200RS +0 +4 +2 +Inductor_THT +L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Fastron_11P +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2 +Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P6.00mm_Murata_1900R +Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf +Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1 +0 +2 +2 +Inductor_THT +L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1 +0 +2 +2 +Inductor_THT +L_Radial_D12.5mm_P7.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D12.5mm_P9.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D13.5mm_P7.00mm_Fastron_09HCP +Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf +Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP +0 +2 +2 +Inductor_THT +L_Radial_D14.2mm_P10.00mm_Neosid_SD14 +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1 +Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1 +0 +2 +2 +Inductor_THT +L_Radial_D18.0mm_P10.00mm +Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf +Inductor Radial series Radial pin pitch 10.00mm diameter 18mm +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2 +Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2 +0 +2 +2 +Inductor_THT +L_Radial_D21.0mm_P19.00mm +Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf +Inductor Radial series Radial pin pitch 19.00mm diameter 21mm +0 +2 +2 +Inductor_THT +L_Radial_D24.0mm_P24.00mm +Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm +Inductor Radial series Radial pin pitch 24.00mm diameter 24mm +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P22.90mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.10mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.40mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.70mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D24.4mm_P23.90mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3 +Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3 +0 +2 +2 +Inductor_THT +L_Radial_D28.0mm_P29.20mm +Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm +Inductor Radial series Radial pin pitch 29.20mm diameter 28mm +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.30mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.50mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P28.80mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P29.00mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D29.8mm_P29.30mm_Murata_1400series +Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf +Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4 +Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4 +Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5 +Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6 +Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf +Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6 +0 +2 +2 +Inductor_THT +L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75 +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf +Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75 +0 +2 +2 +Inductor_THT +L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf +Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E +0 +2 +2 +Inductor_THT +L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8 +Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf +Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8 +0 +2 +2 +Inductor_THT +L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25 +Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25 +0 +2 +2 +Inductor_THT +L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30 +Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30 +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm +0 +2 +2 +Inductor_THT +L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm +Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf +Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm +0 +2 +2 +Inductor_THT +L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37 +Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37 +0 +2 +2 +Inductor_THT +L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44 +Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf +Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44 +0 +2 +2 +Inductor_THT +L_SELF1408 +Self Ferrite 14 - 08 +SELF +0 +7 +3 +Inductor_THT +L_SELF1418 +Self Ferrite 14 - 18 +SELF +0 +10 +4 +Inductor_THT +L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12 +L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12 +L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16 +L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16 +L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20 +L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20 +L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25 +L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25 +L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30 +L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30 +L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37 +L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37 +L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44 +L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44 +L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50 +L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50 +L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3 +L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads +L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000 +L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5 +L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100 +L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100 +L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4 +L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5 +L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads +L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D26.0mm_P5.08mm +inductor 26mm diameter toroid +SELF INDUCTOR +0 +3 +2 +Inductor_THT +L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200 +L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300 +L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300 +L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 +L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6 +L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D40.0mm_P48.26mm +L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm +L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7 +L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8 +L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8 +0 +2 +2 +Inductor_THT +L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9 +L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm +L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2 +L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm +L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2 +L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A +L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1 +L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2 +L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3 +L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3 +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G +L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C +L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3 +L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4 +L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4 +L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5 +L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads +L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D +L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5 +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6 +L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F +L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf +L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7 +L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8 +L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700 +L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf +L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700 +0 +2 +2 +Inductor_THT +L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9 +L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf +L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9 +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged2Bar_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 2 copper strips +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 2 copper strips +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip +net tie solder jumper bridged +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open +solder jumper open +0 +2 +2 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers +net tie solder jumper bridged +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, open +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels +SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +3 +3 +Jumper +SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open +solder jumper open +0 +5 +3 +Jumper +SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm_NumberLabels +SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open, labeled with numbers +solder jumper open +0 +5 +3 +LED_SMD +LED-APA102-2020 +http://www.led-color.com/upload/201604/APA102-2020%20SMD%20LED.pdf +LED RGB SPI +0 +8 +6 +LED_SMD +LED-L1T2_LUMILEDS +http://www.lumileds.com/uploads/438/DS133-pdf +LUMILEDS LUXEON TX L1T2 LED +0 +3 +3 +LED_SMD +LED_1W_3W_R8 +https://www.gme.cz/data/attachments/dsh.518-234.1.pdf +LED 1W 3W 5W +0 +3 +3 +LED_SMD +LED_0201_0603Metric +LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +LED +0 +4 +2 +LED_SMD +LED_0201_0603Metric_Pad0.64x0.40mm_HandSolder +LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +LED handsolder +0 +4 +2 +LED_SMD +LED_0402_1005Metric +LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0402_1005Metric_Pad0.77x0.64mm_HandSolder +LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_0603_1608Metric +LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder +LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_0805_2012Metric +LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder +LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1206_3216Metric +LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder +LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm +LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +diode reverse +0 +2 +2 +LED_SMD +LED_1210_3225Metric +LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder +LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_1812_4532Metric +LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder +LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_2010_5025Metric +LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder +LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_2512_6332Metric +LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED +0 +2 +2 +LED_SMD +LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder +LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator +LED handsolder +0 +2 +2 +LED_SMD +LED_ASMB-KTF0-0A306 +2220 Tricolor PLCC-4 LED, https://docs.broadcom.com/docs/ASMB-KTF0-0A306-DS100 +Tricolor LED +0 +4 +4 +LED_SMD +LED_Avago_PLCC4_3.2x2.8mm_CW +https://docs.broadcom.com/docs/AV02-4186EN +LED Avago PLCC-4 ASMB-MTB0-0A3A2 +0 +4 +4 +LED_SMD +LED_Avago_PLCC6_3x2.8mm +https://docs.broadcom.com/docs/AV02-3793EN +LED Avago PLCC-6 ASMT-YTB7-0AA02 +0 +6 +6 +LED_SMD +LED_CSP_Samsung_LH181B_2.36x2.36mm +High Power CSP LED, 2.36mm x 2.36mm, 1.4A max, https://cdn.samsung.com/led/file/resource/2021/01/Data_Sheet_LH181B_Rev.4.0.pdf +LED Samsung LH181B +0 +2 +2 +LED_SMD +LED_Cree-PLCC4_2x2mm_CW +2.0mm x 2.0mm PLCC4 LED, http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/HB/Data-Sheets/CLMVBFKA.pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_3.2x2.8mm_CCW +3.2mm x 2.8mm PLCC4 LED, http://www.cree.com/led-components/media/documents/CLV1AFKB(874).pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_5x5mm_CW +5.0mm x 5.0mm PLCC4 LED +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC6_4.7x1.5mm +4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf +LED Cree PLCC-6 +0 +6 +6 +LED_SMD +LED_Cree-XB +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf +LED Cree XB +0 +5 +3 +LED_SMD +LED_Cree-XH +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf +LED Cree XH +0 +8 +2 +LED_SMD +LED_Cree-XHP35 +http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf +LED Cree XHP35 +0 +6 +3 +LED_SMD +LED_Cree-XHP50_6V +Cree XHP50, 6V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf +LED Cree XHP50 +0 +15 +3 +LED_SMD +LED_Cree-XHP50_12V +Cree XHP50, 12V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf +LED XHP50 Cree +0 +15 +3 +LED_SMD +LED_Cree-XHP70_6V +Cree XHP70 LED, 6V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf +LED Cree XHP70 +0 +15 +3 +LED_SMD +LED_Cree-XHP70_12V +Cree XHP70 LED, 12V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf +LED Cree XHP70 +0 +15 +3 +LED_SMD +LED_Cree-XP +LED Cree-XP http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXPE2.pdf +LED Cree XP +0 +6 +3 +LED_SMD +LED_Cree-XP-G +LED Cree-XP-G http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/XLampXPG.pdf +LED Cree XP-G +0 +6 +3 +LED_SMD +LED_Cree-XQ +LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf +LED Cree XQ +0 +2 +2 +LED_SMD +LED_Cree-XQ_HandSoldering +LED Cree-XQ handsoldering pads http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf +LED Cree XQ +0 +2 +2 +LED_SMD +LED_Dialight_591 +LED SMD 3mm Right Angle series (http://www.dialightsignalsandcomponents.com/Assets/Drawings/2D_Drawings_DrawingDetailedSpec/C17354.pdf) +LED Dialight 591 +0 +2 +2 +LED_SMD +LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm +http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf +RGB LED NeoPixel addressable +0 +4 +4 +LED_SMD +LED_Kingbright_AAA3528ESGCT +Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf) +dual led smd +0 +4 +4 +LED_SMD +LED_Kingbright_APFA3010_3x1.5mm_Horizontal +LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf +LED RGB APFA3010 KINGBRIGHT 3x1.5mm +0 +4 +4 +LED_SMD +LED_LiteOn_LTST-C19HE1WT +LiteOn RGB LED; https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf +LED RGB Chip SMD +0 +4 +4 +LED_SMD +LED_LiteOn_LTST-S326 +http://optoelectronics.liteon.com/upload/download/DS22-2000-287/LTST-S326KGJRKT.PDF +LED SMD right angle CCA +0 +3 +3 +LED_SMD +LED_Lumex_SML-LX0303SIUPGUSB +Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0303SIUPGUSB.pdf +LED RGB +0 +4 +4 +LED_SMD +LED_Lumex_SML-LX0404SIUPGUSB +Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0404SIUPGUSB.pdf +LED RGB +0 +4 +4 +LED_SMD +LED_Luminus_MP-3030-1100_3.0x3.0mm +Mid Power LED, Luminus MP-3030-1100, 3.0x3.0mm, 816mW, https://download.luminus.com/datasheets/Luminus_MP3030_1100_Datasheet.pdf +LED Luminus MP-3030-1100 +0 +5 +2 +LED_SMD +LED_Osram_Lx_P47F_D2mm_ReverseMount +OSRAM, reverse-mount LED, SMD, 2mm diameter, http://www.farnell.com/datasheets/2711587.pdf +LED ReverseMount Reverse +0 +4 +2 +LED_SMD +LED_PLCC-2 +LED PLCC-2 SMD package +LED PLCC-2 SMD +0 +2 +2 +LED_SMD +LED_PLCC_2835 +https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf +LED +0 +2 +2 +LED_SMD +LED_PLCC_2835_Handsoldering +https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf +LED +0 +2 +2 +LED_SMD +LED_RGB_1210 +RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN +LED 3227 +0 +4 +4 +LED_SMD +LED_RGB_5050-6 +http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf +RGB LED 5050-6 +0 +6 +6 +LED_SMD +LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm +http://www.farnell.com/datasheets/2003905.pdf +LED RGB PLCC-6 CLP6C-FBK +0 +6 +6 +LED_SMD +LED_RGB_Everlight_EASV3015RGBA0_Horizontal +LED, RGB, right-angle, clear, https://everlightamericas.com/index.php?controller=attachment&id_attachment=3220 +LED RGB right-angle +0 +4 +4 +LED_SMD +LED_RGB_Getian_GT-P6PRGB4303 +https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf +LED RGB +0 +7 +7 +LED_SMD +LED_RGB_PLCC-6 +RGB LED PLCC-6 +RGB LED PLCC-6 +0 +6 +6 +LED_SMD +LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100 +3.2mm x 2.8mm PLCC4 LED, https://www.we-online.de/katalog/datasheet/150141M173100.pdf +LED RGB Wurth PLCC-4 +0 +4 +4 +LED_SMD +LED_ROHM_SMLVN6 +https://www.rohm.com/datasheet/SMLVN6RGB1U +LED ROHM SMLVN6 +0 +6 +6 +LED_SMD +LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm +https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf +LED RGB NeoPixel Nano +0 +4 +4 +LED_SMD +LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm +https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf +LED RGB NeoPixel Mini +0 +4 +4 +LED_SMD +LED_SK6812_EC15_1.5x1.5mm +http://www.newstar-ledstrip.com/product/20181119172602110.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm +https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm +https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm +https://cdn-shop.adafruit.com/datasheets/WS2812.pdf +LED RGB NeoPixel +0 +6 +6 +LED_SMD +LED_Yuji_5730 +LED,Yuji,5730,https://cdn.shopify.com/s/files/1/0344/6401/files/YJWJ014-1.1_YJ-BC-5730L-G02.pdf +LED Yuji 5730 +0 +3 +2 +LED_SMD +LED_miniPLCC_2315 +https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true +LED +0 +2 +2 +LED_SMD +LED_miniPLCC_2315_Handsoldering +https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true +LED +0 +2 +2 +LED_THT +LED_BL-FL7680RGB +'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf +RGB LED Piranha Super-Flux BetLux +0 +4 +4 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z1.6mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z4.9mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z8.2mm +LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins +LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins +0 +2 +2 +LED_THT +LED_D1.8mm_W3.3mm_H2.4mm +LED, Round, Rectangular size 3.3x2.4mm^2 diameter 1.8mm, 2 pins +LED Round Rectangular size 3.3x2.4mm^2 diameter 1.8mm 2 pins +0 +2 +2 +LED_THT +LED_D2.0mm_W4.0mm_H2.8mm_FlatTop +LED, Round, FlatTop, Rectangular size 4.0x2.8mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.9A).pdf +LED Round FlatTop Rectangular size 4.0x2.8mm^2 diameter 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D2.0mm_W4.8mm_H2.5mm_FlatTop +LED, Round, FlatTop, Rectangular size 4.8x2.5mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-13GD(Ver.11B).pdf +LED Round FlatTop Rectangular size 4.8x2.5mm^2 diameter 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm +LED, diameter 3.0mm, 2 pins +LED diameter 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm-3 +LED, diameter 3.0mm, 2 pins, diameter 3.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.8A).pdf +LED diameter 3.0mm 2 pins diameter 3.0mm 3 pins +0 +3 +3 +LED_THT +LED_D3.0mm_Clear +IR-LED, diameter 3.0mm, 2 pins, color: clear +IR infrared LED diameter 3.0mm 2 pins clear +0 +2 +2 +LED_THT +LED_D3.0mm_FlatTop +LED, Round, FlatTop, diameter 3.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.9A).pdf +LED Round FlatTop diameter 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm +LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins +LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D3.0mm_IRBlack +IR-ED, diameter 3.0mm, 2 pins, color: black +IR infrared LED diameter 3.0mm 2 pins black +0 +2 +2 +LED_THT +LED_D3.0mm_IRGrey +IR-LED, diameter 3.0mm, 2 pins, color: grey +IR infrared LED diameter 3.0mm 2 pins grey +0 +2 +2 +LED_THT +LED_D4.0mm +LED, diameter 4.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.12B).pdf +LED diameter 4.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm-3 +LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.17A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins +0 +3 +3 +LED_THT +LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 3 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 3 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +3 +3 +LED_THT +LED_D5.0mm-4_RGB +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED +0 +4 +4 +LED_THT +LED_D5.0mm-4_RGB_Staggered_Pins +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +rgb led +0 +4 +4 +LED_THT +LED_D5.0mm-4_RGB_Wide_Pins +LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf +LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED +0 +4 +4 +LED_THT +LED_D5.0mm_Clear +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_FlatTop +LED, Round, FlatTop, diameter 5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-483GDT(Ver.15B).pdf +LED Round FlatTop diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm +LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins +LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_IRBlack +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D5.0mm_IRGrey +LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf +LED diameter 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_D8.0mm +LED, diameter 8.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED8MMGE_LED8MMGN_LED8MMRT%23KIN.pdf +LED diameter 8.0mm 2 pins +0 +2 +2 +LED_THT +LED_D8.0mm-3 +LED, diameter 8.0mm, 2 pins, diameter 8.0mm, 3 pins +LED diameter 8.0mm 2 pins diameter 8.0mm 3 pins +0 +3 +3 +LED_THT +LED_D10.0mm +LED, diameter 10.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED10-4500RT%23KIN.pdf +LED diameter 10.0mm 2 pins +0 +2 +2 +LED_THT +LED_D10.0mm-3 +LED, diameter 10.0mm, 2 pins, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-819EGW(Ver.14A).pdf +LED diameter 10.0mm 2 pins diameter 10.0mm 3 pins +0 +3 +3 +LED_THT +LED_D20.0mm +LED, diameter 20.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/DLC2-6GD%28V6%29.pdf +LED diameter 20.0mm 2 pins +0 +2 +2 +LED_THT +LED_Oval_W5.2mm_H3.8mm +LED_Oval, Oval, Oval size 5.2x3.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.12B).pdf +LED_Oval Oval Oval size 5.2x3.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.0mm_H2.0mm +LED_Rectangular, Rectangular, Rectangular size 3.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 3.0x2.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.8mm +LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.8mm_FlatTop +LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W3.9mm_H1.9mm +LED_Rectangular, Rectangular, Rectangular size 3.9x1.9mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-144GDT(Ver.14B).pdf +LED_Rectangular Rectangular Rectangular size 3.9x1.9mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm-3Pins +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 3 pins +0 +3 +3 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins +LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W5.0mm_H5.0mm +LED_Rectangular, Rectangular, Rectangular size 5.0x5.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf +LED_Rectangular Rectangular Rectangular size 5.0x5.0mm^2 2 pins +0 +2 +2 +LED_THT +LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3 +Datasheet can be found at https://www.gme.cz/data/attachments/dsh.511-795.1.pdf +LED automotive super flux 7.62mm +0 +4 +2 +LED_THT +LED_SideEmitter_Rectangular_W4.5mm_H1.6mm +LED_SideEmitter_Rectangular, Rectangular, SideEmitter, Rectangular size 4.5x1.6mm^2, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf +LED_SideEmitter_Rectangular Rectangular SideEmitter Rectangular size 4.5x1.6mm^2 2 pins +0 +2 +2 +LED_THT +LED_VCCLite_5381H1_6.35x6.35mm +Red 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Red 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H3_6.35x6.35mm +Amber 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Amber 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H5_6.35x6.35mm +Green 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Green 5381 Series LED +0 +2 +2 +LED_THT +LED_VCCLite_5381H7_6.35x6.35mm +Yellow 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf +Yellow 5381 Series LED +0 +2 +2 +Module +A20_OLINUXINO_LIME2 +A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet +A20 Olimex Olinuxino LIME2 development board +0 +180 +180 +Module +Adafruit_Feather +Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification +Adafruit Feather +0 +28 +28 +Module +Adafruit_Feather_32u4_FONA +Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona +Adafruit Feather 32u4 FONA +0 +28 +28 +Module +Adafruit_Feather_32u4_FONA_WithMountingHoles +Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona +Adafruit Feather 32u4 FONA +0 +28 +28 +Module +Adafruit_Feather_32u4_RFM +Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module +Adafruit Feather 32u4 RFM +0 +31 +31 +Module +Adafruit_Feather_32u4_RFM_WithMountingHoles +Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module +Adafruit Feather 32u4 RFM +0 +31 +31 +Module +Adafruit_Feather_M0_RFM +Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio +Adafruit Feather M0 RFM +0 +32 +32 +Module +Adafruit_Feather_M0_RFM_WithMountingHoles +Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio + Adafruit Feather M0 RFM +0 +32 +32 +Module +Adafruit_Feather_M0_Wifi +Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ +Adafruit Feather M0 Wifi +0 +28 +28 +Module +Adafruit_Feather_M0_Wifi_WithMountingHoles +Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ +Adafruit Feather M0 Wifi +0 +28 +28 +Module +Adafruit_Feather_WICED +Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi +Adafruit Feather WICED Wifi +0 +29 +29 +Module +Adafruit_Feather_WICED_WithMountingHoles +Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi +Adafruit Feather WICED Wifi +0 +29 +29 +Module +Adafruit_Feather_WithMountingHoles +Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification +Adafruit Feather +0 +28 +28 +Module +Adafruit_HUZZAH_ESP8266_breakout +32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 +ESP8266 WiFi microcontroller +0 +20 +20 +Module +Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles +32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 +ESP8266 WiFi microcontroller +0 +20 +20 +Module +Arduino_Nano +Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino Nano +0 +30 +30 +Module +Arduino_Nano_WithMountingHoles +Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino Nano +0 +30 +30 +Module +Arduino_UNO_R2 +Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R2 +0 +30 +30 +Module +Arduino_UNO_R2_WithMountingHoles +Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R2 +0 +30 +30 +Module +Arduino_UNO_R3 +Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R3 +0 +32 +32 +Module +Arduino_UNO_R3_WithMountingHoles +Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf +Arduino UNO R3 +0 +32 +32 +Module +BeagleBoard_PocketBeagle +PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors +PocketBeagle +0 +72 +72 +Module +Carambola2 +8devices Carambola2, OpenWRT, industrial SoM computer, https://www.8devices.com/media/products/carambola2/downloads/carambola2-datasheet.pdf +carambola2 8devices +0 +104 +52 +Module +Maple_Mini +Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html +Maple Mini +0 +40 +40 +Module +Onion_Omega2+ +https://onion.io/omega2/ +Omega Onion module +0 +32 +32 +Module +Onion_Omega2S +https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf +onion omega module +0 +89 +64 +Module +Pololu_Breakout-16_15.2x20.3mm +Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8\ +Pololu Breakout +0 +16 +16 +Module +Raspberry_Pi_Zero_Socketed_THT_FaceDown_MountingHoles +Raspberry Pi Zero using through hole straight pin socket, 2x20, 2.54mm pitch, https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/rpi_MECH_Zero_1p2.pdf +raspberry pi zero through hole +0 +40 +40 +Module +ST_Morpho_Connector_144_STLink +ST Morpho Connector 144 With STLink +ST Morpho Connector 144 STLink +0 +148 +148 +Module +ST_Morpho_Connector_144_STLink_MountingHoles +ST Morpho Connector 144 With STLink +ST Morpho Connector 144 STLink +0 +148 +148 +Module +Sipeed-M1 +AI accelerated MCU with optional wifi, https://dl.sipeed.com/MAIX/HDK/Sipeed-M1&M1W/Specifications +AI Kendryte K210 RISC-V +0 +85 +77 +Module +Texas_EUK_R-PDSS-T7_THT +Texas Instruments EUK 7 Pin Double Sided Module +module pcb +0 +7 +7 +Module +Texas_EUS_R-PDSS-T5_THT +Texas Instruments EUS 5 Pin Double Sided Module +module pcb +0 +5 +5 +Module +Texas_EUW_R-PDSS-T7_THT +Texas Instruments EUW 7 Pin Double Sided Module +module pcb +0 +7 +7 +Module +WEMOS_D1_mini_light +16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg +ESP8266 WiFi microcontroller +0 +16 +16 +MountingEquipment +DINRailAdapter_3xM3_PhoenixContact_1201578 +https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1201578&library=usen&tab=1 +DIN rail adapter universal three M3 clearance holes +0 +0 +0 +MountingHole +MountingHole_2.1mm +Mounting Hole 2.1mm, no annular +mounting hole 2.1mm no annular +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2 +Mounting Hole 2.2mm, no annular, M2 +mounting hole 2.2mm no annular m2 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_DIN965 +Mounting Hole 2.2mm, no annular, M2, DIN965 +mounting hole 2.2mm no annular m2 din965 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad_TopBottom +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_DIN965_Pad_TopOnly +Mounting Hole 2.2mm, M2, DIN965 +mounting hole 2.2mm m2 din965 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380 +Mounting Hole 2.2mm, no annular, M2, ISO7380 +mounting hole 2.2mm no annular m2 iso7380 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad_TopBottom +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_ISO7380_Pad_TopOnly +Mounting Hole 2.2mm, M2, ISO7380 +mounting hole 2.2mm m2 iso7380 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580 +Mounting Hole 2.2mm, no annular, M2, ISO14580 +mounting hole 2.2mm no annular m2 iso14580 +0 +0 +0 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad_TopBottom +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_ISO14580_Pad_TopOnly +Mounting Hole 2.2mm, M2, ISO14580 +mounting hole 2.2mm m2 iso14580 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_Pad +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +1 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_TopBottom +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +3 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_TopOnly +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +2 +1 +MountingHole +MountingHole_2.2mm_M2_Pad_Via +Mounting Hole 2.2mm, M2 +mounting hole 2.2mm m2 +0 +9 +1 +MountingHole +MountingHole_2.5mm +Mounting Hole 2.5mm, no annular +mounting hole 2.5mm no annular +0 +0 +0 +MountingHole +MountingHole_2.5mm_Pad +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +1 +1 +MountingHole +MountingHole_2.5mm_Pad_TopBottom +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +3 +1 +MountingHole +MountingHole_2.5mm_Pad_TopOnly +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +2 +1 +MountingHole +MountingHole_2.5mm_Pad_Via +Mounting Hole 2.5mm +mounting hole 2.5mm +0 +9 +1 +MountingHole +MountingHole_2.7mm +Mounting Hole 2.7mm, no annular +mounting hole 2.7mm no annular +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5 +Mounting Hole 2.7mm, no annular, M2.5 +mounting hole 2.7mm no annular m2.5 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_DIN965 +Mounting Hole 2.7mm, no annular, M2.5, DIN965 +mounting hole 2.7mm no annular m2.5 din965 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_DIN965_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, DIN965 +mounting hole 2.7mm m2.5 din965 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380 +Mounting Hole 2.7mm, no annular, M2.5, ISO7380 +mounting hole 2.7mm no annular m2.5 iso7380 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO7380_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, ISO7380 +mounting hole 2.7mm m2.5 iso7380 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580 +Mounting Hole 2.7mm, no annular, M2.5, ISO14580 +mounting hole 2.7mm no annular m2.5 iso14580 +0 +0 +0 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad_TopBottom +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_ISO14580_Pad_TopOnly +Mounting Hole 2.7mm, M2.5, ISO14580 +mounting hole 2.7mm m2.5 iso14580 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +1 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_TopBottom +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +3 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_TopOnly +Mounting Hole 2.7mm, M2.5 +mounting hole 2.7mm m2.5 +0 +2 +1 +MountingHole +MountingHole_2.7mm_M2.5_Pad_Via +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +9 +1 +MountingHole +MountingHole_2.7mm_Pad +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +1 +1 +MountingHole +MountingHole_2.7mm_Pad_TopBottom +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +3 +1 +MountingHole +MountingHole_2.7mm_Pad_TopOnly +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +2 +1 +MountingHole +MountingHole_2.7mm_Pad_Via +Mounting Hole 2.7mm +mounting hole 2.7mm +0 +9 +1 +MountingHole +MountingHole_2mm +Mounting Hole 2mm, no annular +mounting hole 2mm no annular +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3 +Mounting Hole 3.2mm, no annular, M3 +mounting hole 3.2mm no annular m3 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_DIN965 +Mounting Hole 3.2mm, no annular, M3, DIN965 +mounting hole 3.2mm no annular m3 din965 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad_TopBottom +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_DIN965_Pad_TopOnly +Mounting Hole 3.2mm, M3, DIN965 +mounting hole 3.2mm m3 din965 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380 +Mounting Hole 3.2mm, no annular, M3, ISO7380 +mounting hole 3.2mm no annular m3 iso7380 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad_TopBottom +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_ISO7380_Pad_TopOnly +Mounting Hole 3.2mm, M3, ISO7380 +mounting hole 3.2mm m3 iso7380 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580 +Mounting Hole 3.2mm, no annular, M3, ISO14580 +mounting hole 3.2mm no annular m3 iso14580 +0 +0 +0 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad_TopBottom +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_ISO14580_Pad_TopOnly +Mounting Hole 3.2mm, M3, ISO14580 +mounting hole 3.2mm m3 iso14580 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_Pad +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +1 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_TopBottom +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +3 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_TopOnly +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +2 +1 +MountingHole +MountingHole_3.2mm_M3_Pad_Via +Mounting Hole 3.2mm, M3 +mounting hole 3.2mm m3 +0 +9 +1 +MountingHole +MountingHole_3.5mm +Mounting Hole 3.5mm, no annular +mounting hole 3.5mm no annular +0 +0 +0 +MountingHole +MountingHole_3.5mm_Pad +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +1 +1 +MountingHole +MountingHole_3.5mm_Pad_TopBottom +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +3 +1 +MountingHole +MountingHole_3.5mm_Pad_TopOnly +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +2 +1 +MountingHole +MountingHole_3.5mm_Pad_Via +Mounting Hole 3.5mm +mounting hole 3.5mm +0 +9 +1 +MountingHole +MountingHole_3.7mm +Mounting Hole 3.7mm, no annular +mounting hole 3.7mm no annular +0 +0 +0 +MountingHole +MountingHole_3.7mm_Pad +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +1 +1 +MountingHole +MountingHole_3.7mm_Pad_TopBottom +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +3 +1 +MountingHole +MountingHole_3.7mm_Pad_TopOnly +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +2 +1 +MountingHole +MountingHole_3.7mm_Pad_Via +Mounting Hole 3.7mm +mounting hole 3.7mm +0 +9 +1 +MountingHole +MountingHole_3mm +Mounting Hole 3mm, no annular +mounting hole 3mm no annular +0 +0 +0 +MountingHole +MountingHole_3mm_Pad +Mounting Hole 3mm +mounting hole 3mm +0 +1 +1 +MountingHole +MountingHole_3mm_Pad_TopBottom +Mounting Hole 3mm +mounting hole 3mm +0 +3 +1 +MountingHole +MountingHole_3mm_Pad_TopOnly +Mounting Hole 3mm +mounting hole 3mm +0 +2 +1 +MountingHole +MountingHole_3mm_Pad_Via +Mounting Hole 3mm +mounting hole 3mm +0 +9 +1 +MountingHole +MountingHole_4.3mm_M4 +Mounting Hole 4.3mm, no annular, M4 +mounting hole 4.3mm no annular m4 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_DIN965 +Mounting Hole 4.3mm, no annular, M4, DIN965 +mounting hole 4.3mm no annular m4 din965 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad_TopBottom +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_DIN965_Pad_TopOnly +Mounting Hole 4.3mm, M4, DIN965 +mounting hole 4.3mm m4 din965 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380 +Mounting Hole 4.3mm, no annular, M4, ISO7380 +mounting hole 4.3mm no annular m4 iso7380 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad_TopBottom +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_ISO7380_Pad_TopOnly +Mounting Hole 4.3mm, M4, ISO7380 +mounting hole 4.3mm m4 iso7380 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580 +Mounting Hole 4.3mm, no annular, M4, ISO14580 +mounting hole 4.3mm no annular m4 iso14580 +0 +0 +0 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad_TopBottom +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_ISO14580_Pad_TopOnly +Mounting Hole 4.3mm, M4, ISO14580 +mounting hole 4.3mm m4 iso14580 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_Pad +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +1 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_TopBottom +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +3 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_TopOnly +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +2 +1 +MountingHole +MountingHole_4.3mm_M4_Pad_Via +Mounting Hole 4.3mm, M4 +mounting hole 4.3mm m4 +0 +9 +1 +MountingHole +MountingHole_4.3x6.2mm_M4_Pad +Mounting Hole 4.3x6.2mm, M4 +mounting hole 4.3x6.2mm m4 +0 +1 +1 +MountingHole +MountingHole_4.3x6.2mm_M4_Pad_Via +Mounting Hole 4.3x6.2mm, M4 +mounting hole 4.3x6.2mm m4 +0 +17 +1 +MountingHole +MountingHole_4.5mm +Mounting Hole 4.5mm, no annular +mounting hole 4.5mm no annular +0 +0 +0 +MountingHole +MountingHole_4.5mm_Pad +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +1 +1 +MountingHole +MountingHole_4.5mm_Pad_TopBottom +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +3 +1 +MountingHole +MountingHole_4.5mm_Pad_TopOnly +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +2 +1 +MountingHole +MountingHole_4.5mm_Pad_Via +Mounting Hole 4.5mm +mounting hole 4.5mm +0 +9 +1 +MountingHole +MountingHole_4mm +Mounting Hole 4mm, no annular +mounting hole 4mm no annular +0 +0 +0 +MountingHole +MountingHole_4mm_Pad +Mounting Hole 4mm +mounting hole 4mm +0 +1 +1 +MountingHole +MountingHole_4mm_Pad_TopBottom +Mounting Hole 4mm +mounting hole 4mm +0 +3 +1 +MountingHole +MountingHole_4mm_Pad_TopOnly +Mounting Hole 4mm +mounting hole 4mm +0 +2 +1 +MountingHole +MountingHole_4mm_Pad_Via +Mounting Hole 4mm +mounting hole 4mm +0 +9 +1 +MountingHole +MountingHole_5.3mm_M5 +Mounting Hole 5.3mm, no annular, M5 +mounting hole 5.3mm no annular m5 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_DIN965 +Mounting Hole 5.3mm, no annular, M5, DIN965 +mounting hole 5.3mm no annular m5 din965 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad_TopBottom +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_DIN965_Pad_TopOnly +Mounting Hole 5.3mm, M5, DIN965 +mounting hole 5.3mm m5 din965 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380 +Mounting Hole 5.3mm, no annular, M5, ISO7380 +mounting hole 5.3mm no annular m5 iso7380 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_ISO7380_Pad_TopOnly +Mounting Hole 5.3mm, M5, ISO7380 +mounting hole 5.3mm m5 iso7380 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580 +Mounting Hole 5.3mm, no annular, M5, ISO14580 +mounting hole 5.3mm no annular m5 iso14580 +0 +0 +0 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad_TopBottom +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_ISO14580_Pad_TopOnly +Mounting Hole 5.3mm, M5, ISO14580 +mounting hole 5.3mm m5 iso14580 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_Pad +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +1 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_TopBottom +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +3 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_TopOnly +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +2 +1 +MountingHole +MountingHole_5.3mm_M5_Pad_Via +Mounting Hole 5.3mm, M5 +mounting hole 5.3mm m5 +0 +9 +1 +MountingHole +MountingHole_5.5mm +Mounting Hole 5.5mm, no annular +mounting hole 5.5mm no annular +0 +0 +0 +MountingHole +MountingHole_5.5mm_Pad +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +1 +1 +MountingHole +MountingHole_5.5mm_Pad_TopBottom +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +3 +1 +MountingHole +MountingHole_5.5mm_Pad_TopOnly +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +2 +1 +MountingHole +MountingHole_5.5mm_Pad_Via +Mounting Hole 5.5mm +mounting hole 5.5mm +0 +9 +1 +MountingHole +MountingHole_5mm +Mounting Hole 5mm, no annular +mounting hole 5mm no annular +0 +0 +0 +MountingHole +MountingHole_5mm_Pad +Mounting Hole 5mm +mounting hole 5mm +0 +1 +1 +MountingHole +MountingHole_5mm_Pad_TopBottom +Mounting Hole 5mm +mounting hole 5mm +0 +3 +1 +MountingHole +MountingHole_5mm_Pad_TopOnly +Mounting Hole 5mm +mounting hole 5mm +0 +2 +1 +MountingHole +MountingHole_5mm_Pad_Via +Mounting Hole 5mm +mounting hole 5mm +0 +9 +1 +MountingHole +MountingHole_6.4mm_M6 +Mounting Hole 6.4mm, no annular, M6 +mounting hole 6.4mm no annular m6 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_DIN965 +Mounting Hole 6.4mm, no annular, M6, DIN965 +mounting hole 6.4mm no annular m6 din965 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad_TopBottom +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_DIN965_Pad_TopOnly +Mounting Hole 6.4mm, M6, DIN965 +mounting hole 6.4mm m6 din965 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380 +Mounting Hole 6.4mm, no annular, M6, ISO7380 +mounting hole 6.4mm no annular m6 iso7380 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad_TopBottom +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_ISO7380_Pad_TopOnly +Mounting Hole 6.4mm, M6, ISO7380 +mounting hole 6.4mm m6 iso7380 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580 +Mounting Hole 6.4mm, no annular, M6, ISO14580 +mounting hole 6.4mm no annular m6 iso14580 +0 +0 +0 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad_TopBottom +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_ISO14580_Pad_TopOnly +Mounting Hole 6.4mm, M6, ISO14580 +mounting hole 6.4mm m6 iso14580 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_Pad +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +1 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_TopBottom +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +3 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_TopOnly +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +2 +1 +MountingHole +MountingHole_6.4mm_M6_Pad_Via +Mounting Hole 6.4mm, M6 +mounting hole 6.4mm m6 +0 +9 +1 +MountingHole +MountingHole_6.5mm +Mounting Hole 6.5mm, no annular +mounting hole 6.5mm no annular +0 +0 +0 +MountingHole +MountingHole_6.5mm_Pad +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +1 +1 +MountingHole +MountingHole_6.5mm_Pad_TopBottom +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +3 +1 +MountingHole +MountingHole_6.5mm_Pad_TopOnly +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +2 +1 +MountingHole +MountingHole_6.5mm_Pad_Via +Mounting Hole 6.5mm +mounting hole 6.5mm +0 +9 +1 +MountingHole +MountingHole_6mm +Mounting Hole 6mm, no annular +mounting hole 6mm no annular +0 +0 +0 +MountingHole +MountingHole_6mm_Pad +Mounting Hole 6mm +mounting hole 6mm +0 +1 +1 +MountingHole +MountingHole_6mm_Pad_TopBottom +Mounting Hole 6mm +mounting hole 6mm +0 +3 +1 +MountingHole +MountingHole_6mm_Pad_TopOnly +Mounting Hole 6mm +mounting hole 6mm +0 +2 +1 +MountingHole +MountingHole_6mm_Pad_Via +Mounting Hole 6mm +mounting hole 6mm +0 +9 +1 +MountingHole +MountingHole_8.4mm_M8 +Mounting Hole 8.4mm, no annular, M8 +mounting hole 8.4mm no annular m8 +0 +0 +0 +MountingHole +MountingHole_8.4mm_M8_Pad +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +1 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_TopBottom +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +3 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_TopOnly +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +2 +1 +MountingHole +MountingHole_8.4mm_M8_Pad_Via +Mounting Hole 8.4mm, M8 +mounting hole 8.4mm m8 +0 +9 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H5mm_9771050360 +Mounting Hardware, external M3, height 5, Wuerth electronics 9771050360 (https://katalog.we-online.com/em/datasheet/9771050360.pdf), generated with kicad-footprint-generator +Mounting M3 9771050360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H6mm_9771060360 +Mounting Hardware, external M3, height 6, Wuerth electronics 9771060360 (https://katalog.we-online.com/em/datasheet/9771060360.pdf), generated with kicad-footprint-generator +Mounting M3 9771060360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H7mm_9771070360 +Mounting Hardware, external M3, height 7, Wuerth electronics 9771070360 (https://katalog.we-online.com/em/datasheet/9771070360.pdf), generated with kicad-footprint-generator +Mounting M3 9771070360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360 +Mounting Hardware, external M3, height 8, Wuerth electronics 9771080360 (https://katalog.we-online.com/em/datasheet/9771080360.pdf), generated with kicad-footprint-generator +Mounting M3 9771080360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360 +Mounting Hardware, external M3, height 9, Wuerth electronics 9771090360 (https://katalog.we-online.com/em/datasheet/9771090360.pdf), generated with kicad-footprint-generator +Mounting M3 9771090360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H10mm_9771100360 +Mounting Hardware, external M3, height 10, Wuerth electronics 9771100360 (https://katalog.we-online.com/em/datasheet/9771100360.pdf), generated with kicad-footprint-generator +Mounting M3 9771100360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H11mm_9771110360 +Mounting Hardware, external M3, height 11, Wuerth electronics 9771110360 (https://katalog.we-online.com/em/datasheet/9771110360.pdf), generated with kicad-footprint-generator +Mounting M3 9771110360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H12mm_9771120360 +Mounting Hardware, external M3, height 12, Wuerth electronics 9771120360 (https://katalog.we-online.com/em/datasheet/9771120360.pdf), generated with kicad-footprint-generator +Mounting M3 9771120360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H13mm_9771130360 +Mounting Hardware, external M3, height 13, Wuerth electronics 9771130360 (https://katalog.we-online.com/em/datasheet/9771130360.pdf), generated with kicad-footprint-generator +Mounting M3 9771130360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H14mm_9771140360 +Mounting Hardware, external M3, height 14, Wuerth electronics 9771140360 (https://katalog.we-online.com/em/datasheet/9771140360.pdf), generated with kicad-footprint-generator +Mounting M3 9771140360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSE-ExternalM3_H15mm_9771150360 +Mounting Hardware, external M3, height 15, Wuerth electronics 9771150360 (https://katalog.we-online.com/em/datasheet/9771150360.pdf), generated with kicad-footprint-generator +Mounting M3 9771150360 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482 +Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010482 (https://katalog.we-online.de/em/datasheet/9774010482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774010482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482 +Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020482 (https://katalog.we-online.de/em/datasheet/9774020482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774020482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482 +Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030482 (https://katalog.we-online.de/em/datasheet/9774030482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774030482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482 +Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040482 (https://katalog.we-online.de/em/datasheet/9774040482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774040482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482 +Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050482 (https://katalog.we-online.de/em/datasheet/9774050482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774050482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482 +Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060482 (https://katalog.we-online.de/em/datasheet/9774060482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774060482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482 +Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070482 (https://katalog.we-online.de/em/datasheet/9774070482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774070482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482 +Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080482 (https://katalog.we-online.de/em/datasheet/9774080482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774080482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482 +Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090482 (https://katalog.we-online.de/em/datasheet/9774090482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774090482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482 +Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100482 (https://katalog.we-online.de/em/datasheet/9774100482.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774100482 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633 +Mounting Hardware, inside through hole M1.6, height 1.5, Wuerth electronics 9774015633 (https://katalog.we-online.com/em/datasheet/9774015633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774015633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633 +Mounting Hardware, inside through hole M1.6, height 1, Wuerth electronics 9774010633 (https://katalog.we-online.com/em/datasheet/9774010633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774010633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_9774025633 +Mounting Hardware, inside through hole M1.6, height 2.5, Wuerth electronics 9774025633 (https://katalog.we-online.com/em/datasheet/9774025633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774025633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_97730256332 +Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256332 (https://katalog.we-online.com/em/datasheet/97730256332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730256332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_NoNPTH_97730256330 +Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256330 (https://katalog.we-online.com/em/datasheet/97730256330R.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730256330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H2mm_9774020633 +Mounting Hardware, inside through hole M1.6, height 2, Wuerth electronics 9774020633 (https://katalog.we-online.com/em/datasheet/9774020633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774020633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356332 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356332 (https://katalog.we-online.com/em/datasheet/97730356332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356334 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356334 (https://katalog.we-online.com/em/datasheet/97730356334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_NoNPTH_97730356330 +Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356330 (https://katalog.we-online.com/em/datasheet/97730356330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730356330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_9774030633 +Mounting Hardware, inside through hole M1.6, height 3, Wuerth electronics 9774030633 (https://katalog.we-online.com/em/datasheet/9774030633.pdf), generated with kicad-footprint-generator +Mounting M1.6 9774030633 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_97730306332 +Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306332 (https://katalog.we-online.com/em/datasheet/97730306332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730306332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_NoNPTH_97730306330 +Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306330 (https://katalog.we-online.com/em/datasheet/97730306330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730306330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456332 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456332 (https://katalog.we-online.com/em/datasheet/97730456332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456334 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456334 (https://katalog.we-online.com/em/datasheet/97730456334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_NoNPTH_97730456330 +Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456330 (https://katalog.we-online.com/em/datasheet/97730456330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730456330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406332 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406332 (https://katalog.we-online.com/em/datasheet/97730406332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406334 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406334 (https://katalog.we-online.com/em/datasheet/97730406334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_NoNPTH_97730406330 +Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406330 (https://katalog.we-online.com/em/datasheet/97730406330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730406330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506332 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506332 (https://katalog.we-online.com/em/datasheet/97730506332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506334 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506334 (https://katalog.we-online.com/em/datasheet/97730506334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_NoNPTH_97730506330 +Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506330 (https://katalog.we-online.com/em/datasheet/97730506330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730506330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606332 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606332 (https://katalog.we-online.com/em/datasheet/97730606332.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606332 +0 +6 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606334 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606334 (https://katalog.we-online.com/em/datasheet/97730606334.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606334 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_NoNPTH_97730606330 +Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606330 (https://katalog.we-online.com/em/datasheet/97730606330.pdf), generated with kicad-footprint-generator +Mounting M1.6 97730606330 +0 +5 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H1.5mm_9774015243 +Mounting Hardware, inside through hole M2, height 1.5, Wuerth electronics 9774015243 (https://katalog.we-online.de/em/datasheet/9774015243.pdf), generated with kicad-footprint-generator +Mounting M2 9774015243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H1mm_9774010243 +Mounting Hardware, inside through hole M2, height 1, Wuerth electronics 9774010243 (https://katalog.we-online.de/em/datasheet/9774010243.pdf), generated with kicad-footprint-generator +Mounting M2 9774010243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H2.5mm_9774025243 +Mounting Hardware, inside through hole M2, height 2.5, Wuerth electronics 9774025243 (https://katalog.we-online.de/em/datasheet/9774025243.pdf), generated with kicad-footprint-generator +Mounting M2 9774025243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H2mm_9774020243 +Mounting Hardware, inside through hole M2, height 2, Wuerth electronics 9774020243 (https://katalog.we-online.de/em/datasheet/9774020243.pdf), generated with kicad-footprint-generator +Mounting M2 9774020243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H3.5mm_9774035243 +Mounting Hardware, inside through hole M2, height 3.5, Wuerth electronics 9774035243 (https://katalog.we-online.de/em/datasheet/9774035243.pdf), generated with kicad-footprint-generator +Mounting M2 9774035243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H3mm_9774030243 +Mounting Hardware, inside through hole M2, height 3, Wuerth electronics 9774030243 (https://katalog.we-online.de/em/datasheet/9774030243.pdf), generated with kicad-footprint-generator +Mounting M2 9774030243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H4.5mm_9774045243 +Mounting Hardware, inside through hole M2, height 4.5, Wuerth electronics 9774045243 (https://katalog.we-online.de/em/datasheet/9774045243.pdf), generated with kicad-footprint-generator +Mounting M2 9774045243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H4mm_9774040243 +Mounting Hardware, inside through hole M2, height 4, Wuerth electronics 9774040243 (https://katalog.we-online.de/em/datasheet/9774040243.pdf), generated with kicad-footprint-generator +Mounting M2 9774040243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H5mm_9774050243 +Mounting Hardware, inside through hole M2, height 5, Wuerth electronics 9774050243 (https://katalog.we-online.de/em/datasheet/9774050243.pdf), generated with kicad-footprint-generator +Mounting M2 9774050243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H6mm_9774060243 +Mounting Hardware, inside through hole M2, height 6, Wuerth electronics 9774060243 (https://katalog.we-online.de/em/datasheet/9774060243.pdf), generated with kicad-footprint-generator +Mounting M2 9774060243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H7mm_9774070243 +Mounting Hardware, inside through hole M2, height 7, Wuerth electronics 9774070243 (https://katalog.we-online.de/em/datasheet/9774070243.pdf), generated with kicad-footprint-generator +Mounting M2 9774070243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M2_H8mm_9774080243 +Mounting Hardware, inside through hole M2, height 8, Wuerth electronics 9774080243 (https://katalog.we-online.de/em/datasheet/9774080243.pdf), generated with kicad-footprint-generator +Mounting M2 9774080243 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H1.5mm_9774015360 +Mounting Hardware, inside through hole M3, height 1.5, Wuerth electronics 9774015360 (https://katalog.we-online.de/em/datasheet/9774015360.pdf), generated with kicad-footprint-generator +Mounting M3 9774015360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H1mm_9774010360 +Mounting Hardware, inside through hole M3, height 1, Wuerth electronics 9774010360 (https://katalog.we-online.de/em/datasheet/9774010360.pdf), generated with kicad-footprint-generator +Mounting M3 9774010360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H2.5mm_9774025360 +Mounting Hardware, inside through hole M3, height 2.5, Wuerth electronics 9774025360 (https://katalog.we-online.de/em/datasheet/9774025360.pdf), generated with kicad-footprint-generator +Mounting M3 9774025360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H2mm_9774020360 +Mounting Hardware, inside through hole M3, height 2, Wuerth electronics 9774020360 (https://katalog.we-online.de/em/datasheet/9774020360.pdf), generated with kicad-footprint-generator +Mounting M3 9774020360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H3mm_9774030360 +Mounting Hardware, inside through hole M3, height 3, Wuerth electronics 9774030360 (https://katalog.we-online.de/em/datasheet/9774030360R.pdf), generated with kicad-footprint-generator +Mounting M3 9774030360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H4mm_9774040360 +Mounting Hardware, inside through hole M3, height 4, Wuerth electronics 9774040360 (https://katalog.we-online.de/em/datasheet/9774040360.pdf), generated with kicad-footprint-generator +Mounting M3 9774040360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H5mm_9774050360 +Mounting Hardware, inside through hole M3, height 5, Wuerth electronics 9774050360 (https://katalog.we-online.de/em/datasheet/9774050360.pdf), generated with kicad-footprint-generator +Mounting M3 9774050360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H6mm_9774060360 +Mounting Hardware, inside through hole M3, height 6, Wuerth electronics 9774060360 (https://katalog.we-online.de/em/datasheet/9774060360.pdf), generated with kicad-footprint-generator +Mounting M3 9774060360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H7mm_9774070360 +Mounting Hardware, inside through hole M3, height 7, Wuerth electronics 9774070360 (https://katalog.we-online.de/em/datasheet/9774070360.pdf), generated with kicad-footprint-generator +Mounting M3 9774070360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360 +Mounting Hardware, inside through hole M3, height 8, Wuerth electronics 9774080360 (https://katalog.we-online.de/em/datasheet/9774080360.pdf), generated with kicad-footprint-generator +Mounting M3 9774080360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360 +Mounting Hardware, inside through hole M3, height 9, Wuerth electronics 9774090360 (https://katalog.we-online.de/em/datasheet/9774090360.pdf), generated with kicad-footprint-generator +Mounting M3 9774090360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H10mm_9774100360 +Mounting Hardware, inside through hole M3, height 10, Wuerth electronics 9774100360 (https://katalog.we-online.de/em/datasheet/9774100360.pdf), generated with kicad-footprint-generator +Mounting M3 9774100360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H11mm_9774110360 +Mounting Hardware, inside through hole M3, height 11, Wuerth electronics 9774110360 (https://katalog.we-online.de/em/datasheet/9774110360.pdf), generated with kicad-footprint-generator +Mounting M3 9774110360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H12mm_9774120360 +Mounting Hardware, inside through hole M3, height 12, Wuerth electronics 9774120360 (https://katalog.we-online.de/em/datasheet/9774120360.pdf), generated with kicad-footprint-generator +Mounting M3 9774120360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H13mm_9774130360 +Mounting Hardware, inside through hole M3, height 13, Wuerth electronics 9774130360 (https://katalog.we-online.de/em/datasheet/9774130360.pdf), generated with kicad-footprint-generator +Mounting M3 9774130360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H14mm_9774140360 +Mounting Hardware, inside through hole M3, height 14, Wuerth electronics 9774140360 (https://katalog.we-online.de/em/datasheet/9774140360.pdf), generated with kicad-footprint-generator +Mounting M3 9774140360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSI-M3_H15mm_9774150360 +Mounting Hardware, inside through hole M3, height 15, Wuerth electronics 9774150360 (https://katalog.we-online.de/em/datasheet/9774150360.pdf), generated with kicad-footprint-generator +Mounting M3 9774150360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H2.6mm_ReverseMount_9775026960 +Mounting Hardware, inside through hole 3.2mm, height 2.6, Wuerth electronics 9775026960 (https://katalog.we-online.com/em/datasheet/9775026960R.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775026960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H3.1mm_ReverseMount_9775031960 +Mounting Hardware, inside through hole 3.2mm, height 3.1, Wuerth electronics 9775031960 (https://katalog.we-online.com/em/datasheet/9775031960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775031960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H3.6mm_ReverseMount_9775036960 +Mounting Hardware, inside through hole 3.2mm, height 3.6, Wuerth electronics 9775036960 (https://katalog.we-online.com/em/datasheet/9775036960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775036960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H4.1mm_ReverseMount_9775041960 +Mounting Hardware, inside through hole 3.2mm, height 4.1, Wuerth electronics 9775041960 (https://katalog.we-online.com/em/datasheet/9775041960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775041960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H4.6mm_ReverseMount_9775046960 +Mounting Hardware, inside through hole 3.2mm, height 4.6, Wuerth electronics 9775046960 (https://katalog.we-online.com/em/datasheet/9775046960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775046960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H5.1mm_ReverseMount_9775051960 +Mounting Hardware, inside through hole 3.2mm, height 5.1, Wuerth electronics 9775051960 (https://katalog.we-online.com/em/datasheet/9775051960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775051960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H5.6mm_ReverseMount_9775056960 +Mounting Hardware, inside through hole 3.2mm, height 5.6, Wuerth electronics 9775056960 (https://katalog.we-online.com/em/datasheet/9775056960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775056960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H6.6mm_ReverseMount_9775066960 +Mounting Hardware, inside through hole 3.2mm, height 6.6, Wuerth electronics 9775066960 (https://katalog.we-online.com/em/datasheet/9775066960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775066960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H7.6mm_ReverseMount_9775076960 +Mounting Hardware, inside through hole 3.2mm, height 7.6, Wuerth electronics 9775076960 (https://katalog.we-online.com/em/datasheet/9775076960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775076960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H8.6mm_ReverseMount_9775086960 +Mounting Hardware, inside through hole 3.2mm, height 8.6, Wuerth electronics 9775086960 (https://katalog.we-online.com/em/datasheet/9775086960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775086960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H9.6mm_ReverseMount_9775096960 +Mounting Hardware, inside through hole 3.2mm, height 9.6, Wuerth electronics 9775096960 (https://katalog.we-online.com/em/datasheet/9775096960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775096960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960 +Mounting Hardware, inside through hole 3.2mm, height 10.6, Wuerth electronics 9775106960 (https://katalog.we-online.com/em/datasheet/9775106960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775106960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960 +Mounting Hardware, inside through hole 3.2mm, height 11.6, Wuerth electronics 9775116960 (https://katalog.we-online.com/em/datasheet/9775116960.pdf), generated with kicad-footprint-generator +Mounting 3.2mm 9775116960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H2.6mm_ReverseMount_9775026360 +Mounting Hardware, inside through hole M3, height 2.6, Wuerth electronics 9775026360 (https://katalog.we-online.com/em/datasheet/9775026360.pdf), generated with kicad-footprint-generator +Mounting M3 9775026360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H3.1mm_ReverseMount_9775031360 +Mounting Hardware, inside through hole M3, height 3.1, Wuerth electronics 9775031360 (https://katalog.we-online.com/em/datasheet/9775031360.pdf), generated with kicad-footprint-generator +Mounting M3 9775031360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H3.6mm_ReverseMount_9775036360 +Mounting Hardware, inside through hole M3, height 3.6, Wuerth electronics 9775036360 (https://katalog.we-online.com/em/datasheet/9775036360.pdf), generated with kicad-footprint-generator +Mounting M3 9775036360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H4.1mm_ReverseMount_9775041360 +Mounting Hardware, inside through hole M3, height 4.1, Wuerth electronics 9775041360 (https://katalog.we-online.com/em/datasheet/9775041360.pdf), generated with kicad-footprint-generator +Mounting M3 9775041360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H4.6mm_ReverseMount_9775046360 +Mounting Hardware, inside through hole M3, height 4.6, Wuerth electronics 9775046360 (https://katalog.we-online.com/em/datasheet/9775046360.pdf), generated with kicad-footprint-generator +Mounting M3 9775046360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H5.1mm_ReverseMount_9775051360 +Mounting Hardware, inside through hole M3, height 5.1, Wuerth electronics 9775051360 (https://katalog.we-online.com/em/datasheet/9775051360.pdf), generated with kicad-footprint-generator +Mounting M3 9775051360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H5.6mm_ReverseMount_9775056360 +Mounting Hardware, inside through hole M3, height 5.6, Wuerth electronics 9775056360 (https://katalog.we-online.com/em/datasheet/9775056360.pdf), generated with kicad-footprint-generator +Mounting M3 9775056360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H6.6mm_ReverseMount_9775066360 +Mounting Hardware, inside through hole M3, height 6.6, Wuerth electronics 9775066360 (https://katalog.we-online.com/em/datasheet/9775066360.pdf), generated with kicad-footprint-generator +Mounting M3 9775066360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H7.6mm_ReverseMount_9775076360 +Mounting Hardware, inside through hole M3, height 7.6, Wuerth electronics 9775076360 (https://katalog.we-online.com/em/datasheet/9775076360.pdf), generated with kicad-footprint-generator +Mounting M3 9775076360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H8.6mm_ReverseMount_9775086360 +Mounting Hardware, inside through hole M3, height 8.6, Wuerth electronics 9775086360 (https://katalog.we-online.com/em/datasheet/9775086360.pdf), generated with kicad-footprint-generator +Mounting M3 9775086360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H9.6mm_ReverseMount_9775096360 +Mounting Hardware, inside through hole M3, height 9.6, Wuerth electronics 9775096360 (https://katalog.we-online.com/em/datasheet/9775096360.pdf), generated with kicad-footprint-generator +Mounting M3 9775096360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H10.6mm_ReverseMount_9775106360 +Mounting Hardware, inside through hole M3, height 10.6, Wuerth electronics 9775106360 (https://katalog.we-online.com/em/datasheet/9775106360.pdf), generated with kicad-footprint-generator +Mounting M3 9775106360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSR-M3_H11.6mm_ReverseMount_9775116360 +Mounting Hardware, inside through hole M3, height 11.6, Wuerth electronics 9775116360 (https://katalog.we-online.com/em/datasheet/9775116360.pdf), generated with kicad-footprint-generator +Mounting M3 9775116360 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H2.5mm_SnapRivet_9776025960 +Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9776025960 (https://katalog.we-online.com/em/datasheet/9776025960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776025960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H2mm_SnapRivet_9776020960 +Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9776020960 (https://katalog.we-online.com/em/datasheet/9776020960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776020960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H3mm_SnapRivet_9776030960 +Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9776030960 (https://katalog.we-online.com/em/datasheet/9776030960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776030960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H4mm_SnapRivet_9776040960 +Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9776040960 (https://katalog.we-online.com/em/datasheet/9776040960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776040960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H5mm_SnapRivet_9776050960 +Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9776050960 (https://katalog.we-online.com/em/datasheet/9776050960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776050960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H6mm_SnapRivet_9776060960 +Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9776060960 (https://katalog.we-online.com/em/datasheet/9776060960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776060960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H7mm_SnapRivet_9776070960 +Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9776070960 (https://katalog.we-online.com/em/datasheet/9776070960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776070960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H8mm_SnapRivet_9776080960 +Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9776080960 (https://katalog.we-online.com/em/datasheet/9776080960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776080960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H9mm_SnapRivet_9776090960 +Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9776090960 (https://katalog.we-online.com/em/datasheet/9776090960.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776090960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMSSR-3.3mm_H10mm_SnapRivet_9776100960 +Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9776100960 (https://katalog.we-online.com/em/datasheet/9776100960R.pdf), generated with kicad-footprint-generator +Mounting 3.3mm 9776100960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H1.5mm_9774015951 +Mounting Hardware, inside through hole 2.7mm, height 1.5, Wuerth electronics 9774015951 (https://katalog.we-online.de/em/datasheet/9774015951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774015951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H1mm_9774010951 +Mounting Hardware, inside through hole 2.7mm, height 1, Wuerth electronics 9774010951 (https://katalog.we-online.de/em/datasheet/9774010951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774010951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H2.5mm_9774025951 +Mounting Hardware, inside through hole 2.7mm, height 2.5, Wuerth electronics 9774025951 (https://katalog.we-online.de/em/datasheet/9774025951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774025951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H2mm_9774020951 +Mounting Hardware, inside through hole 2.7mm, height 2, Wuerth electronics 9774020951 (https://katalog.we-online.de/em/datasheet/9774020951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774020951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H3mm_9774030951 +Mounting Hardware, inside through hole 2.7mm, height 3, Wuerth electronics 9774030951 (https://katalog.we-online.de/em/datasheet/9774030951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774030951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H4mm_9774040951 +Mounting Hardware, inside through hole 2.7mm, height 4, Wuerth electronics 9774040951 (https://katalog.we-online.de/em/datasheet/9774040951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774040951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H5.5mm_9774055951 +Mounting Hardware, inside through hole 2.7mm, height 5.5, Wuerth electronics 9774055951 (https://katalog.we-online.de/em/datasheet/9774055951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774055951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H5mm_9774050951 +Mounting Hardware, inside through hole 2.7mm, height 5, Wuerth electronics 9774050951 (https://katalog.we-online.de/em/datasheet/9774050951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774050951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H6.5mm_9774065951 +Mounting Hardware, inside through hole 2.7mm, height 6.5, Wuerth electronics 9774065951 (https://katalog.we-online.de/em/datasheet/9774065951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774065951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H6mm_9774060951 +Mounting Hardware, inside through hole 2.7mm, height 6, Wuerth electronics 9774060951 (https://katalog.we-online.de/em/datasheet/9774060951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774060951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H7mm_9774070951 +Mounting Hardware, inside through hole 2.7mm, height 7, Wuerth electronics 9774070951 (https://katalog.we-online.de/em/datasheet/9774070951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774070951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H8mm_9774080951 +Mounting Hardware, inside through hole 2.7mm, height 8, Wuerth electronics 9774080951 (https://katalog.we-online.de/em/datasheet/9774080951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774080951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H9mm_9774090951 +Mounting Hardware, inside through hole 2.7mm, height 9, Wuerth electronics 9774090951 (https://katalog.we-online.de/em/datasheet/9774090951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774090951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.7mm_H10mm_9774100951 +Mounting Hardware, inside through hole 2.7mm, height 10, Wuerth electronics 9774100951 (https://katalog.we-online.de/em/datasheet/9774100951.pdf), generated with kicad-footprint-generator +Mounting 2.7mm 9774100951 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H1.5mm_9774015943 +Mounting Hardware, inside through hole 2.25mm, height 1.5, Wuerth electronics 9774015943 (https://katalog.we-online.de/em/datasheet/9774015943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774015943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H1mm_9774010943 +Mounting Hardware, inside through hole 2.25mm, height 1, Wuerth electronics 9774010943 (https://katalog.we-online.de/em/datasheet/9774010943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774010943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H2.5mm_9774025943 +Mounting Hardware, inside through hole 2.25mm, height 2.5, Wuerth electronics 9774025943 (https://katalog.we-online.de/em/datasheet/9774025943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774025943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H2mm_9774020943 +Mounting Hardware, inside through hole 2.25mm, height 2, Wuerth electronics 9774020943 (https://katalog.we-online.de/em/datasheet/9774020943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774020943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H3.5mm_9774035943 +Mounting Hardware, inside through hole 2.25mm, height 3.5, Wuerth electronics 9774035943 (https://katalog.we-online.de/em/datasheet/9774035943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774035943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H3mm_9774030943 +Mounting Hardware, inside through hole 2.25mm, height 3, Wuerth electronics 9774030943 (https://katalog.we-online.de/em/datasheet/9774030943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774030943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H4.5mm_9774045943 +Mounting Hardware, inside through hole 2.25mm, height 4.5, Wuerth electronics 9774045943 (https://katalog.we-online.de/em/datasheet/9774045943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774045943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H4mm_9774040943 +Mounting Hardware, inside through hole 2.25mm, height 4, Wuerth electronics 9774040943 (https://katalog.we-online.de/em/datasheet/9774040943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774040943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H5mm_9774050943 +Mounting Hardware, inside through hole 2.25mm, height 5, Wuerth electronics 9774050943 (https://katalog.we-online.de/em/datasheet/9774050943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774050943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H6mm_9774060943 +Mounting Hardware, inside through hole 2.25mm, height 6, Wuerth electronics 9774060943 (https://katalog.we-online.de/em/datasheet/9774060943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774060943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H7mm_9774070943 +Mounting Hardware, inside through hole 2.25mm, height 7, Wuerth electronics 9774070943 (https://katalog.we-online.de/em/datasheet/9774070943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774070943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-2.25mm_H8mm_9774080943 +Mounting Hardware, inside through hole 2.25mm, height 8, Wuerth electronics 9774080943 (https://katalog.we-online.de/em/datasheet/9774080943.pdf), generated with kicad-footprint-generator +Mounting 2.25mm 9774080943 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H1.5mm_9774015960 +Mounting Hardware, inside through hole 3.3mm, height 1.5, Wuerth electronics 9774015960 (https://katalog.we-online.de/em/datasheet/9774015960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774015960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H1mm_9774010960 +Mounting Hardware, inside through hole 3.3mm, height 1, Wuerth electronics 9774010960 (https://katalog.we-online.de/em/datasheet/9774010960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774010960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H2.5mm_9774025960 +Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9774025960 (https://katalog.we-online.de/em/datasheet/9774025960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774025960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H2mm_9774020960 +Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9774020960 (https://katalog.we-online.de/em/datasheet/9774020960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774020960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H3mm_9774030960 +Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9774030960 (https://katalog.we-online.de/em/datasheet/9774030960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774030960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H4mm_9774040960 +Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9774040960 (https://katalog.we-online.de/em/datasheet/9774040960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774040960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H5mm_9774050960 +Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9774050960 (https://katalog.we-online.de/em/datasheet/9774050960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774050960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H6mm_9774060960 +Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9774060960 (https://katalog.we-online.de/em/datasheet/9774060960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774060960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H7mm_9774070960 +Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9774070960 (https://katalog.we-online.de/em/datasheet/9774070960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774070960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H8mm_9774080960 +Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9774080960 (https://katalog.we-online.de/em/datasheet/9774080960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774080960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H9mm_9774090960 +Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9774090960 (https://katalog.we-online.de/em/datasheet/9774090960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774090960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H10mm_9774100960 +Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9774100960 (https://katalog.we-online.de/em/datasheet/9774100960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774100960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H11mm_9774110960 +Mounting Hardware, inside through hole 3.3mm, height 11, Wuerth electronics 9774110960 (https://katalog.we-online.de/em/datasheet/9774110960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774110960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H12mm_9774120960 +Mounting Hardware, inside through hole 3.3mm, height 12, Wuerth electronics 9774120960 (https://katalog.we-online.de/em/datasheet/9774120960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774120960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H13mm_9774130960 +Mounting Hardware, inside through hole 3.3mm, height 13, Wuerth electronics 9774130960 (https://katalog.we-online.de/em/datasheet/9774130960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774130960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H14mm_9774140960 +Mounting Hardware, inside through hole 3.3mm, height 14, Wuerth electronics 9774140960 (https://katalog.we-online.de/em/datasheet/9774140960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774140960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-3.3mm_H15mm_9774150960 +Mounting Hardware, inside through hole 3.3mm, height 15, Wuerth electronics 9774150960 (https://katalog.we-online.de/em/datasheet/9774150960.pdf,), generated with kicad-footprint-generator +Mounting 3.3mm 9774150960 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H1mm_9774010982 +Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010982 (https://katalog.we-online.de/em/datasheet/9774010982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774010982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H2mm_9774020982 +Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020982 (https://katalog.we-online.de/em/datasheet/9774020982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774020982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H3mm_9774030982 +Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030982 (https://katalog.we-online.de/em/datasheet/9774030982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774030982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H4mm_9774040982 +Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040982 (https://katalog.we-online.de/em/datasheet/9774040982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774040982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H5mm_9774050982 +Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050982 (https://katalog.we-online.de/em/datasheet/9774050982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774050982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H6mm_9774060982 +Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060982 (https://katalog.we-online.de/em/datasheet/9774060982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774060982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H7mm_9774070982 +Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070982 (https://katalog.we-online.de/em/datasheet/9774070982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774070982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H8mm_9774080982 +Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080982 (https://katalog.we-online.de/em/datasheet/9774080982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774080982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H9mm_9774090982 +Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090982 (https://katalog.we-online.de/em/datasheet/9774090982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774090982 +0 +8 +1 +Mounting_Wuerth +Mounting_Wuerth_WA-SMST-4.5mm_H10mm_9774100982 +Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100982 (https://katalog.we-online.de/em/datasheet/9774100982.pdf), generated with kicad-footprint-generator +Mounting 4.5mm 9774100982 +0 +8 +1 +NetTie +NetTie-2_SMD_Pad0.5mm +Net tie, 2 pin, 0.5mm square SMD pads +net tie +0 +2 +2 +NetTie +NetTie-2_SMD_Pad2.0mm +Net tie, 2 pin, 2.0mm square SMD pads +net tie +0 +2 +2 +NetTie +NetTie-2_THT_Pad0.3mm +Net tie, 2 pin, 0.3mm round THT pads +net tie +0 +2 +2 +NetTie +NetTie-2_THT_Pad1.0mm +Net tie, 2 pin, 1.0mm round THT pads +net tie +0 +2 +2 +NetTie +NetTie-3_SMD_Pad0.5mm +Net tie, 3 pin, 0.5mm square SMD pads +net tie +0 +3 +3 +NetTie +NetTie-3_SMD_Pad2.0mm +Net tie, 3 pin, 2.0mm square SMD pads +net tie +0 +3 +3 +NetTie +NetTie-3_THT_Pad0.3mm +Net tie, 3 pin, 0.3mm round THT pads +net tie +0 +3 +3 +NetTie +NetTie-3_THT_Pad1.0mm +Net tie, 3 pin, 1.0mm round THT pads +net tie +0 +3 +3 +NetTie +NetTie-4_SMD_Pad0.5mm +Net tie, 4 pin, 0.5mm square SMD pads +net tie +0 +4 +4 +NetTie +NetTie-4_SMD_Pad2.0mm +Net tie, 4 pin, 2.0mm square SMD pads +net tie +0 +4 +4 +NetTie +NetTie-4_THT_Pad0.3mm +Net tie, 4 pin, 0.3mm round THT pads +net tie +0 +4 +4 +NetTie +NetTie-4_THT_Pad1.0mm +Net tie, 4 pin, 1.0mm round THT pads +net tie +0 +4 +4 +OptoDevice +ADNS-9800 +Laser Gaming Sensor ADNS-9800 +MOUSE MOUSE_SENSOR LASER_GAMING_SENSOR +0 +16 +16 +OptoDevice +AGILENT_HFBR-152x +Fiberoptic Transmitter TX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) +Fiberoptic Transmitter +0 +6 +6 +OptoDevice +AGILENT_HFBR-252x +Fiberoptic Receiver RX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) +Fiberoptic Transmitter +0 +6 +6 +OptoDevice +AMS_TSL2550_SMD +http://ams.com/eng/content/download/250130/975613/142977 +TSL2550 ambient light sensor +0 +4 +4 +OptoDevice +Broadcom_AFBR-16xxZ_Horizontal +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_AFBR-16xxZ_Tilted +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_AFBR-16xxZ_Vertical +Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN +Fiber Optic Transmitter and Receiver +0 +6 +6 +OptoDevice +Broadcom_APDS-9301 +ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN +ambient light sensor chipled +0 +6 +6 +OptoDevice +Broadcom_DFN-6_2x2mm_P0.65mm +Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py +Broadcom DFN NoLead +0 +6 +6 +OptoDevice +Broadcom_LGA-8_2x2mm_P0.53mm +Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py +Broadcom LGA NoLead +0 +8 +8 +OptoDevice +Everlight_ITR1201SR10AR +package for Everlight ITR1201SR10AR, light-direction upwards, see https://www.everlight.com/file/ProductFile/ITR1201SR10AR-TR.pdf +reflective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307 +package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307F43 +package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385 +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Everlight_ITR8307_Reverse +package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Finder_34.81 +Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPST Finder +0 +4 +4 +OptoDevice +Hamamatsu_C12880 +Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf +opto spectrometer Hamamatsu +0 +10 +10 +OptoDevice +Hamamatsu_S13360-30CS +SiPM, 2pin +Hamamatsu SiPM +0 +2 +2 +OptoDevice +Kingbright_KPS-3227 +3.2mmx2.7mm, light sensor, https://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-3227SP1C(Ver.16).pdf +KPS-3227 Ambient Light Photo Sensor +0 +4 +4 +OptoDevice +Kingbright_KPS-5130 +http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf +KPS-5130 photodiode RGB sensor +0 +4 +4 +OptoDevice +Kingbright_KRC011_Horizontal +Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf +Subminiature Reflective Optical Sensor +0 +4 +4 +OptoDevice +Kingbright_KRC011_Vertical +Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf +Subminiature Reflective Optical Sensor +0 +4 +4 +OptoDevice +Kodenshi_LG206D +http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf +Photointerrupter infrared LED with photo IC +0 +5 +5 +OptoDevice +Kodenshi_LG206L +http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf +Photointerrupter infrared LED with photo IC +0 +5 +5 +OptoDevice +Kodenshi_SG105 +package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Kodenshi_SG105F +package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Kodenshi_SG105_Reverse +package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf +refective opto couple photo coupler +0 +4 +4 +OptoDevice +LaserDiode_TO3.3-D3.3-3 +Laser Diode, TO-3.3mm, 3pin +Laser Diode TO3.3 +0 +3 +3 +OptoDevice +LaserDiode_TO5-D9-3 +Laser Diode, TO5-like (D=9mm), 3pin +Laser Diode TO5-like +0 +3 +3 +OptoDevice +LaserDiode_TO18-D5.6-3 +Laser Diode, TO18-like (D=5.6mm), 3pin +Laser Diode TO18-like +0 +3 +3 +OptoDevice +LaserDiode_TO38ICut-3 +Laser Diode, TO-38-ICut, 3pin +Laser Diode TO38-ICut +0 +3 +3 +OptoDevice +LaserDiode_TO56-3 +Laser Diode, TO-56, 3pin +Laser Diode TO56 +0 +3 +3 +OptoDevice +Lightpipe_Dialight_515-1064F +https://www.dialightsignalsandcomponents.com/515-optopipe-light-pipe-trilevel-2-5mm-rnd-flat-diff-lens-press-fit/#tab-resources +lightpipe triple tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_LPF-C012303S +https://www.lumex.com/spec/LPF-C012303S.pdf +lightpipe dual tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_LPF-C013301S +https://www.lumex.com/spec/LPF-C013301S.pdf +lightpipe triple tower right angle 3mm +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1275.x00x +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +spherical light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1276.1004 +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +spherical light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lightpipe_Mentor_1276.2004 +https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf +planar light pipe 4 way 3mm PLCC-2 PLCC-4 +0 +0 +0 +OptoDevice +Lite-On_LTR-303ALS-01 +ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf +ambient light sensor chipled +0 +6 +6 +OptoDevice +Luna_NSL-32 +Optoisolator with LED and photoresistor +optoisolator +0 +4 +4 +OptoDevice +Maxim_OLGA-14_3.3x5.6mm_P0.8mm +https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF +OLGA-14 OESIP-14 +0 +14 +14 +OptoDevice +ONSemi_QSE15x +3 Lead Plastic Package +ONSemi QSE158 QSE159 +0 +3 +3 +OptoDevice +OnSemi_CASE100AQ +OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF +reflective opto couple photo coupler +0 +4 +4 +OptoDevice +OnSemi_CASE100CY +OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF +refective opto couple photo coupler +0 +4 +4 +OptoDevice +Osram_BPW82 +PhotoDiode, BPW82, RM2.54 +PhotoDiode BPW82 RM2.54 +0 +2 +2 +OptoDevice +Osram_DIL2_4.3x4.65mm_P5.08mm +PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08 +PhotoDiode plastic DIL RM5.08 +0 +2 +2 +OptoDevice +Osram_LPT80A +PhotoTransistor, sidelooker package, RM2.54 +PhotoTransistor sidelooker package RM2.54 +0 +2 +2 +OptoDevice +Osram_SFH9x0x +package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf +reflective photo interrupter SMD +0 +6 +6 +OptoDevice +Osram_SFH205 +PhotoDiode, SFH205, RM2.54 +PhotoDiode SFH205 RM2.54 +0 +2 +2 +OptoDevice +Osram_SFH225 +PhotoDiode, SFH225, RM2.54 +PhotoDiode SFH225 RM2.54 +0 +2 +2 +OptoDevice +Osram_SMD-DIL2_4.5x4.0mm +PhotoDiode, plastic SMD DIL, 4.5x4mm² +PhotoDiode plastic SMD DIL +0 +2 +2 +OptoDevice +Osram_SMD-SmartDIL +PhotoDiode, plastic SMD SmatDIL +PhotoDiode plastic SMD SmatDIL +0 +3 +3 +OptoDevice +Panasonic_APV-AQY_SSOP-4_4.45x2.65mm_P1.27mm +https://www.panasonic-electric-works.com/cps/rde/xbcr/pew_eu_en/technical_information_photomos_en.pdf +SSOP4 APV21 AQY22 +0 +4 +4 +OptoDevice +PerkinElmer_VTL5C +Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) +vactrol +0 +4 +4 +OptoDevice +PerkinElmer_VTL5Cx2 +Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) +vactrol +0 +5 +5 +OptoDevice +R_LDR_4.9x4.2mm_P2.54mm_Vertical +Resistor, LDR 4.9x4.2mm +Resistor LDR4.9x4.2 +0 +2 +2 +OptoDevice +R_LDR_5.0x4.1mm_P3mm_Vertical +Resistor, LDR 5x4.1mm, see http://cdn-reichelt.de/documents/datenblatt/A500/A90xxxx%23PE.pdf +Resistor LDR5x4.1mm +0 +2 +2 +OptoDevice +R_LDR_5.1x4.3mm_P3.4mm_Vertical +Resistor, LDR 5.1x3.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR5.1x3.4mm +0 +2 +2 +OptoDevice +R_LDR_5.2x5.2mm_P3.5mm_Horizontal +Resistor, LDR 5.2x5.2, upright, see http://cdn-reichelt.de/documents/datenblatt/A500/M996011A.pdf +Resistor LDR5.2x5.2 +0 +2 +2 +OptoDevice +R_LDR_7x6mm_P5.1mm_Vertical +Resistor, LDR 7x6mm +Resistor LDR7x6mm +0 +2 +2 +OptoDevice +R_LDR_10x8.5mm_P7.6mm_Vertical +Resistor, LDR 10x8.5mm +Resistor LDR10.8.5mm +0 +2 +2 +OptoDevice +R_LDR_11x9.4mm_P8.2mm_Vertical +Resistor, LDR 11x9.4mm +Resistor LDR11x9.4mm +0 +2 +2 +OptoDevice +R_LDR_12x10.8mm_P9.0mm_Vertical +Resistor, LDR 12x10.8mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR12x10.8mm +0 +2 +2 +OptoDevice +R_LDR_D6.4mm_P3.4mm_Vertical +Resistor, LDR D=6.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDRD=6.4mm +0 +2 +2 +OptoDevice +R_LDR_D13.8mm_P9.0mm_Vertical +Resistor, diameter 13.8mm pitch 9mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR +0 +2 +2 +OptoDevice +R_LDR_D20mm_P17.5mm_Vertical +Resistor, LDR 20mm diameter, pin pitch 17.5mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf +Resistor LDR +0 +2 +2 +OptoDevice +ST_VL53L0X +https://www.st.com/resource/en/datasheet/vl53l1x.pdf +laser-ranging sensor +0 +12 +12 +OptoDevice +ST_VL53L1X +https://www.st.com/resource/en/datasheet/vl53l1x.pdf +laser-ranging sensor +0 +12 +12 +OptoDevice +Sharp_GP2Y0A41SK0F +http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a41sk_e.pdf +Distance Sensor Sharp +0 +2 +2 +OptoDevice +Sharp_IS471F +Sharp OPIC IS471F, see http://pdf.datasheetcatalog.com/datasheet/Sharp/mXvrzty.pdf +Sharp OPIC IS471F +0 +4 +4 +OptoDevice +Sharp_IS485 +Sharp OPIC, IS485, IS486, see http://microrato.ua.pt/main/Actividades/Estagios/Docs/IS485_6.pdf +Sharp OPIC IS485 IS486 +0 +3 +3 +OptoDevice +Siemens_SFH900 +package for Siemens SFH900 reflex photo interrupter/coupler/object detector, see https://www.batronix.com/pdf/sfh900.pdf +Siemens SFH900 reflex photo interrupter coupler object detector +0 +3 +3 +OptoDevice +Toshiba_TORX170_TORX173_TORX193_TORX194 +Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 +Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 +0 +6 +6 +OptoDevice +Toshiba_TOTX170_TOTX173_TOTX193_TOTX194 +Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 +Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 +0 +6 +6 +OptoDevice +Vishay_CAST-3Pin +IR Receiver Vishay TSOP-xxxx, CAST package, see https://www.vishay.com/docs/82493/tsop311.pdf +IRReceiverVishayTSOP-xxxx CAST +0 +3 +3 +OptoDevice +Vishay_CNY70 +package for Vishay CNY70 refective photo coupler/interrupter +Vishay CNY70 refective photo coupler +0 +4 +4 +OptoDevice +Vishay_MINICAST-3Pin +IR Receiver Vishay TSOP-xxxx, MINICAST package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf +IR Receiver Vishay TSOP-xxxx MINICAST +0 +3 +3 +OptoDevice +Vishay_MINIMOLD-3Pin +IR Receiver Vishay TSOP-xxxx, MINIMOLD package, see https://www.vishay.com/docs/82742/tsop331.pdf +IR Receiver Vishay TSOP-xxxx MINIMOLD +0 +3 +3 +OptoDevice +Vishay_MOLD-3Pin +IR Receiver Vishay TSOP-xxxx, MOLD package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf +IR Receiver Vishay TSOP-xxxx MOLD +0 +3 +3 +Oscillator +Oscillator_DIP-8 +Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-8_LargePads +Oscillator, DIP8, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-14 +Oscillator, DIP14, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_DIP-14_LargePads +Oscillator, DIP14, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf +oscillator +0 +4 +4 +Oscillator +Oscillator_OCXO_Morion_MV267 +http://www.morion.com.ru/catalog_pdf/MV267.pdf +OCXO +0 +5 +5 +Oscillator +Oscillator_OCXO_Morion_MV317 +https://www.morion-us.com/catalog_pdf/mv317.pdf +OCXO +0 +5 +5 +Oscillator +Oscillator_SMD_Abracon_ABLNO +https://abracon.com/Precisiontiming/ABLNO.pdf +VCXO XO +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm +Miniature Crystal Clock Oscillator Abracon ASCO series, https://abracon.com/Oscillators/ASCO.pdf, 1.6x1.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm +Miniature Crystal Clock Oscillator Abracon ASDMB series, 2.5x2.0mm package, http://www.abracon.com/Oscillators/ASDMB.pdf +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm +Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering +Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm +Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, 7.0x5.1mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering +Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, hand-soldering, 7.0x5.1mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Diodes_FN-4Pin_7.0x5.0mm +FN Series Crystal Clock Oscillator (XO) (https://www.diodes.com/assets/Datasheets/FN_3-3V.pdf) +Oscillator Crystal SMD SMT +0 +4 +4 +Oscillator +Oscillator_SMD_ECS_2520MV-xxx-xx-4Pin_2.5x2.0mm +Miniature Crystal Clock Oscillator ECS 2520MV series, https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf +Miniature Crystal Clock Oscillator ECS 2520MV series SMD SMT HCMOS +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm +Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm +Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm +Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering +Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S1-KHZ/LHZ, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 14.8x9.1mm^2 package +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm +Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.3x5.1mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering +Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.3x5.1mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 9.1x7.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 9.1x7.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 19.9x12.9mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 19.9x12.9mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering +Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm +Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering +Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Fox_FT5H_5.0x3.2mm +https://foxonline.com/wp-content/uploads/pdfs/T5HN_T5HV.pdf +Fox TXCO temperature compensated oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_IDT_JS6-6_5.0x3.2mm_P1.27mm +SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=15, 5.0x3.2mm +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_IDT_JU6-6_7.0x5.0mm_P2.54mm +SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=17, 7.0x5.0mm +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm +IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.5x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering +IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.5x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_Kyocera_2520-6Pin_2.5x2.0mm +https://global.kyocera.com/prdct/electro/product/pdf/kt2520_e.pdf +2.5mm 2mm SMD +0 +6 +6 +Oscillator +Oscillator_SMD_Kyocera_KC2520Z-4Pin_2.5x2.0mm +https://global.kyocera.com/prdct/electro/product/pdf/clock_z_xz_e.pdf +2.5mm 2mm SMD +0 +4 +4 +Oscillator +Oscillator_SMD_OCXO_ConnorWinfield_OH300 +http://www.conwin.com/datasheets/cx/cx282.pdf +OCXO +0 +7 +7 +Oscillator +Oscillator_SMD_SI570_SI571_HandSoldering +SI570, SI571, Programmable oscillator, Standard +SI570 SI571 Programmable oscillator Standard +0 +8 +8 +Oscillator +Oscillator_SMD_SI570_SI571_Standard +SI570, SI571, Programmable oscillator, Standard +SI570 SI571 Programmable oscillator Standard +0 +8 +8 +Oscillator +Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm +SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, 2.5x2.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, hand-soldering, 2.5x2.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG3030CM +SMD Crystal Oscillator Seiko Epson SG-3030CM package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm +SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 7.0x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 7.0x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm +SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 3.2x2.5mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 3.2x2.5mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm +SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 14.0x8.7mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 14.0x8.7mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm +SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 10.5x5.0mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 10.5x5.0mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm +SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering +SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SMD_SiTime_SiT9121-6Pin_3.2x2.5mm +3.2x2.5mm, 1-220MHz High Performance Differential Oscillator SiTime SiT9121 https://www.sitime.com/datasheet/SiT9121 +SMD SMT crystal oscillator +0 +6 +6 +Oscillator +Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm +Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Silicon_Labs LGA NoLead +0 +6 +6 +Oscillator +Oscillator_SMD_TCXO_G158 +TCXO +TCXO +0 +4 +4 +Oscillator +Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm +Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package +SMD SMT crystal oscillator +0 +4 +4 +Oscillator +Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering +Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package +SMD SMT crystal oscillator hand-soldering +0 +4 +4 +Oscillator +Oscillator_SeikoEpson_SG-8002DB +14-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Oscillator +Oscillator_SeikoEpson_SG-8002DC +8-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_BGA +Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4 +Analog BGA-28 4.0mm x 6.25mm package, pitch 0.4mm pad, based on https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf +BGA 28 0.8 +0 +28 +28 +Package_BGA +BGA-9_1.6x1.6mm_Layout3x3_P0.5mm +BGA-9, http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf +BGA-9 +0 +9 +9 +Package_BGA +BGA-16_1.92x1.92mm_Layout4x4_P0.5mm +BGA-16, http://www.st.com/content/ccc/resource/technical/document/datasheet/group2/bc/cd/62/9e/8f/30/47/69/CD00151267/files/CD00151267.pdf/jcr:content/translations/en.CD00151267.pdf +BGA-16 +0 +16 +16 +Package_BGA +BGA-25_6.35x6.35mm_Layout5x5_P1.27mm +BGA-25, http://cds.linear.com/docs/en/datasheet/4624fc.pdf +BGA-25 uModule +0 +25 +25 +Package_BGA +BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD +Altera V36, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00486-00.pdf +Altera BGA-36 V36 VBGA +0 +36 +36 +Package_BGA +BGA-48_8.0x9.0mm_Layout6x8_P0.8mm +BGA-48 - pitch 0.8 mm +BGA-48 +0 +48 +48 +Package_BGA +BGA-64_9.0x9.0mm_Layout10x10_P0.8mm +BGA-64, 10x10 raster, 9x9mm package, pitch 0.8mm +BGA-64 +0 +64 +64 +Package_BGA +BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD +Altera MBGA-68, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00344-01.pdf +Altera BGA-68 M68 MBGA +0 +68 +68 +Package_BGA +BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD +Altera V81, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00478-01.pdf +Altera VBGA V81 BGA-81 +0 +81 +81 +Package_BGA +BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm +BGA-90, http://www.issi.com/WW/pdf/42-45S32800J.pdf +BGA-90 +0 +90 +90 +Package_BGA +BGA-96_9.0x13.0mm_Layout2x3x16_P0.8mm +BGA-96, http://www.mouser.com/ds/2/198/43-46TR16640B-81280BL-706483.pdf +BGA-96 +0 +96 +96 +Package_BGA +BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD +Altera MBGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00345-01.pdf +Altera BGA-100 M100 MBGA +0 +100 +100 +Package_BGA +BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD +BGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00223-02.pdf +BGA-100 +0 +100 +100 +Package_BGA +BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD +121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213) +BGA 0.8mm 9mm 121 +0 +121 +121 +Package_BGA +BGA-121_12.0x12.0mm_Layout11x11_P1.0mm +BGA-121, http://cds.linear.com/docs/en/packaging/05081891_A_bga121.pdf +BGA-121 +0 +121 +121 +Package_BGA +BGA-132_12x18mm_Layout11x17_P1.0mm +BGA-132 11x17 12x18mm 1.0pitch +BGA-132 +0 +132 +132 +Package_BGA +BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD +Altera MBGA-144, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00346-00.pdf +Altera BGA-144 M144 MBGA +0 +144 +144 +Package_BGA +BGA-144_13.0x13.0mm_Layout12x12_P1.0mm +BGA-144, http://www.topline.tv/drawings/pdf/BGA%201,0mm%20pitch/LBGA144T1.0-DC128.pdf +BGA-144 +0 +144 +144 +Package_BGA +BGA-152_14x18mm_Layout13x17_P0.5mm +BGA-152_14x18mm_Layout13x17_P0.5mm +VBGA-152 +0 +152 +152 +Package_BGA +BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD +Altera MBGA-153, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00471-00.pdf +Altera BGA-153 M153 MBGA +0 +153 +153 +Package_BGA +BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD +Altera U169, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00470-01.pdf +Altera UBGA U169 BGA-169 +0 +169 +169 +Package_BGA +BGA-200_10.0x14.5mm_Layout12x22_P0.80x0.65mm +BGA-200, 14.5x10.0mm, 200 Ball, 12x22 Layout, 0.8x0.65mm Pitch, http://www.issi.com/WW/pdf/43-46LQ32256A-AL.pdf +BGA 200 0.8x0.65 +0 +200 +200 +Package_BGA +BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD +Altera MBGA-256, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00348-01.pdf +Altera BGA-256 M256 MBGA +0 +256 +256 +Package_BGA +BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD +BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf +BGA-256 +0 +256 +256 +Package_BGA +BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD +BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf +BGA-256 +0 +256 +256 +Package_BGA +BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD +Altera U324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00474-02.pdf +Altera UBGA U324 BGA-324 +0 +324 +324 +Package_BGA +BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD +BGA-324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00233-03.pdf +BGA-324 +0 +324 +324 +Package_BGA +BGA-352_35.0x35.0mm_Layout26x26_P1.27mm +BGA-352, https://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/b352p05.pdf +BGA-352 +0 +352 +352 +Package_BGA +BGA-400_21.0x21.0mm_Layout20x20_P1.0mm +BGA-400, https://www.xilinx.com/support/documentation/package_specs/fg400.pdf +BGA-400 +0 +400 +400 +Package_BGA +BGA-484_23.0x23.0mm_Layout22x22_P1.0mm +BGA-484, https://www.xilinx.com/support/documentation/package_specs/fg484.pdf +BGA-484 +0 +484 +484 +Package_BGA +BGA-624_21.0x21.0mm_Layout25x25_P0.8mm +BGA-624, 25x25 grid, 21x21mm package, pitch 0.8mm; https://www.nxp.com/docs/en/package-information/SOT1529-1.pdf +BGA 624 0.8 +0 +624 +624 +Package_BGA +BGA-625_21.0x21.0mm_Layout25x25_P0.8mm +BGA-625 +BGA-625 +0 +625 +625 +Package_BGA +BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD +Altera BGA-672, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00472-00.pdf +Altera BGA-672 F672 FBGA +0 +672 +672 +Package_BGA +BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD +XILINX BGA-676, https://www.xilinx.com/support/documentation/package_specs/fg676.pdf +XILINX BGA-676 FG676/FGG676 +0 +676 +676 +Package_BGA +BGA-1023_33.0x33.0mm_Layout32x32_P1.0mm +BGA-1023 +BGA-1023 +0 +1023 +1023 +Package_BGA +BGA-1156_35.0x35.0mm_Layout34x34_P1.0mm +BGA-1156 +BGA-1156 +0 +1156 +1156 +Package_BGA +BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm +BGA-1295 +BGA-1295 +0 +1295 +1295 +Package_BGA +FB-BGA-484_23.0x23.0mm_Layout22x22_P1.0mm +Xilinx FB-484, https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf +FB-BGA-484 +0 +484 +484 +Package_BGA +FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm +FBGA-78, https://www.skhynix.com/product/filedata/fileDownload.do?seq=7687 +FBGA-78 +0 +78 +78 +Package_BGA +Fujitsu_WLP-15_2.28x3.092mm_Layout3x5_P0.4mm +WLP-15, 3x5 raster, 2.28x3.092mm package, pitch 0.4mm; http://www.fujitsu.com/global/documents/products/devices/semiconductor/fram/lineup/MB85RS1MT-DS501-00022-7v0-E.pdf +BGA 8 0.4 +0 +8 +8 +Package_BGA +Infineon_LFBGA-292_17x17mm_Layout20x20_P0.8mm_Ball0.5mm_Pad0.35 +Infineon LFBGA-292, 0.35mm pad, 17.0x17.0mm, 292 Ball, 20x20 Layout, 0.8mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-LFBGA/PG-LFBGA-292-11/ +BGA 292 0.8 +0 +292 +292 +Package_BGA +LFBGA-100_10x10mm_Layout10x10_P0.8mm +LFBGA-100, 10x10 raster, 10x10mm package, pitch 0.8mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf +BGA 100 0.8 +0 +100 +100 +Package_BGA +LFBGA-144_10x10mm_Layout12x12_P0.8mm +LFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf +BGA 144 0.8 +0 +144 +144 +Package_BGA +LFBGA-169_16x12mm_Layout28x14_P0.5mm_Ball0.3_Pad0.3mm_NSMD +https://4donline.ihs.com/images/VipMasterIC/IC/SGST/SGSTS20279/SGSTS20279-1.pdf?hkey=EF798316E3902B6ED9A73243A3159BB0 +eMMC Flash LFBGA169 +0 +169 +169 +Package_BGA +Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.4mm_NSMD +Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 +BGA 381 0.8 +0 +381 +381 +Package_BGA +Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.6mm_SMD +Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 +BGA 381 0.8 +0 +381 +381 +Package_BGA +Lattice_caBGA-756_27.0x27.0mm_Layout32x32_P0.8mm +Lattice caBGA-756, ECP5 FPGAs, 27.0x27.0mm, 756 Ball, 32x32 Layout, 0.8mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +BGA 756 0.8 +0 +756 +756 +Package_BGA +Linear_BGA-133_15.0x15.0mm_Layout12x12_P1.27mm +Analog Devices (Linear Tech), 133-pin BGA uModule, 15.0x15.0x4.92mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf +133 pin bga +0 +134 +134 +Package_BGA +Maxim_WLP-9_1.595x1.415_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD +Maxim_WLP-9 W91C1+1 https://pdfserv.maximintegrated.com/package_dwgs/21-0459.PDF +Maxim_WLP-9 +0 +9 +9 +Package_BGA +Maxim_WLP-12 +Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF +Maxim_WLP-12 +0 +12 +12 +Package_BGA +Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD +TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D2-Series-Data-Sheet-DS60001476C.pdf#page=2956 +BGA 196 0.75 +0 +196 +196 +Package_BGA +ST_uTFBGA-36_3.6x3.6mm_Layout6x6_P0.5mm +ST uTFBGA-36, 0.25mm pad, 3.6x3.6mm, 36 Ball, 6x6 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stulpi01a.pdf +BGA 36 0.5 +0 +36 +36 +Package_BGA +TFBGA-64_5x5mm_Layout8x8_P0.5mm +TFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f100v8.pdf +BGA 64 0.5 +0 +64 +64 +Package_BGA +TFBGA-100_8x8mm_Layout10x10_P0.8mm +TFBGA-100, 10x10 raster, 8x8mm package, pitch 0.8mm; see section 6.2 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf +BGA 100 0.8 +0 +100 +100 +Package_BGA +TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm +TFBGA-100, 10x10, 9x9mm package, pitch 0.8mm +TFBGA-100 +0 +100 +100 +Package_BGA +TFBGA-121_10x10mm_Layout11x11_P0.8mm +TFBGA-121, 11x11 raster, 10x10mm package, pitch 0.8mm; http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495 +BGA 121 0.8 +0 +121 +121 +Package_BGA +TFBGA-216_13x13mm_Layout15x15_P0.8mm +TFBGA-216, 15x15 raster, 13x13mm package, pitch 0.8mm; see section 6.8 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf +BGA 216 0.8 +0 +216 +216 +Package_BGA +TFBGA-265_14x14mm_Layout17x17_P0.8mm +TFBGA-265, 17x17 raster, 14x14mm package, pitch 0.8mm; see section 7.8 of http://www.st.com/resource/en/datasheet/DM00387108.pdf +BGA 265 0.8 +0 +265 +265 +Package_BGA +Texas_DSBGA-5_0.822x1.116mm_Layout2x1x2_P0.4mm +Texas Instruments, DSBGA, 0.822x1.116mm, 5 bump 2x1x2 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/opa330.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA YFF S-XBGA-N5 +0 +10 +5 +Package_BGA +Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm +Texas Instruments, DSBGA, 0.9x1.4mm, 6 bump 2x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf) +Texas Instruments DSBGA BGA YZP R-XBGA-N6 +0 +12 +6 +Package_BGA +Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm +Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA YZP R-XBGA-N8 +0 +16 +8 +Package_BGA +Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm +Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA YZP R-XBGA-N8 +0 +16 +8 +Package_BGA +Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm +Texas Instruments, DSBGA, 1.5195x1.5195x0.600mm, 8 ball 3x3 area grid, YZR pad definition (http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf) +BGA 8 0.5 +0 +8 +8 +Package_BGA +Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm +Texas Instruments, DSBGA, 1.4715x1.4715mm, 9 bump 3x3 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lm4990.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA YZR0009 +0 +18 +9 +Package_BGA +Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm +Texas Instruments, DSBGA, 1.36x1.86mm, 10 bump 3x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA +0 +20 +10 +Package_BGA +Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm +Texas Instruments, DSBGA, 1.36x1.86mm, 12 bump 3x4 (area) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA +0 +24 +12 +Package_BGA +Texas_DSBGA-28_1.9x3.0mm_Layout4x7_P0.4mm +Texas Instruments, DSBGA, 3.0x1.9x0.625mm, 28 ball 7x4 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +BGA 28 0.4 +0 +28 +28 +Package_BGA +Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm +Texas Instruments, DSBGA, 3.33x3.488x0.625mm, 49 ball 7x7 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +texas dsbga 49 +0 +49 +49 +Package_BGA +Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm +Texas Instruments, DSBGA, 3.415x3.535x0.625mm, 64 ball 8x8 area grid, NSMD pad definition (http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +texas dsbga 64 +0 +64 +64 +Package_BGA +Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm +Texas Instruments, BGA Microstar Junior, 2x2.5mm, 12 bump 4x3 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) +Texas_Junior_BGA-12 +0 +12 +12 +Package_BGA +Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm +Texas Instruments, BGA Microstar Junior, 5x5mm, 80 ball 9x9 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/tlv320aic23b.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) +Texas_Junior_BGA-80 +0 +80 +80 +Package_BGA +Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm +Texas Instruments, BGA Microstar Junior, 7x7mm, 113 ball 12x12 grid, NSMD pad definition (http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) +Texas_Junior_BGA-113 +0 +113 +113 +Package_BGA +UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm +UCBGA-36, 6x6 raster, 2.5x2.5mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 +BGA 36 0.4 +0 +36 +36 +Package_BGA +UCBGA-49_3x3mm_Layout7x7_P0.4mm +UCBGA-49, 7x7 raster, 3x3mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 +BGA 49 0.4 +0 +49 +49 +Package_BGA +UCBGA-81_4x4mm_Layout9x9_P0.4mm +UCBGA-81, 9x9 raster, 4x4mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 +BGA 81 0.4 +0 +81 +81 +Package_BGA +UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm +UFBGA-15, 4x4, 3x3mm package, pitch 0.65mm +UFBGA-15 +0 +15 +15 +Package_BGA +UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm +UFBGA-32, 6x6, 4x4mm package, pitch 0.5mm +UFBGA-32 +0 +32 +32 +Package_BGA +UFBGA-64_5x5mm_Layout8x8_P0.5mm +UFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf +BGA 64 0.5 +0 +64 +64 +Package_BGA +UFBGA-100_7x7mm_Layout12x12_P0.5mm +UFBGA-100, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf +BGA 100 0.5 +0 +100 +100 +Package_BGA +UFBGA-132_7x7mm_Layout12x12_P0.5mm +UFBGA-132, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf +BGA 132 0.5 +0 +132 +132 +Package_BGA +UFBGA-132_7x7mm_P0.5mm +UFBGA 132 Pins, 0.5mm Pitch, 0.3mm Ball, http://www.st.com/resource/en/datasheet/stm32l486qg.pdf +ufbga bga small-pitch +0 +132 +132 +Package_BGA +UFBGA-144_7x7mm_Layout12x12_P0.5mm +UFBGA-144, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf +BGA 144 0.5 +0 +144 +144 +Package_BGA +UFBGA-144_10x10mm_Layout12x12_P0.8mm +UFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf +BGA 144 0.8 +0 +144 +144 +Package_BGA +UFBGA-169_7x7mm_Layout13x13_P0.5mm +UFBGA-169, 13x13 raster, 7x7mm package, pitch 0.5mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf +BGA 169 0.5 +0 +169 +169 +Package_BGA +UFBGA-201_10x10mm_Layout15x15_P0.65mm +UFBGA-201, 15x15 raster, 10x10mm package, pitch 0.65mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf +BGA 201 0.65 +0 +201 +201 +Package_BGA +VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm +VFBGA-49, 7x7, 5x5mm package, pitch 0.65mm +VFBGA-49 +0 +49 +49 +Package_BGA +VFBGA-86_6x6mm_Layout10x10_P0.55mm_Ball0.25mm_Pad0.2mm +VFBGA-86, 6.0x6.0mm, 86 Ball, 10x10 Layout, 0.55mm Pitch, https://www.dialog-semiconductor.com/sites/default/files/da1469x_datasheet_3v1.pdf#page=740 +BGA 86 0.55 +0 +86 +86 +Package_BGA +VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm +VFBGA-100, 10x10, 7x7mm package, pitch 0.65mm +VFBGA-100 +0 +100 +100 +Package_BGA +WLP-4_0.73x0.73mm_Layout2x2_P0.35mm_Ball0.22mm_Pad0.2mm_NSMD +WLP-4, 2x2 raster, 0.73x0.73mm package, pitch 0.35mm; https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf +BGA 4 0.35 +0 +4 +4 +Package_BGA +WLP-4_0.83x0.83mm_P0.4mm +WLP-4_0.83x0.83mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-100107.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 +WLP-4 +0 +4 +4 +Package_BGA +WLP-4_0.86x0.86mm_P0.4mm +WLP-4_0.86x0.86mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-0612.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 +WLP-4 +0 +4 +4 +Package_BGA +WLP-9_1.448x1.468mm_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm +WLP-9, 1.448x1.468mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100168.PDF +BGA 9 0.4 +0 +9 +9 +Package_BGA +XBGA-121_10x10mm_Layout11x11_P0.8mm +XBGA-121, 11x11 raster, 10x10mm package, pitch 0.6mm; http://ww1.microchip.com/downloads/en/DeviceDoc/39969b.pdf +BGA 121 0.8 +0 +121 +121 +Package_BGA +XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm +XFBGA-36, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf +XFBGA-36 +0 +36 +36 +Package_BGA +XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm +XFBGA-64, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf +XFBGA-64 +0 +64 +64 +Package_BGA +XFBGA-121_8x8mm_Layout11x11_P0.65mm +XFBGA-121, https://www.nxp.com/docs/en/package-information/SOT1533-1.pdf +XFBGA-121 +0 +121 +121 +Package_BGA +Xilinx_CLG225 +Zynq-7000 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=77, NSMD pad definition Appendix A +BGA 225 0.8 CLG225 +0 +225 +225 +Package_BGA +Xilinx_CLG400 +Zynq-7000 BGA, 20x20 grid, 17x17mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=78, NSMD pad definition Appendix A +BGA 400 0.8 CLG400 CL400 +0 +400 +400 +Package_BGA +Xilinx_CLG484_CLG485 +Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=79, NSMD pad definition Appendix A +BGA 484 0.8 CLG484 CL484 CLG485 CL485 +0 +484 +484 +Package_BGA +Xilinx_CPG236 +Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=266, NSMD pad definition Appendix A +BGA 238 0.5 CP236 CPG236 +0 +238 +238 +Package_BGA +Xilinx_CPG238 +Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=267, NSMD pad definition Appendix A +BGA 238 0.5 CPG238 +0 +238 +238 +Package_BGA +Xilinx_CPGA196 +Spartan-7 BGA, 14x14 grid, 8x8mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=260, NSMD pad definition Appendix A +BGA 196 0.5 CPGA196 +0 +196 +196 +Package_BGA +Xilinx_CSG324 +Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A +BGA 324 0.8 CS324 CSG324 +0 +324 +324 +Package_BGA +Xilinx_CSG325 +Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A +BGA 324 0.8 CS325 CSG235 +0 +324 +324 +Package_BGA +Xilinx_CSGA225 +Spartan-7 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=262, NSMD pad definition Appendix A +BGA 225 0.8 CSGA225 +0 +225 +225 +Package_BGA +Xilinx_CSGA324 +Spartan-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=263, NSMD pad definition Appendix A +BGA 324 0.8 CSGA324 +0 +324 +324 +Package_BGA +Xilinx_FBG484 +Artix-7, Kintex-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=271, ttps://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=281, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=82, NSMD pad definition Appendix A +BGA 484 1 FB484 FBG484 FBV484 +0 +484 +484 +Package_BGA +Xilinx_FBG676 +Artix-7, Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=273, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=284, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=84, NSMD pad definition Appendix A +BGA 676 1 FB676 FBG676 FBV676 +0 +676 +676 +Package_BGA +Xilinx_FBG900 +Kintex-7 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=289, NSMD pad definition Appendix A +BGA 900 1 FB900 FBG900 FBV900 +0 +900 +900 +Package_BGA +Xilinx_FFG676 +Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=292, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=88, NSMD pad definition Appendix A +BGA 676 1 FF676 FFG676 FFV676 +0 +676 +676 +Package_BGA +Xilinx_FFG900_FFG901 +Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=294, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=90, NSMD pad definition Appendix A +BGA 900 1 FF900 FFG900 FFV900 FF901 FFG901 FFV901 +0 +900 +900 +Package_BGA +Xilinx_FFG1156 +Artix-7, Kintex-7 and Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=277, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=296, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=91, NSMD pad definition Appendix A +BGA 1156 1 FF1156 FFG1156 FFV1156 +0 +1156 +1156 +Package_BGA +Xilinx_FFG1157_FFG1158 +Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=299, NSMD pad definition Appendix A +BGA 1156 1 FF1157 FFG1157 FFV1157 FF1158 FFG1158 FFV1158 +0 +1156 +1156 +Package_BGA +Xilinx_FFG1761 +Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=300, NSMD pad definition Appendix A +BGA 1760 1 FF1761 FFG1761 +0 +1760 +1760 +Package_BGA +Xilinx_FFG1926_FFG1927_FFG1928_FFG1930 +Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=303, NSMD pad definition Appendix A +BGA 1924 1 FF1926 FFG1926 FF1927 FFG1927 FFV1927 FF1928 FFG1928 FF1930 FFG1930 +0 +1924 +1924 +Package_BGA +Xilinx_FFV1761 +Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=301, NSMD pad definition Appendix A +BGA 1760 1 FFV1761 +0 +1760 +1760 +Package_BGA +Xilinx_FGG484 +Artix-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=275, NSMD pad definition Appendix A +BGA 484 1 FG484 FGG484 +0 +484 +484 +Package_BGA +Xilinx_FGG676 +Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=276, NSMD pad definition Appendix A +BGA 676 1 FG676 FGG676 +0 +676 +676 +Package_BGA +Xilinx_FGGA484 +Spartan-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=264, NSMD pad definition Appendix A +BGA 484 1 FGGA484 +0 +484 +484 +Package_BGA +Xilinx_FGGA676 +Spartan-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=265, NSMD pad definition Appendix A +BGA 676 1 FGGA676 +0 +676 +676 +Package_BGA +Xilinx_FHG1761 +Virtex-7 BGA, 42x42 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=302, NSMD pad definition Appendix A +BGA 1760 1 FH1761 FHG1761 +0 +1760 +1760 +Package_BGA +Xilinx_FLG1925_FLG1926_FLG1928_FLG1930 +Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=304, NSMD pad definition Appendix A +BGA 1924 1 FL1925 FLG1925 FL1926 FLG1926 FL1928 FLG1928 FL1930 FLG1930 +0 +1924 +1924 +Package_BGA +Xilinx_FTG256 +Artix-7 BGA, 16x16 grid, 17x17mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=269, NSMD pad definition Appendix A +BGA 256 1 FT256 FTG256 +0 +256 +256 +Package_BGA +Xilinx_FTGB196 +Spartan-7 BGA, 14x14 grid, 15x15mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=261, NSMD pad definition Appendix A +BGA 196 1 FTGB196 +0 +196 +196 +Package_BGA +Xilinx_RB484 +Artix-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=278, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=92, NSMD pad definition Appendix A +BGA 484 1 RB484 +0 +484 +484 +Package_BGA +Xilinx_RB676 +Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=280, NSMD pad definition Appendix A +BGA 676 1 RB676 +0 +676 +676 +Package_BGA +Xilinx_RF676 +Kintex-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=297, NSMD pad definition Appendix A +BGA 676 1 RF676 +0 +676 +676 +Package_BGA +Xilinx_RF900 +Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=298, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=94, NSMD pad definition Appendix A +BGA 900 1 RF900 +0 +900 +900 +Package_BGA +Xilinx_RF1156 +Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=95, NSMD pad definition Appendix A +BGA 1156 1 RF1156 +0 +1156 +1156 +Package_BGA +Xilinx_RF1157_RF1158 +Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=305, NSMD pad definition Appendix A +BGA 1156 1 RF1157 RF1158 +0 +1156 +1156 +Package_BGA +Xilinx_RF1761 +Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=306, NSMD pad definition Appendix A +BGA 1760 1 RF1761 +0 +1760 +1760 +Package_BGA +Xilinx_RF1930 +Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=307, NSMD pad definition Appendix A +BGA 1924 1 RF1930 +0 +1924 +1924 +Package_BGA +Xilinx_RFG676 +Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=93, NSMD pad definition Appendix A +BGA 676 1 RF676 RFG676 +0 +676 +676 +Package_BGA +Xilinx_RS484 +Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=279, NSMD pad definition Appendix A +BGA 484 0.8 RS484 +0 +484 +484 +Package_BGA +Xilinx_SBG484 +Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=270, NSMD pad definition Appendix A +BGA 484 0.8 SB484 SBG484 SBV484 +0 +484 +484 +Package_BGA +Xilinx_SBG485 +Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=80, NSMD pad definition Appendix A +BGA 484 0.8 SBG485 SBV485 +0 +484 +484 +Package_CSP +Analog_LFCSP-8-1EP_3x3mm_P0.5mm_EP1.53x1.85mm +LFCSP, exposed pad, Analog Devices (http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5542.pdf) +LFCSP 8 0.5 +0 +12 +5 +Package_CSP +LFCSP-8-1EP_3x2mm_P0.5mm_EP1.6x1.65mm +LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/57080735642908cp_8_4.pdf +LFCSP 8pin thermal pad 3x2mm Pitch 0.5mm +0 +9 +9 +Package_CSP +LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm +LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +13 +9 +Package_CSP +LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm_ThermalVias +LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +20 +9 +Package_CSP +LFCSP-8-1EP_3x3mm_P0.5mm_EP1.45x1.74mm +LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-8/CP_8_13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +13 +9 +Package_CSP +LFCSP-8_2x2mm_P0.5mm +LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_8_6.pdf +LFCSP 8pin 2x2mm Pitch 0.5mm +0 +8 +8 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +21 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm_ThermalVias +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +26 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +21 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +26 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm +LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +21 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias +LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +26 +17 +Package_CSP +LFCSP-16-1EP_3x3mm_P0.5mm_EP1.854x1.854mm +16-Lead Lead Frame Chip Scale Package, 3x3mm, 0.5mm pitch, 1.854mm thermal pad (CP-16-22, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_22.pdf) +LFCSP 16 0.5 +0 +21 +17 +Package_CSP +LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm +LFCSP, 16 pin, 4x4mm, 2.1mm sq pad (http://www.analog.com/media/en/technical-documentation/data-sheets/ADG633.pdf) +LFCSP 16 0.65 +0 +21 +17 +Package_CSP +LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +21 +17 +Package_CSP +LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm_ThermalVias +LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +31 +17 +Package_CSP +LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm +20-Lead Frame Chip Scale Package - 4x4x0.9 mm Body [LFCSP], (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_20_6.pdf) +LFCSP 0.5 +0 +25 +21 +Package_CSP +LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py +LFCSP DFN_QFN +0 +25 +21 +Package_CSP +LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py +LFCSP DFN_QFN +0 +35 +21 +Package_CSP +LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +25 +21 +Package_CSP +LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +35 +21 +Package_CSP +LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm +LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +29 +25 +Package_CSP +LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm_ThermalVias +LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +39 +25 +Package_CSP +LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +29 +25 +Package_CSP +LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +39 +25 +Package_CSP +LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm +LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +33 +29 +Package_CSP +LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm_ThermalVias +LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +43 +29 +Package_CSP +LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +42 +33 +Package_CSP +LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +59 +33 +Package_CSP +LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm +LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +37 +33 +Package_CSP +LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias +LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +47 +33 +Package_CSP +LFCSP-32-1EP_5x5mm_P0.5mm_EP3.25x3.25mm +32-Lead Frame Chip Scale Package LFCSP (5mm x 5mm); (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-32/CP_32_27.pdf +LFCSP 0.5 +0 +37 +33 +Package_CSP +LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm +LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +58 +49 +Package_CSP +LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias +LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +75 +49 +Package_CSP +LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm +LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +69 +65 +Package_CSP +LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm_ThermalVias +LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +86 +65 +Package_CSP +LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm +LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +82 +73 +Package_CSP +LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm_ThermalVias +LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP NoLead +0 +99 +73 +Package_CSP +LFCSP-72-1EP_10x10mm_P0.5mm_EP6.15x6.15mm +72-Lead Frame Chip Scale Package - 10x10x0.9 mm Body [LFCSP]; (see https://www.intersil.com/content/dam/Intersil/documents/l72_/l72.10x10c.pdf) +LFCSP 0.5 +0 +77 +73 +Package_CSP +LFCSP-VQ-24-1EP_4x4mm_P0.5mm_EP2.642x2.642mm +LFCSP VQ, 24 pin, exposed pad, 4x4mm body, pitch 0.5mm (http://www.analog.com/media/en/package-pcb-resources/package/56702234806764cp_24_3.pdf, http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5801.pdf) +LFCSP 0.5 +0 +29 +25 +Package_CSP +LFCSP-VQ-48-1EP_7x7mm_P0.5mm +LFCSP VQ, 48 pin, exposed pad, 7x7mm body (http://www.analog.com/media/en/technical-documentation/data-sheets/AD7951.pdf, http://www.analog.com/en/design-center/packaging-quality-symbols-footprints/symbols-and-footprints/AD7951.html) +LFCSP 48 +0 +49 +49 +Package_CSP +LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm +LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP-WD NoLead +0 +15 +9 +Package_CSP +LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm_ThermalVias +LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP-WD NoLead +0 +22 +9 +Package_CSP +LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm +LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP-WD NoLead +0 +17 +11 +Package_CSP +LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm_ThermalVias +LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LFCSP-WD NoLead +0 +24 +11 +Package_CSP +ST_WLCSP-25_Die425 +WLCSP-25, 5x5 raster, 2.097x2.493mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l031f6.pdf +BGA 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_Die444 +WLCSP-25, 5x5 raster, 2.423x2.325mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f031k6.pdf +BGA 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-25_Die457 +WLCSP-25, 5x5 raster, 2.133x2.070mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32l011k3.pdf +BGA 25 0.4 +0 +25 +25 +Package_CSP +ST_WLCSP-36_Die417 +WLCSP-36, 6x6 raster, 2.61x2.88mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l052t8.pdf +BGA 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die440 +WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf +BGA 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die445 +WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32f042k6.pdf +BGA 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-36_Die458 +WLCSP-36, 6x6 raster, 2.553x2.579mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f410t8.pdf +BGA 36 0.4 +0 +36 +36 +Package_CSP +ST_WLCSP-49_Die423 +WLCSP-49, 7x7 raster, 2.965x2.965mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f401vc.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die431 +WLCSP-49, 7x7 raster, 2.999x3.185mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f411vc.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die433 +WLCSP-49, 7x7 raster, 3.029x3.029mm package, pitch 0.4mm; see section 7.1.1 of http://www.st.com/resource/en/datasheet/stm32f401ce.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die435 +WLCSP-49, 7x7 raster, 3.141x3.127mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/DM00257211.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die438 +WLCSP-49, 7x7 raster, 3.89x3.74mm package, pitch 0.5mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303r8.pdf +BGA 49 0.5 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die439 +WLCSP-49, 7x7 raster, 3.417x3.151mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f301r8.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die447 +WLCSP-49, 7x7 raster, 3.294x3.258mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l072kz.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-49_Die448 +WLCSP-49, 7x7 raster, 3.277x3.109mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f071v8.pdf +BGA 49 0.4 +0 +49 +49 +Package_CSP +ST_WLCSP-63_Die427 +WLCSP-63, 7x9 raster, 3.228x4.164mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l151cc.pdf +BGA 63 0.4 +0 +63 +63 +Package_CSP +ST_WLCSP-64_Die414 +WLCSP-64, 8x8 raster, 4.466x4.395mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf +BGA 64 0.5 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die427 +WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf +BGA 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die435 +WLCSP-64, 8x8 raster, 3.141x3.127mm package, pitch 0.35mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00257211.pdf +BGA 64 0.35 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die436 +WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zd.pdf +BGA 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die441 +WLCSP-64, 8x8 raster, 3.623x3.651mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00213872.pdf +BGA 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die442 +WLCSP-64, 8x8 raster, 3.347x3.585mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f091vb.pdf +BGA 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-64_Die462 +WLCSP-64, 8x8 raster, 3.357x3.657mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00340475.pdf +BGA 64 0.4 +0 +64 +64 +Package_CSP +ST_WLCSP-66_Die411 +WLCSP-66, 9x9 raster, 3.639x3.971mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf +BGA 66 0.4 +0 +66 +66 +Package_CSP +ST_WLCSP-66_Die432 +WLCSP-66, 8x9 raster, 3.767x4.229mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f378vc.pdf +BGA 66 0.4 +0 +66 +66 +Package_CSP +ST_WLCSP-72_Die415 +WLCSP-72, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf +BGA 72 0.4 +0 +72 +72 +Package_CSP +ST_WLCSP-81_Die415 +WLCSP-81, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf +BGA 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die421 +WLCSP-81, 9x9 raster, 3.693x3.815mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf +BGA 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-81_Die463 +WLCSP-81, 9x9 raster, 4.039x3.951mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00282249.pdf +BGA 81 0.4 +0 +81 +81 +Package_CSP +ST_WLCSP-90_Die413 +WLCSP-90, 10x9 raster, 4.223x3.969mm package, pitch 0.4mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f405og.pdf +BGA 90 0.4 +0 +90 +90 +Package_CSP +ST_WLCSP-100_Die422 +WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f302vc.pdf +BGA 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die446 +WLCSP-100, 10x10 raster, 4.775x5.041mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303zd.pdf +BGA 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die452 +WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.7 of http://www.st.com/resource/en/datasheet/DM00330506.pdf +BGA 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-100_Die461 +WLCSP-100, 10x10 raster, 4.618x4.142mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00284211.pdf +BGA 100 0.4 +0 +100 +100 +Package_CSP +ST_WLCSP-104_Die437 +WLCSP-104, 9x12 raster, 4.095x5.094mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152ze.pdf +BGA 104 0.4 +0 +104 +104 +Package_CSP +ST_WLCSP-143_Die419 +WLCSP-143, 11x13 raster, 4.521x5.547mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf +BGA 143 0.4 +0 +143 +143 +Package_CSP +ST_WLCSP-143_Die449 +WLCSP-143, 11x13 raster, 4.539x5.849mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf +BGA 143 0.4 +0 +143 +143 +Package_CSP +ST_WLCSP-144_Die470 +WLCSP-144, 12x12 raster, 5.24x5.24mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/DM00366448.pdf +BGA 144 0.4 +0 +144 +144 +Package_CSP +ST_WLCSP-168_Die434 +WLCSP-168, 12x14 raster, 4.891x5.692mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f469ni.pdf +BGA 168 0.4 +0 +168 +168 +Package_CSP +ST_WLCSP-180_Die451 +WLCSP-180, 13x14 raster, 5.537x6.095mm package, pitch 0.4mm; see section 6.6 of http://www.st.com/resource/en/datasheet/DM00273119.pdf +BGA 180 0.4 +0 +180 +180 +Package_CSP +WLCSP-4-X1-WLB0909-4_0.89x0.89mm_P0.5mm +X1-WLB0909, 0.89x0.89mm, 4 Ball, 2x2 Layout, 0.5mm Pitch, https://www.diodes.com/assets/Datasheets/AP22913.pdf +CSP 4 0.5 +0 +4 +4 +Package_CSP +WLCSP-6_1.4x1.0mm_P0.4mm +6pin Pitch 0.4mm +6pin Pitch 0.4mm WLCSP +0 +6 +6 +Package_CSP +WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD +WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf +WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top +0 +8 +8 +Package_CSP +WLCSP-8_1.551x2.284mm_P0.5mm +WLCSP-8, 2.284x1.551mm, 8 Ball, 2x4 Layout, 0.5mm Pitch, https://www.adestotech.com/wp-content/uploads/AT25SL321_112.pdf#page=75 +CSP 8 0.5 +0 +8 +8 +Package_CSP +WLCSP-12_1.56x1.56mm_P0.4mm +WLCSP 12 1.56x1.56 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf +BMM150 WLCSP +0 +12 +12 +Package_CSP +WLCSP-12_1.403x1.555mm_P0.4mm_Stagger +WLCSP-12, 6x4 raster staggered array, 1.403x1.555mm package, pitch 0.4mm; http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208 +CSP 12 0.2x0.346333 +0 +12 +12 +Package_CSP +WLCSP-16_1.409x1.409mm_P0.35mm +WLCSP-16, 1.409x1.409mm, 16 Ball, 4x4 Layout, 0.35mm Pitch, http://www.latticesemi.com/view_document?document_id=213 +CSP 16 0.35 +0 +16 +16 +Package_CSP +WLCSP-16_2.225x2.17mm_P0.5mm +WLCSP-16 2.225x2.17mm, 2.17x2.225mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://ww1.microchip.com/downloads/en/DeviceDoc/16B_WLCSP_CS_C04-06036c.pdf +CSP 16 0.5 +0 +16 +16 +Package_CSP +WLCSP-16_4x4_B2.17x2.32mm_P0.5mm +WLCSP-16, http://www.nxp.com/documents/data_sheet/LPC1102_1104.pdf, http://www.nxp.com/assets/documents/data/en/application-notes/AN3846.pdf +WLCSP-16 NXP +0 +16 +16 +Package_CSP +WLCSP-20_1.934x2.434mm_Layout4x5_P0.4mm +WLCSP-20, 4x5 raster, 1.934x2.434mm package, pitch 0.4mm; see section 36.2.3 of http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf +BGA 20 0.4 +0 +20 +20 +Package_CSP +WLCSP-20_1.994x1.94mm_Layout4x5_P0.4mm +WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00539D.pdf +WLCSP-20 +0 +20 +20 +Package_CSP +WLCSP-20_1.994x1.609mm_Layout5x4_P0.4mm +WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00676D.pdf +WLCSP-20 +0 +20 +20 +Package_CSP +WLCSP-36_2.82x2.67mm_Layout6x6_P0.4mm +WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00949D.pdf +WLCSP-36 +0 +36 +36 +Package_CSP +WLCSP-36_2.374x2.459mm_Layout6x6_P0.35mm +WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00604D.pdf +WLCSP-36 +0 +36 +36 +Package_CSP +WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm +WLCSP-56, 7x8 raster, 3.170x3.444mm package, pitch 0.4mm; see section 48.2.4 of http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001479B.pdf +BGA 56 0.4 +0 +56 +56 +Package_CSP +WLCSP-81_4.41x3.76mm_P0.4mm +WLCSP-81, 9x9, 0.4mm Pitch, http://www.st.com/content/ccc/resource/technical/document/technical_note/92/30/3c/a1/4c/bb/43/6f/DM00103228.pdf/files/DM00103228.pdf/jcr:content/translations/en.DM00103228.pdf +WLCSP ST +0 +81 +81 +Package_CSP +pSemi_CSP-16_1.64x2.04mm_P0.4mm +pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) +psemi csp 16 +0 +16 +16 +Package_CSP +pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm +pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) +psemi csp 16 +0 +16 +16 +Package_DFN_QFN +AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm +UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138 +QFN 0.95 +0 +6 +5 +Package_DFN_QFN +AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm +DD Package; 8-Lead Plastic DFN (5.55mm x 5.2mm), Pin 5-8 connected to EP (http://www.aosmd.com/res/packaging_information/DFN5x6_8L_EP1_P.pdf) +dfn +0 +25 +5 +Package_DFN_QFN +Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias +56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download) +QFN 0.5 +0 +87 +57 +Package_DFN_QFN +DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack +DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm +DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.5mm_EP0.6x1.37mm +DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081703_C_DC6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm +DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf) +DFN 0.5 +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm +6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.65 +0 +9 +7 +Package_DFN_QFN +DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm +DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm +DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF) +DFN 0.95 +0 +13 +7 +Package_DFN_QFN +DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm +DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +7 +Package_DFN_QFN +DFN-6_1.3x1.2mm_P0.4mm +6-Lead Plastic DFN (1.3mm x 1.2mm) +DFN 0.4 +0 +6 +6 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm +DFN, 8 Pin (https://www.qorvo.com/products/d/da001879), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm +DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NUF4401MN-D.PDF#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.6mm +DFN, 8 Pin (https://www.qorvo.com/products/d/da007268), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm +DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm +DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm +DFN, 8 Pin (https://www.st.com/resource/en/datasheet/lm2903.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm +DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF) +DFN 0.5 +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm +DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf) +DFN 0.45 +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x3mm_P0.5mm_EP0.56x2.15mm +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +11 +9 +Package_DFN_QFN +DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm +DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf) +DFN 0.5 +0 +12 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm +8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.7x1.4mm +DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_DFN_2x3x0_9_MC_C04-123C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm +8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm +8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm +DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf) +DFN 0.45 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +10 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias +DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +20 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm +DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf) +DFN 0.5 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm +DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm +8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.65 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.3x3.24mm +DFN, 8 Pin (https://www.st.com/resource/en/datasheet/ld1086.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm +8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.8 +0 +15 +9 +Package_DFN_QFN +DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm +8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) +DFN 0.8 +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm +DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) +dfn +0 +13 +9 +Package_DFN_QFN +DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm +DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) +dfn +0 +25 +9 +Package_DFN_QFN +DFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm +DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf) +DFN 0.5 +0 +13 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm +DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm +10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm +DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias +DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +22 +11 +Package_DFN_QFN +DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm +10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826) +DFN 0.5 +0 +15 +11 +Package_DFN_QFN +DFN-10_2x2mm_P0.4mm +10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch +DFN 10 0.4mm +0 +10 +10 +Package_DFN_QFN +DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm +DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf) +DFN 0.45 +0 +15 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm +10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +17 +13 +Package_DFN_QFN +DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm +DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf) +DFN 0.45 +0 +17 +13 +Package_DFN_QFN +DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm +DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf) +DFN 0.5 +0 +21 +13 +Package_DFN_QFN +DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm +DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf) +DFN 0.5 +0 +21 +13 +Package_DFN_QFN +DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm +DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF) +DFN 0.65 +0 +21 +13 +Package_DFN_QFN +DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm +DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF) +DFN 0.40 +0 +19 +15 +Package_DFN_QFN +DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm +14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) +VDFN DFN 0.65mm +0 +23 +15 +Package_DFN_QFN +DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias +14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) +VDFN DFN 0.65mm +0 +33 +15 +Package_DFN_QFN +DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm +DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf) +DFN 0.5 +0 +23 +15 +Package_DFN_QFN +DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm +DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF) +DFN 0.5 +0 +23 +15 +Package_DFN_QFN +DFN-14_1.35x3.5mm_P0.5mm +DFN, 14 Pin (https://m.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +14 +14 +Package_DFN_QFN +DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm +DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf) +DFN 0.45 +0 +25 +17 +Package_DFN_QFN +DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm +DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf) +DFN 0.5 +0 +27 +17 +Package_DFN_QFN +DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm +DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf) +DFN 0.5 +0 +25 +17 +Package_DFN_QFN +DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm +DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf) +DFN 0.5 +0 +26 +17 +Package_DFN_QFN +DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm +DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf) +DFN 0.5 +0 +29 +19 +Package_DFN_QFN +DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm +DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf) +DFN 0.5 +0 +27 +19 +Package_DFN_QFN +DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm +DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF) +DFN 0.5 +0 +33 +21 +Package_DFN_QFN +DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm +DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF) +DFN 0.5 +0 +35 +23 +Package_DFN_QFN +DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm +DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf) +DFN 0.5 +0 +35 +25 +Package_DFN_QFN +DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm +DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf) +DFN 0.4 +0 +43 +33 +Package_DFN_QFN +DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm +DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF) +DFN 0.4 +0 +63 +45 +Package_DFN_QFN +DFN-S-8-1EP_6x5mm_P1.27mm +8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 1.27 +0 +16 +9 +Package_DFN_QFN +Diodes_DFN1006-3 +DFN package size 1006 3 pins +DFN package size 1006 3 pins +0 +3 +3 +Package_DFN_QFN +Diodes_UDFN-10_1.0x2.5mm_P0.5mm +U-DFN2510-10 package used by Diodes Incorporated (https://www.diodes.com/assets/Package-Files/U-DFN2510-10-Type-CJ.pdf) +UDFN-10 U-DFN2510-10 Diodes +0 +10 +10 +Package_DFN_QFN +Diodes_UDFN2020-6_Type-F +U-DFN2020-6 (Type F) (https://www.diodes.com/assets/Package-Files/U-DFN2020-6-Type-F.pdf) +U-DFN2020-6 (Type F) +0 +8 +8 +Package_DFN_QFN +HVQFN-16-1EP_3x3mm_P0.5mm_EP1.5x1.5mm +HVQFN, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT758-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +21 +17 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +34 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +29 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +39 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +34 +25 +Package_DFN_QFN +HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +39 +25 +Package_DFN_QFN +HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +42 +33 +Package_DFN_QFN +HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +59 +33 +Package_DFN_QFN +HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm +HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +50 +41 +Package_DFN_QFN +HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias +HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +HVQFN NoLead +0 +67 +41 +Package_DFN_QFN +Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm +MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +mlpq 32 7x7mm +0 +19 +15 +Package_DFN_QFN +Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm +MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +mlpq 32 7x7mm +0 +76 +33 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) +mlpq 32 7x7mm +0 +113 +49 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) +mlpq 32 7x7mm +0 +117 +49 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) +mlpq 32 7x7mm +0 +117 +49 +Package_DFN_QFN +Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm +PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +pqfn 22 5x6mm +0 +56 +15 +Package_DFN_QFN +Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm +PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) +pqfn 44 7x7mm +0 +125 +27 +Package_DFN_QFN +Linear_DE14MA +14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf) +DFN 0.5 +0 +14 +14 +Package_DFN_QFN +Linear_UGK52_QFN-46-52 +Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf) +QFN 0.5 +0 +62 +47 +Package_DFN_QFN +MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm +MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +9 +7 +Package_DFN_QFN +MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm +8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) +DFN MLF 0.65 +0 +12 +9 +Package_DFN_QFN +MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias +8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) +DFN MLF 0.65 +0 +15 +9 +Package_DFN_QFN +MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +25 +21 +Package_DFN_QFN +MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py +MLF NoLead +0 +30 +21 +Package_DFN_QFN +MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm +Micro Leadframe Package, 16 pin with exposed pad +MLPQ- 0.65 +0 +21 +17 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm +Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Micrel MLF NoLead +0 +11 +9 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm_ThermalVias +Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Micrel MLF NoLead +0 +16 +9 +Package_DFN_QFN +Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias +http://ww1.microchip.com/downloads/en/DeviceDoc/mic2290.pdf +mlf 8 2x2 mm +0 +14 +9 +Package_DFN_QFN +Microchip_8E-16 +16-Lead Quad Flat, No Lead Package (8E) - 4x4x0.9 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN Microchip 8E 16 +0 +20 +17 +Package_DFN_QFN +Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm +QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) +QFN dual row +0 +49 +45 +Package_DFN_QFN +Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias +QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) +QFN dual row +0 +59 +45 +Package_DFN_QFN +Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm +QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) +QFN dual row +0 +74 +65 +Package_DFN_QFN +Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias +QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) +QFN dual row +0 +91 +65 +Package_DFN_QFN +Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm +40-Lead (32-Lead Populated) Plastic Quad Flat, No Lead Package - 6x8x0.9mm Body (https://www.microsemi.com/document-portal/doc_download/131677-pd70224-data-sheet) +QFN 0.5 +0 +92 +34 +Package_DFN_QFN +Mini-Circuits_DL805 +https://ww2.minicircuits.com/case_style/DL805.pdf +RF Switch +0 +11 +9 +Package_DFN_QFN +Mini-Circuits_FG873-4_3x3mm +Mini Circuits Case style FG (https://ww2.minicircuits.com/case_style/FG873.pdf) +FG873 +0 +4 +4 +Package_DFN_QFN +NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45 +LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) +NXP LQFN NoLead +0 +65 +49 +Package_DFN_QFN +NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45_ThermalVias +LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) +NXP LQFN NoLead +0 +75 +49 +Package_DFN_QFN +Nordic_AQFN-73-1EP_7x7mm_P0.5mm +http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840.html +AQFN 7mm +0 +78 +74 +Package_DFN_QFN +OnSemi_DFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P (https://www.onsemi.com/pub/Collateral/511AT.PDF) +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +OnSemi_SIP-38-6EP-9x7mm_P0.65mm_EP1.2x1.2mm +On Semiconductor, SIP-38, 9x7mm, (https://www.onsemi.com/pub/Collateral/AX-SIP-SFEU-D.PDF#page=19) +On Semiconductor SIP +0 +44 +44 +Package_DFN_QFN +OnSemi_UDFN-8_1.2x1.8mm_P0.4mm +8-Lead Plastic Dual Flat, No Lead Package, 1.2x1.8x1.55 mm Body [UDFN] (See http://www.onsemi.com/pub/Collateral/NLSV2T244-D.PDF) +dfn udfn dual flat +0 +8 +8 +Package_DFN_QFN +OnSemi_VCT-28_3.5x3.5mm_P0.4mm +OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +OnSemi VCT NoLead +0 +28 +28 +Package_DFN_QFN +OnSemi_XDFN4-1EP_1.0x1.0mm_EP0.52x0.52mm +XDFN4 footprint (as found on the https://www.onsemi.com/pub/Collateral/NCP115-D.PDF) +OnSemi XDFN4 +0 +5 +5 +Package_DFN_QFN +Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm +Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf) +panasonic hqfn +0 +37 +17 +Package_DFN_QFN +Panasonic_HSON-8_8x8mm_P2.00mm +Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf) +panasonic hson +0 +27 +9 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +32 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm +QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm_ThermalVias +QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +22 +13 +Package_DFN_QFN +QFN-12-1EP_3x3mm_P0.51mm_EP1.45x1.45mm +QFN, 12 Pin (https://ww2.minicircuits.com/case_style/DQ1225.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +17 +13 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm +QFN, 16 Pin (https://www.st.com/resource/en/datasheet/tsv521.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias +QFN, 16 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py +QFN DFN_QFN +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm +QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm_ThermalVias +QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm +QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias +QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias +QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm +QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm +QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm_ThermalVias +QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm +QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack +QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack_ThermalVias +QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm +QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm_ThermalVias +QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm +QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm +QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm +QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm_ThermalVias +QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm_ThermalVias +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +32 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm +QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias +QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +30 +21 +Package_DFN_QFN +QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +27 +21 +Package_DFN_QFN +QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +40 +21 +Package_DFN_QFN +QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm_ThermalVias +QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm +QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm_ThermalVias +QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +34 +25 +Package_DFN_QFN +QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm +QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +25 +Package_DFN_QFN +QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm_ThermalVias +QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm +QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm_ThermalVias +QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm +QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias +QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm +QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm +QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm_ThermalVias +QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm +QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm_ThermalVias +QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +25 +Package_DFN_QFN +QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +44 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm_ThermalVias +QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +51 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm +QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm_ThermalVias +QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm +QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +34 +25 +Package_DFN_QFN +QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm_ThermalVias +QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +25 +Package_DFN_QFN +QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +29 +Package_DFN_QFN +QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +53 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm +QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm_ThermalVias +QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm +QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm_ThermalVias +QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm +QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +29 +Package_DFN_QFN +QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +48 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +29 +Package_DFN_QFN +QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +41 +29 +Package_DFN_QFN +QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias +QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +62 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm +QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias +QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +71 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +38 +29 +Package_DFN_QFN +QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias +QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +71 +29 +Package_DFN_QFN +QFN-28_4x4mm_P0.5mm +QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +28 +28 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm +QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias +QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm +QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias +QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm +QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias +QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm +QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias +QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm +QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias +QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm +QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias +QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias +QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm +QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +33 +Package_DFN_QFN +QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias +QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +33 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm +QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias +QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm +QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +49 +37 +Package_DFN_QFN +QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias +QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm +QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias +QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm +QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias +QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +37 +Package_DFN_QFN +QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +39 +Package_DFN_QFN +QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +56 +39 +Package_DFN_QFN +QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +54 +39 +Package_DFN_QFN +QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias +QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +63 +39 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm +QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias +QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +67 +41 +Package_DFN_QFN +QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +57 +41 +Package_DFN_QFN +QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias +QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm +QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +43 +Package_DFN_QFN +QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias +QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +76 +43 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +61 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +87 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +61 +45 +Package_DFN_QFN +QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +87 +45 +Package_DFN_QFN +QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +70 +45 +Package_DFN_QFN +QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias +QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +45 +Package_DFN_QFN +QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm +44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf +QFN 0.65 +0 +49 +45 +Package_DFN_QFN +QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias +44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf +QFN 0.65 +0 +55 +45 +Package_DFN_QFN +QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm +QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias +QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias +QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +75 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm +QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias +QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm +QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +58 +49 +Package_DFN_QFN +QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias +QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm +QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias +QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm +QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias +QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm +QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias +QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +49 +Package_DFN_QFN +QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm +QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +49 +Package_DFN_QFN +QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias +QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +49 +Package_DFN_QFN +QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm +QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +53 +Package_DFN_QFN +QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias +QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +104 +53 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm +QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias +QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm_ThermalVias +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm +QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias +QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented +QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download +QFN DFN_QFN +0 +115 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm +QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias +QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +73 +57 +Package_DFN_QFN +QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm_ThermalVias +QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +99 +57 +Package_DFN_QFN +QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm +QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm_ThermalVias +QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm +QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm_ThermalVias +QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm +QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +74 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm_ThermalVias +QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +91 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm +QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm_ThermalVias +QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm +QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias +QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +81 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +107 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +101 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +151 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm +QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias +QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm +64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826) +QFN 0.5 +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm +64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.5 +0 +90 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +101 +65 +Package_DFN_QFN +QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias +QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +151 +65 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm +QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +85 +69 +Package_DFN_QFN +QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias +QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +69 +Package_DFN_QFN +QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm +QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +82 +73 +Package_DFN_QFN +QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias +QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +135 +73 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm +QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +86 +77 +Package_DFN_QFN +QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias +QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +103 +77 +Package_DFN_QFN +Qorvo_DFN-8-1EP_2x2mm_P0.5mm +DFN 8 2x2mm, 0.5mm http://www.qorvo.com/products/d/da000896 +DFN 0.5 Qorvo 2x2mm +0 +9 +9 +Package_DFN_QFN +ROHM_DFN0604-3 +DFN package size 0604 3 pins +DFN package size 0604 3 pins +0 +3 +3 +Package_DFN_QFN +ST_UFQFPN-20_3x3mm_P0.5mm +UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf) +UFQFPN 0.5 +0 +20 +20 +Package_DFN_QFN +ST_UQFN-6L_1.5x1.7mm_Pitch0.5mm +ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf +UQFN DFN 0.5 ST +0 +6 +6 +Package_DFN_QFN +SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm +20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf +QFN 0.5 +0 +25 +21 +Package_DFN_QFN +SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias +20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads and thermal vias; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf +QFN 0.5 +0 +31 +21 +Package_DFN_QFN +TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm +TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +11 +7 +Package_DFN_QFN +TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm_ThermalVias +TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +18 +7 +Package_DFN_QFN +TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm +TDFN, 8 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0168.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm +TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V66-Family-Data-Sheet-DS20006266A.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm +TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/devicedoc/20005514a.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm +8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) +TDFN DFN 0.5mm +0 +12 +9 +Package_DFN_QFN +TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias +8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) +TDFN DFN 0.5mm +0 +17 +9 +Package_DFN_QFN +TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm +TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +13 +11 +Package_DFN_QFN +TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias +TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +16 +11 +Package_DFN_QFN +TDFN-12_2x3mm_P0.5mm +TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf +DFN +0 +12 +12 +Package_DFN_QFN +TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm +TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +19 +15 +Package_DFN_QFN +TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm_ThermalVias +TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py +TDFN NoLead +0 +26 +15 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +TQFN, 16 Pin (https://www.diodes.com/assets/Datasheets/PI6C5946002.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +26 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +26 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +21 +17 +Package_DFN_QFN +TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias +TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +31 +17 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +25 +21 +Package_DFN_QFN +TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias +TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +35 +21 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack +TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +29 +25 +Package_DFN_QFN +TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias +TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +39 +25 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +33 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +38 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +33 +29 +Package_DFN_QFN +TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias +TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +43 +29 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +42 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +47 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +37 +33 +Package_DFN_QFN +TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm_ThermalVias +TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +47 +33 +Package_DFN_QFN +TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm +TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +45 +41 +Package_DFN_QFN +TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias +TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +55 +41 +Package_DFN_QFN +TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm +TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +58 +49 +Package_DFN_QFN +TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias +TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +TQFN NoLead +0 +75 +49 +Package_DFN_QFN +Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm +Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf +Texas instruments QFN +0 +15 +15 +Package_DFN_QFN +Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm_ThermalVia +Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf +Texas instruments QFN +0 +34 +15 +Package_DFN_QFN +Texas_DRB0008A +DFN-8, 3x3x1mm, http://www.ti.com/lit/ds/symlink/ucc24610.pdf +DRB0008A +0 +23 +9 +Package_DFN_QFN +Texas_MOF0009A +Texas Instruments, QFM MOF0009A, 6x8x2mm (http://www.ti.com/lit/ml/mpsi063a/mpsi063a.pdf) +ti qfm mof0009a +0 +24 +9 +Package_DFN_QFN +Texas_QFN-41_10x16mm +QFN, 41 Pin (http://www.ti.com/lit/ml/mpqf506/mpqf506.pdf) +QFN DFN_QFN +0 +65 +41 +Package_DFN_QFN +Texas_R-PUQFN-N10 +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf +Texas_R-PUQFN-N10 +0 +10 +10 +Package_DFN_QFN +Texas_R-PWQFN-N28_EP2.1x3.1mm +QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +33 +29 +Package_DFN_QFN +Texas_R-PWQFN-N28_EP2.1x3.1mm_ThermalVias +QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +43 +29 +Package_DFN_QFN +Texas_RGE0024C_EP2.1x2.1mm +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGE0024C_EP2.1x2.1mm_ThermalVias +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_RGE0024H_EP2.7x2.7mm +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGE0024H_EP2.7x2.7mm_ThermalVias +Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) +QFN NoLead +0 +36 +25 +Package_DFN_QFN +Texas_RNN0018A +Texas Instruments, VQFN-HR RNN0018A (http://www.ti.com/lit/ds/symlink/tps568215.pdf) +ti vqfn-hr rnn0018a +0 +26 +18 +Package_DFN_QFN +Texas_RUM0016A_EP2.6x2.6mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_RUM0016A_EP2.6x2.6mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_RWH0032A +Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) +ti rwh0032a +0 +71 +33 +Package_DFN_QFN +Texas_RWH0032A_ThermalVias +Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) +ti rwh0032a +0 +94 +33 +Package_DFN_QFN +Texas_R_PUQFN-N12 +Texas_R_PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_R_PUQFN-N12 +0 +13 +12 +Package_DFN_QFN +Texas_S-PDSO-N10_EP1.2x2mm +DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +15 +11 +Package_DFN_QFN +Texas_S-PDSO-N10_EP1.2x2mm_ThermalVias +DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +DFN NoLead +0 +22 +11 +Package_DFN_QFN +Texas_S-PVQFN-N14 +Texas_S-PVQFN-N14 http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_S-PVQFN-N14_4.3x4.3_Pitch0.5mm_ThermalPad +0 +19 +15 +Package_DFN_QFN +Texas_S-PVQFN-N14_ThermalVias +Texas_S-PVQFN-N14_ThermalVias http://www.ti.com/lit/ds/symlink/txb0104.pdf +Texas_S-PVQFN-N14_ThermalVias +0 +24 +15 +Package_DFN_QFN +Texas_S-PVQFN-N16_EP2.7x2.7mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +26 +17 +Package_DFN_QFN +Texas_S-PVQFN-N16_EP2.7x2.7mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.4x2.4mm +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.4x2.4mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.7x2.7mm +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP2.7x2.7mm_ThermalVias +QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +35 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP3.15x3.15mm +QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +25 +21 +Package_DFN_QFN +Texas_S-PVQFN-N20_EP3.15x3.15mm_ThermalVias +QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +21 +Package_DFN_QFN +Texas_S-PVQFN-N24_EP2.1x2.1mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_S-PVQFN-N24_EP2.1x2.1mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_S-PVQFN-N32_EP3.45x3.45mm +QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +42 +33 +Package_DFN_QFN +Texas_S-PVQFN-N32_EP3.45x3.45mm_ThermalVias +QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +59 +33 +Package_DFN_QFN +Texas_S-PVQFN-N36_EP4.4x4.4mm +QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +46 +37 +Package_DFN_QFN +Texas_S-PVQFN-N36_EP4.4x4.4mm_ThermalVias +QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +79 +37 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP2.9x2.9mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +45 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP2.9x2.9mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +55 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP3.52x2.62mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP3.52x2.62mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +60 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.6x4.6mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.6x4.6mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.15x4.15mm +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +50 +41 +Package_DFN_QFN +Texas_S-PVQFN-N40_EP4.15x4.15mm_ThermalVias +QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +83 +41 +Package_DFN_QFN +Texas_S-PVQFN-N48_EP5.15x5.15mm +QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +65 +49 +Package_DFN_QFN +Texas_S-PVQFN-N48_EP5.15x5.15mm_ThermalVias +QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +111 +49 +Package_DFN_QFN +Texas_S-PVQFN-N64_EP4.25x4.25mm +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +69 +65 +Package_DFN_QFN +Texas_S-PVQFN-N64_EP4.25x4.25mm_ThermalVias +QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +127 +65 +Package_DFN_QFN +Texas_S-PWQFN-N16_EP2.1x2.1mm +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +21 +17 +Package_DFN_QFN +Texas_S-PWQFN-N16_EP2.1x2.1mm_ThermalVias +QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +31 +17 +Package_DFN_QFN +Texas_S-PWQFN-N20 +20-Pin Plastic Quad Flatpack No-Lead Package, Body 3.0x3.0x0.8mm, Texas Instruments (http://www.ti.com/lit/ds/symlink/tps22993.pdf) +QFN 0.4 +0 +24 +20 +Package_DFN_QFN +Texas_S-PWQFN-N24_EP2.7x2.7mm +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +29 +25 +Package_DFN_QFN +Texas_S-PWQFN-N24_EP2.7x2.7mm_ThermalVias +QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +39 +25 +Package_DFN_QFN +Texas_S-PWQFN-N32_EP2.8x2.8mm +QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +37 +33 +Package_DFN_QFN +Texas_S-PWQFN-N32_EP2.8x2.8mm_ThermalVias +QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py +QFN NoLead +0 +47 +33 +Package_DFN_QFN +Texas_S-PWQFN-N100_EP5.5x5.5mm +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf +MultiRow QFN +0 +114 +105 +Package_DFN_QFN +Texas_S-PWQFN-N100_EP5.5x5.5mm_ThermalVias +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf +MultiRow QFN +0 +131 +105 +Package_DFN_QFN +Texas_S-PX2QFN-14 +Texas QFN, 14 Pin (http://www.ti.com/lit/ds/symlink/tlv9004.pdf#page=64), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas QFN NoLead +0 +14 +14 +Package_DFN_QFN +Texas_VQFN-RHL-20 +http://www.ti.com/lit/ds/symlink/bq51050b.pdf +RHL0020A +0 +33 +21 +Package_DFN_QFN +Texas_VQFN-RHL-20_ThermalVias +http://www.ti.com/lit/ds/symlink/bq51050b.pdf +RHL0020A +0 +41 +21 +Package_DFN_QFN +Texas_VSON-HR-8_1.5x2mm_P0.5mm +Texas VSON-HR, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62823.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas VSON-HR NoLead +0 +8 +8 +Package_DFN_QFN +Texas_WQFN-MR-100_3x3-DapStencil +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf +MultiRow QFN +0 +113 +105 +Package_DFN_QFN +Texas_WQFN-MR-100_ThermalVias_3x3-DapStencil +http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf +MultiRow QFN +0 +126 +105 +Package_DFN_QFN +Texas_X2QFN-12_1.6x1.6mm_P0.4mm +Texas X2QFN, 12 Pin (http://www.ti.com/lit/ml/mpqf391c/mpqf391c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas X2QFN NoLead +0 +12 +12 +Package_DFN_QFN +UDFN-4-1EP_1x1mm_P0.65mm_EP0.48x0.48mm +UDFN-4_1x1mm_P0.65mm, http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550x-300mA-Single-Output-LDO-in-Small-Packages-DS20006006A.pdf +UDFN-4_1x1mm_P0.65mm +0 +5 +5 +Package_DFN_QFN +UDFN-9_1.0x3.8mm_P0.5mm +9-pin UDFN package, 1.0x3.8mm, (Ref: https://katalog.we-online.de/pbs/datasheet/824014881.pdf) +UDFN SMD +0 +9 +9 +Package_DFN_QFN +UDFN-10_1.35x2.6mm_P0.5mm +http://www.st.com/content/ccc/resource/technical/document/datasheet/f2/11/8a/ed/40/31/40/56/DM00088292.pdf/files/DM00088292.pdf/jcr:content/translations/en.DM00088292.pdf +UDFN 0.5 uQFN +0 +10 +10 +Package_DFN_QFN +UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm +UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UFQFPN NoLead +0 +37 +33 +Package_DFN_QFN +UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias +UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UFQFPN NoLead +0 +47 +33 +Package_DFN_QFN +UQFN-10_1.3x1.8mm_P0.4mm +UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 9)), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +10 +10 +Package_DFN_QFN +UQFN-10_1.4x1.8mm_P0.4mm +UQFN 10pin, https://www.onsemi.com/pub/Collateral/488AT.PDF +UQFN-10_1.4x1.8mm_P0.4mm +0 +10 +10 +Package_DFN_QFN +UQFN-10_1.6x2.1mm_P0.5mm +UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 12)), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +10 +10 +Package_DFN_QFN +UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +16-Lead Ultra Thin Quad Flat, No Lead Package (UC) - 3x3x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.5 +0 +21 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm +UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +21 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias +UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +31 +17 +Package_DFN_QFN +UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm +16-Lead Ultra Thin Plastic Quad Flat, No Lead Package (JQ) - 4x4x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) +QFN 0.65 +0 +21 +17 +Package_DFN_QFN +UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +25 +21 +Package_DFN_QFN +UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm_ThermalVias +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +30 +21 +Package_DFN_QFN +UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +25 +21 +Package_DFN_QFN +UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias +UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +35 +21 +Package_DFN_QFN +UQFN-20_3x3mm_P0.4mm +UQFN, 20 Pin (https://resurgentsemi.com/wp-content/uploads/2018/09/MPR121_rev5-Resurgent.pdf?d453f8&d453f8), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +20 +20 +Package_DFN_QFN +UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm +UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +33 +29 +Package_DFN_QFN +UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm_ThermalVias +UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +43 +29 +Package_DFN_QFN +UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm +UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +50 +41 +Package_DFN_QFN +UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias +UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +67 +41 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm +UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +58 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm_ThermalVias +UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +75 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm +UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +53 +49 +Package_DFN_QFN +UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm_ThermalVias +UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py +UQFN NoLead +0 +75 +49 +Package_DFN_QFN +VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm +8-Lead Very Thin Dual Flatpack No-Lead (LZ) - 2x3x0.9 mm Body [VDFN] (see Microchip Packaging Specification 00000049BS.pdf) +DFN 0.5 +0 +11 +9 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm +VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +18 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm_ThermalVias +VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +23 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm +VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias +VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +21 +17 +Package_DFN_QFN +VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias +VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +26 +17 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +25 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +30 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +25 +21 +Package_DFN_QFN +VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias +VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +30 +21 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +34 +25 +Package_DFN_QFN +VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +39 +25 +Package_DFN_QFN +VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm +VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +33 +29 +Package_DFN_QFN +VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias +VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +43 +29 +Package_DFN_QFN +VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm +VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +35 +29 +Package_DFN_QFN +VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm_ThermalVias +VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +48 +29 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias +VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm +VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias +VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm +VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +37 +33 +Package_DFN_QFN +VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm_ThermalVias +VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +47 +33 +Package_DFN_QFN +VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm +VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +53 +47 +Package_DFN_QFN +VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm_ThermalVias +VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +66 +47 +Package_DFN_QFN +VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm +VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +58 +49 +Package_DFN_QFN +VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm_ThermalVias +VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +75 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +58 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +75 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +53 +49 +Package_DFN_QFN +VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias +VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +79 +49 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +74 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +100 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +74 +65 +Package_DFN_QFN +VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias +VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VQFN NoLead +0 +91 +65 +Package_DFN_QFN +WDFN-6-2EP_4.0x2.6mm_P0.65mm +WDFN, 6 pin, 4.0x2.6, 0.65P; Two exposed pads, (https://www.onsemi.com/pub/Collateral/511BZ.PDF) +DFN 0.65P dual flag +0 +8 +8 +Package_DFN_QFN +WDFN-8-1EP_2x2.2mm_P0.5mm_EP0.80x0.54 +https://www.onsemi.com/pub/Collateral/511BN.PDF +WDFN-8 1EP 2.2X2.0 0.5P +0 +9 +9 +Package_DFN_QFN +WDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005474E.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MNY_C04-0129E-MNY.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm +WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm_ThermalVias +WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +20 +9 +Package_DFN_QFN +WDFN-8-1EP_6x5mm_P1.27mm_EP3.4x4mm +WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_5x6mm_MF_C04210B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +13 +9 +Package_DFN_QFN +WDFN-8_2x2mm_P0.5mm +DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) +DFN 0.5 +0 +8 +8 +Package_DFN_QFN +WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm +WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WDFN NoLead +0 +17 +13 +Package_DFN_QFN +WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm +WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +19 +15 +Package_DFN_QFN +WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm_ThermalVias +WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +24 +15 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias +WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +26 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm +WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias +WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +26 +17 +Package_DFN_QFN +WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +21 +17 +Package_DFN_QFN +WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +31 +17 +Package_DFN_QFN +WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm +http://www.onsemi.com/pub/Collateral/510CD.PDF +WQFN-20 4.5mm 2.5mm 0.5mm +0 +24 +21 +Package_DFN_QFN +WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm +WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +25 +21 +Package_DFN_QFN +WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias +WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +30 +21 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +29 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +39 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +29 +25 +Package_DFN_QFN +WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias +WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +39 +25 +Package_DFN_QFN +WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm +QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf) +WQFN 0.5 +0 +37 +33 +Package_DFN_QFN +WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm +WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +57 +43 +Package_DFN_QFN +WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm_ThermalVias +WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py +WQFN NoLead +0 +82 +43 +Package_DIP +DIP-4_W7.62mm +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_LongPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_SMDSocket_SmallPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_Socket +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +4 +4 +Package_DIP +DIP-4_W7.62mm_Socket_LongPads +4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +4 +4 +Package_DIP +DIP-4_W8.89mm_SMDSocket_LongPads +4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +4 +4 +Package_DIP +DIP-4_W10.16mm +4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +4 +4 +Package_DIP +DIP-4_W10.16mm_LongPads +4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +4 +4 +Package_DIP +DIP-5-6_W7.62mm +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_LongPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_SMDSocket_SmallPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_Socket +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +5 +5 +Package_DIP +DIP-5-6_W7.62mm_Socket_LongPads +5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W8.89mm_SMDSocket_LongPads +5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +5 +5 +Package_DIP +DIP-5-6_W10.16mm +5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +5 +5 +Package_DIP +DIP-5-6_W10.16mm_LongPads +5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +5 +5 +Package_DIP +DIP-6_W7.62mm +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_LongPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_SMDSocket_SmallPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_Socket +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +6 +6 +Package_DIP +DIP-6_W7.62mm_Socket_LongPads +6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +6 +6 +Package_DIP +DIP-6_W8.89mm_SMDSocket_LongPads +6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +6 +6 +Package_DIP +DIP-6_W10.16mm +6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +6 +6 +Package_DIP +DIP-6_W10.16mm_LongPads +6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +6 +6 +Package_DIP +DIP-8-16_W7.62mm +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +DIP-8-16_W7.62mm_Socket +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +8 +8 +Package_DIP +DIP-8-16_W7.62mm_Socket_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +8 +8 +Package_DIP +DIP-8-N6_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6 +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +DIP-8-N7_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7 +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +DIP-8_W7.62mm +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_LongPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_SMDSocket_SmallPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_Socket +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +8 +8 +Package_DIP +DIP-8_W7.62mm_Socket_LongPads +8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +8 +8 +Package_DIP +DIP-8_W8.89mm_SMDSocket_LongPads +8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +8 +8 +Package_DIP +DIP-8_W10.16mm +8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +8 +8 +Package_DIP +DIP-8_W10.16mm_LongPads +8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +8 +8 +Package_DIP +DIP-10_W7.62mm +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_LongPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_SMDSocket_SmallPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_Socket +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +10 +10 +Package_DIP +DIP-10_W7.62mm_Socket_LongPads +10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +10 +10 +Package_DIP +DIP-10_W8.89mm_SMDSocket_LongPads +10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +10 +10 +Package_DIP +DIP-10_W10.16mm +10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +10 +10 +Package_DIP +DIP-10_W10.16mm_LongPads +10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +10 +10 +Package_DIP +DIP-12_W7.62mm +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_LongPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_SMDSocket_SmallPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_Socket +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +12 +12 +Package_DIP +DIP-12_W7.62mm_Socket_LongPads +12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +12 +12 +Package_DIP +DIP-12_W8.89mm_SMDSocket_LongPads +12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +12 +12 +Package_DIP +DIP-12_W10.16mm +12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +12 +12 +Package_DIP +DIP-12_W10.16mm_LongPads +12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +12 +12 +Package_DIP +DIP-14_W7.62mm +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_LongPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_SMDSocket_SmallPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_Socket +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +14 +14 +Package_DIP +DIP-14_W7.62mm_Socket_LongPads +14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +14 +14 +Package_DIP +DIP-14_W8.89mm_SMDSocket_LongPads +14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +14 +14 +Package_DIP +DIP-14_W10.16mm +14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +14 +14 +Package_DIP +DIP-14_W10.16mm_LongPads +14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +14 +14 +Package_DIP +DIP-16_W7.62mm +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_SMDSocket_SmallPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_Socket +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +16 +16 +Package_DIP +DIP-16_W7.62mm_Socket_LongPads +16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +16 +16 +Package_DIP +DIP-16_W8.89mm_SMDSocket_LongPads +16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +16 +16 +Package_DIP +DIP-16_W10.16mm +16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +16 +16 +Package_DIP +DIP-16_W10.16mm_LongPads +16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +16 +16 +Package_DIP +DIP-18_W7.62mm +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_LongPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_SMDSocket_SmallPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_Socket +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +18 +18 +Package_DIP +DIP-18_W7.62mm_Socket_LongPads +18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +18 +18 +Package_DIP +DIP-18_W8.89mm_SMDSocket_LongPads +18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +18 +18 +Package_DIP +DIP-20_W7.62mm +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_LongPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_SMDSocket_SmallPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_Socket +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +20 +20 +Package_DIP +DIP-20_W7.62mm_Socket_LongPads +20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +20 +20 +Package_DIP +DIP-20_W8.89mm_SMDSocket_LongPads +20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +20 +20 +Package_DIP +DIP-22_W7.62mm +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_LongPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_SMDSocket_SmallPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_Socket +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +22 +22 +Package_DIP +DIP-22_W7.62mm_Socket_LongPads +22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +22 +22 +Package_DIP +DIP-22_W8.89mm_SMDSocket_LongPads +22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_LongPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_SMDSocket_SmallPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_Socket +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket +0 +22 +22 +Package_DIP +DIP-22_W10.16mm_Socket_LongPads +22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads +0 +22 +22 +Package_DIP +DIP-22_W11.43mm_SMDSocket_LongPads +22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads +0 +22 +22 +Package_DIP +DIP-24_W7.62mm +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_LongPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_Socket +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +24 +24 +Package_DIP +DIP-24_W7.62mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W8.89mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) +THT DIP DIL PDIP 2.54mm 10.16mm 400mil +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_LongPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_Socket +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket +0 +24 +24 +Package_DIP +DIP-24_W10.16mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W11.43mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_LongPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_SMDSocket_SmallPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_Socket +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +24 +24 +Package_DIP +DIP-24_W15.24mm_Socket_LongPads +24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +24 +24 +Package_DIP +DIP-24_W16.51mm_SMDSocket_LongPads +24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +24 +24 +Package_DIP +DIP-28_W7.62mm +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_LongPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_SMDSocket_SmallPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_Socket +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket +0 +28 +28 +Package_DIP +DIP-28_W7.62mm_Socket_LongPads +28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads +0 +28 +28 +Package_DIP +DIP-28_W8.89mm_SMDSocket_LongPads +28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_LongPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_SMDSocket_SmallPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_Socket +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +28 +28 +Package_DIP +DIP-28_W15.24mm_Socket_LongPads +28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +28 +28 +Package_DIP +DIP-28_W16.51mm_SMDSocket_LongPads +28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +28 +28 +Package_DIP +DIP-32_W7.62mm +32-lead dip package, row spacing 7.62 mm (300 mils) +DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +32 +32 +Package_DIP +DIP-32_W15.24mm +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_LongPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_SMDSocket_SmallPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_Socket +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +32 +32 +Package_DIP +DIP-32_W15.24mm_Socket_LongPads +32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +32 +32 +Package_DIP +DIP-32_W16.51mm_SMDSocket_LongPads +32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +32 +32 +Package_DIP +DIP-40_W15.24mm +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_LongPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_SMDSocket_SmallPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_Socket +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +40 +40 +Package_DIP +DIP-40_W15.24mm_Socket_LongPads +40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +40 +40 +Package_DIP +DIP-40_W16.51mm_SMDSocket_LongPads +40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_LongPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_SMDSocket_SmallPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_Socket +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket +0 +40 +40 +Package_DIP +DIP-40_W25.4mm_Socket_LongPads +40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads +0 +40 +40 +Package_DIP +DIP-40_W26.67mm_SMDSocket_LongPads +40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads +0 +40 +40 +Package_DIP +DIP-42_W15.24mm +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_LongPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_SMDSocket_SmallPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_Socket +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +42 +42 +Package_DIP +DIP-42_W15.24mm_Socket_LongPads +42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +42 +42 +Package_DIP +DIP-42_W16.51mm_SMDSocket_LongPads +42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +42 +42 +Package_DIP +DIP-48_W15.24mm +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_LongPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_SMDSocket_SmallPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_Socket +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +48 +48 +Package_DIP +DIP-48_W15.24mm_Socket_LongPads +48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +48 +48 +Package_DIP +DIP-48_W16.51mm_SMDSocket_LongPads +48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +48 +48 +Package_DIP +DIP-64_W15.24mm +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) +THT DIP DIL PDIP 2.54mm 15.24mm 600mil +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_LongPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_Socket +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket +0 +64 +64 +Package_DIP +DIP-64_W15.24mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W16.51mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils) +THT DIP DIL PDIP 2.54mm 22.86mm 900mil +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_LongPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_Socket +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket +THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket +0 +64 +64 +Package_DIP +DIP-64_W22.86mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W24.13mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_LongPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_SMDSocket_SmallPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_Socket +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket +0 +64 +64 +Package_DIP +DIP-64_W25.4mm_Socket_LongPads +64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads +THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads +0 +64 +64 +Package_DIP +DIP-64_W26.67mm_SMDSocket_LongPads +64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads +THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads +0 +64 +64 +Package_DIP +Fairchild_LSOP-8 +8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf) +LSOP 2.54mm 300mil +0 +8 +8 +Package_DIP +PowerIntegrations_PDIP-8B +Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +7 +7 +Package_DIP +PowerIntegrations_PDIP-8C +Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +7 +7 +Package_DIP +PowerIntegrations_SDIP-10C +PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads +0 +9 +9 +Package_DIP +PowerIntegrations_SMD-8 +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +PowerIntegrations_SMD-8B +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +PowerIntegrations_SMD-8C +PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +7 +7 +Package_DIP +PowerIntegrations_eDIP-12B +Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil +0 +11 +11 +Package_DIP +SMDIP-4_W7.62mm +4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +4 +4 +Package_DIP +SMDIP-4_W9.53mm +4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +4 +4 +Package_DIP +SMDIP-4_W9.53mm_Clearance8mm +4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +4 +4 +Package_DIP +SMDIP-4_W11.48mm +4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +4 +4 +Package_DIP +SMDIP-6_W7.62mm +6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +6 +6 +Package_DIP +SMDIP-6_W9.53mm +6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +6 +6 +Package_DIP +SMDIP-6_W9.53mm_Clearance8mm +6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +6 +6 +Package_DIP +SMDIP-6_W11.48mm +6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +6 +6 +Package_DIP +SMDIP-8_W7.62mm +8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +8 +8 +Package_DIP +SMDIP-8_W9.53mm +8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +8 +8 +Package_DIP +SMDIP-8_W9.53mm_Clearance8mm +8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +8 +8 +Package_DIP +SMDIP-8_W11.48mm +8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +8 +8 +Package_DIP +SMDIP-10_W7.62mm +10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +10 +10 +Package_DIP +SMDIP-10_W9.53mm +10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +10 +10 +Package_DIP +SMDIP-10_W9.53mm_Clearance8mm +10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +10 +10 +Package_DIP +SMDIP-10_W11.48mm +10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +10 +10 +Package_DIP +SMDIP-12_W7.62mm +12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +12 +12 +Package_DIP +SMDIP-12_W9.53mm +12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +12 +12 +Package_DIP +SMDIP-12_W9.53mm_Clearance8mm +12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +12 +12 +Package_DIP +SMDIP-12_W11.48mm +12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +12 +12 +Package_DIP +SMDIP-14_W7.62mm +14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +14 +14 +Package_DIP +SMDIP-14_W9.53mm +14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +14 +14 +Package_DIP +SMDIP-14_W9.53mm_Clearance8mm +14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +14 +14 +Package_DIP +SMDIP-14_W11.48mm +14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +14 +14 +Package_DIP +SMDIP-16_W7.62mm +16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +16 +16 +Package_DIP +SMDIP-16_W9.53mm +16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +16 +16 +Package_DIP +SMDIP-16_W9.53mm_Clearance8mm +16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +16 +16 +Package_DIP +SMDIP-16_W11.48mm +16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +16 +16 +Package_DIP +SMDIP-18_W7.62mm +18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +18 +18 +Package_DIP +SMDIP-18_W9.53mm +18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +18 +18 +Package_DIP +SMDIP-18_W9.53mm_Clearance8mm +18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +18 +18 +Package_DIP +SMDIP-18_W11.48mm +18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +18 +18 +Package_DIP +SMDIP-20_W7.62mm +20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +20 +20 +Package_DIP +SMDIP-20_W9.53mm +20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +20 +20 +Package_DIP +SMDIP-20_W9.53mm_Clearance8mm +20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +20 +20 +Package_DIP +SMDIP-20_W11.48mm +20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +20 +20 +Package_DIP +SMDIP-22_W7.62mm +22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +22 +22 +Package_DIP +SMDIP-22_W9.53mm +22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +22 +22 +Package_DIP +SMDIP-22_W9.53mm_Clearance8mm +22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm +0 +22 +22 +Package_DIP +SMDIP-22_W11.48mm +22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +22 +22 +Package_DIP +SMDIP-24_W7.62mm +24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +24 +24 +Package_DIP +SMDIP-24_W9.53mm +24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +24 +24 +Package_DIP +SMDIP-24_W11.48mm +24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +24 +24 +Package_DIP +SMDIP-24_W15.24mm +24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +24 +24 +Package_DIP +SMDIP-28_W15.24mm +28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +28 +28 +Package_DIP +SMDIP-32_W7.62mm +32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil +0 +32 +32 +Package_DIP +SMDIP-32_W9.53mm +32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil +0 +32 +32 +Package_DIP +SMDIP-32_W11.48mm +32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil +0 +32 +32 +Package_DIP +SMDIP-32_W15.24mm +32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +32 +32 +Package_DIP +SMDIP-40_W15.24mm +40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +40 +40 +Package_DIP +SMDIP-40_W25.24mm +40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil +0 +40 +40 +Package_DIP +SMDIP-42_W15.24mm +42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +42 +42 +Package_DIP +SMDIP-48_W15.24mm +48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +48 +48 +Package_DIP +SMDIP-64_W15.24mm +64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) +SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil +0 +64 +64 +Package_DIP +Toshiba_11-7A9 +Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S) +Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil +0 +5 +5 +Package_DIP +Vishay_HVM-DIP-3_W7.62mm +3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf +THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP +0 +4 +3 +Package_DirectFET +DirectFET_L4 +DirectFET L4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=41 +DirectFET L4 MOSFET Infineon +0 +11 +3 +Package_DirectFET +DirectFET_L6 +DirectFET L6 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=42 +DirectFET L6 MOSFET Infineon +0 +13 +3 +Package_DirectFET +DirectFET_L8 +DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=43 +DirectFET L8 MOSFET Infineon +0 +15 +3 +Package_DirectFET +DirectFET_LA +DirectFET LA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=44 +DirectFET LA MOSFET Infineon +0 +15 +3 +Package_DirectFET +DirectFET_M2 +DirectFET M2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=33 +DirectFET M2 MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_M4 +DirectFET M4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=34 +DirectFET M4 MOSFET Infineon +0 +9 +3 +Package_DirectFET +DirectFET_MA +DirectFET MA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=35 +DirectFET MA MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MB +DirectFET MB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=36 +DirectFET MB MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MC +DirectFET MC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=37 +DirectFET MC MOSFET Infineon +0 +10 +3 +Package_DirectFET +DirectFET_MD +DirectFET MD https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=38 +DirectFET MD MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_ME +DirectFET ME https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=39 +DirectFET ME MOSFET Infineon +0 +10 +3 +Package_DirectFET +DirectFET_MF +DirectFET MF https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=40 +DirectFET MF MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_MN +DirectFET MN https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=30 +DirectFET MN MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MP +DirectFET MP https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=28 +DirectFET MP MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MQ +DirectFET MQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=29 +DirectFET MQ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MT +DirectFET MT https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=26 +DirectFET MT MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MU +DirectFET MU https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=32 +DirectFET MU MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MX +DirectFET MX https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=27 +DirectFET MX MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_MZ +DirectFET MZ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=31 +DirectFET MZ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_S1 +DirectFET S1 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=20 +DirectFET S1 MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_S2 +DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=21 +DirectFET S2 MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_S3C +DirectFET S3C https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=25 +DirectFET S3C MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_SA +DirectFET SA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=22 +DirectFET SA MOSFET Infineon +0 +8 +3 +Package_DirectFET +DirectFET_SB +DirectFET SB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=23 +DirectFET SB MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_SC +DirectFET SC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=24 +DirectFET SC MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_SH +DirectFET SH https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=19 +DirectFET SH MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_SJ +DirectFET SJ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=18 +DirectFET SJ MOSFET Infineon +0 +7 +3 +Package_DirectFET +DirectFET_SQ +DirectFET SQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=17 +DirectFET SQ MOSFET Infineon +0 +6 +3 +Package_DirectFET +DirectFET_ST +DirectFET ST https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=16 +DirectFET ST MOSFET Infineon +0 +7 +3 +Package_LCC +PLCC-20 +PLCC, 20 pins, surface mount +plcc smt +0 +20 +20 +Package_LCC +PLCC-20_SMD-Socket +PLCC, 20 pins, surface mount +plcc smt +0 +20 +20 +Package_LCC +PLCC-20_THT-Socket +PLCC, 20 pins, through hole +plcc leaded +0 +20 +20 +Package_LCC +PLCC-28 +PLCC, 28 pins, surface mount +plcc smt +0 +28 +28 +Package_LCC +PLCC-28_SMD-Socket +PLCC, 28 pins, surface mount +plcc smt +0 +28 +28 +Package_LCC +PLCC-28_THT-Socket +PLCC, 28 pins, through hole +plcc leaded +0 +28 +28 +Package_LCC +PLCC-32_11.4x14.0mm_P1.27mm +PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +32 +32 +Package_LCC +PLCC-32_THT-Socket +PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf +plcc leaded +0 +32 +32 +Package_LCC +PLCC-44 +PLCC, 44 pins, surface mount +plcc smt +0 +44 +44 +Package_LCC +PLCC-44_16.6x16.6mm_P1.27mm +PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +44 +44 +Package_LCC +PLCC-44_SMD-Socket +PLCC, 44 pins, surface mount +plcc smt +0 +44 +44 +Package_LCC +PLCC-44_THT-Socket +PLCC, 44 pins, through hole +plcc leaded +0 +44 +44 +Package_LCC +PLCC-52 +PLCC, 52 pins, surface mount +plcc smt +0 +52 +52 +Package_LCC +PLCC-52_SMD-Socket +PLCC, 52 pins, surface mount +plcc smt +0 +52 +52 +Package_LCC +PLCC-52_THT-Socket +PLCC, 52 pins, through hole +plcc leaded +0 +52 +52 +Package_LCC +PLCC-68 +PLCC, 68 pins, surface mount +plcc smt +0 +68 +68 +Package_LCC +PLCC-68_24.2x24.2mm_P1.27mm +PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +68 +68 +Package_LCC +PLCC-68_SMD-Socket +PLCC, 68 pins, surface mount +plcc smt +0 +68 +68 +Package_LCC +PLCC-68_THT-Socket +PLCC, 68 pins, through hole +plcc leaded +0 +68 +68 +Package_LCC +PLCC-84 +PLCC, 84 pins, surface mount +plcc smt +0 +84 +84 +Package_LCC +PLCC-84_29.3x29.3mm_P1.27mm +PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py +PLCC LCC +0 +84 +84 +Package_LCC +PLCC-84_SMD-Socket +PLCC, 84 pins, surface mount +plcc smt +0 +84 +84 +Package_LCC +PLCC-84_THT-Socket +PLCC, 84 pins, through hole +plcc leaded +0 +84 +84 +Package_LGA +AMS_LGA-10-1EP_2.7x4mm_P0.6mm +LGA-10, http://ams.com/eng/content/download/951091/2269479/471718 +lga land grid array +0 +13 +11 +Package_LGA +AMS_LGA-20_4.7x4.5mm_P0.65mm +http://ams.com/eng/content/download/1008631/2361759/498838 +AMS LGA +0 +20 +20 +Package_LGA +Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering +LGA-8 +lga land grid array +0 +8 +8 +Package_LGA +Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering +LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf +lga land grid array +0 +8 +8 +Package_LGA +Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering +Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py +Bosch LGA NoLead +0 +8 +8 +Package_LGA +Bosch_LGA-14_3x2.5mm_P0.5mm +LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf +lga land grid array +0 +14 +14 +Package_LGA +Kionix_LGA-12_2x2mm_P0.5mm_LayoutBorder2x4y +Kionix LGA, 12 Pin (http://kionixfs.kionix.com/en/document/TN008-PCB-Design-Guidelines-for-2x2-LGA-Sensors.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py +Kionix LGA NoLead +0 +12 +12 +Package_LGA +LGA-8_3x5mm_P1.25mm +LGA-8 +lga land grid array +0 +8 +8 +Package_LGA +LGA-12_2x2mm_P0.5mm +LGA12 +lga land grid array +0 +12 +12 +Package_LGA +LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y +LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y +LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm6ds3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y +LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +14 +14 +Package_LGA +LGA-16_3x3mm_P0.5mm +http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf +lga land grid array +0 +16 +16 +Package_LGA +LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y +LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +16 +16 +Package_LGA +LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y +LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +LGA NoLead +0 +16 +16 +Package_LGA +LGA-24L_3x3.5mm_P0.43mm +LGA 24L 3x3.5mm Pitch 0.43mm +LGA 24L 3x3.5mm Pitch 0.43mm +0 +24 +24 +Package_LGA +LGA-28_5.2x3.8mm_P0.5mm +LGA 28 5.2x3.8mm Pitch 0.5mm +LGA 28 5.2x3.8mm Pitch 0.5mm +0 +28 +28 +Package_LGA +Linear_LGA-133_15.0x15.0mm_Layout12x12_P1.27mm +Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf +133 pin lga +0 +133 +133 +Package_LGA +NXP_LGA-8_3x5mm_P1.25mm_H1.1mm +NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py +NXP LGA NoLead +0 +8 +8 +Package_LGA +NXP_LGA-8_3x5mm_P1.25mm_H1.2mm +NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py +NXP LGA NoLead +0 +8 +8 +Package_LGA +ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y +ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py +ST HLGA NoLead +0 +10 +10 +Package_LGA +Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm +Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +12 +9 +Package_LGA +Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias +Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +16 +9 +Package_LGA +Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm +Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +14 +11 +Package_LGA +Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm_ThermalVias +Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Texas MicroSiP NoLead +0 +18 +11 +Package_LGA +VLGA-4_2x2.5mm_P1.65mm +VLGA, 4 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/DSC60XX-Ultra-Small-Ultra-Low-Power-MEMS-Oscillator-DS20005625C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +VLGA NoLead +0 +4 +4 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +154 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +171 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +161 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +187 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +165 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +196 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +175 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +218 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +194 +145 +Package_QFP +EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias +EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +EQFP QFP +0 +259 +145 +Package_QFP +HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad +HTQFP-64 Pitch 0.5 +0 +69 +65 +Package_QFP +HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad +HTQFP-64 Pitch 0.5 +0 +135 +65 +Package_QFP +LQFP-32_5x5mm_P0.5mm +LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT401-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +32 +32 +Package_QFP +LQFP-32_7x7mm_P0.8mm +LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT358-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +32 +32 +Package_QFP +LQFP-36_7x7mm_P0.65mm +LQFP, 36 Pin (https://www.onsemi.com/pub/Collateral/561AV.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +36 +36 +Package_QFP +LQFP-44_10x10mm_P0.8mm +LQFP, 44 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ASS23225W.pdf?&fsrch=1), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +44 +44 +Package_QFP +LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm +LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +58 +49 +Package_QFP +LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm_ThermalVias +LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +75 +49 +Package_QFP +LQFP-48_7x7mm_P0.5mm +LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +48 +48 +Package_QFP +LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm +LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +62 +53 +Package_QFP +LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm_ThermalVias +LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +95 +53 +Package_QFP +LQFP-52_10x10mm_P0.65mm +LQFP, 52 Pin (https://www.nxp.com/docs/en/package-information/98ARL10526D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +52 +52 +Package_QFP +LQFP-52_14x14mm_P1mm +LQFP, 52 Pin (http://www.holtek.com/documents/10179/116711/HT1632Cv170.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +52 +52 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +90 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm_ThermalVias +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +107 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm +LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +90 +65 +Package_QFP +LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm_ThermalVias +LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +127 +65 +Package_QFP +LQFP-64_7x7mm_P0.4mm +LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT414-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-64_10x10mm_P0.5mm +LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-64_14x14mm_P0.8mm +LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT791-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +64 +64 +Package_QFP +LQFP-80_10x10mm_P0.4mm +LQFP, 80 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q80.10x10.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-80_12x12mm_P0.5mm +LQFP, 80 Pin (https://www.nxp.com/docs/en/package-information/SOT315-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-80_14x14mm_P0.65mm +LQFP, 80 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +80 +80 +Package_QFP +LQFP-100_14x14mm_P0.5mm +LQFP, 100 Pin (https://www.nxp.com/docs/en/package-information/SOT407-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +100 +100 +Package_QFP +LQFP-128_14x14mm_P0.4mm +LQFP, 128 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q128.14x14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +128 +128 +Package_QFP +LQFP-128_14x20mm_P0.5mm +LQFP, 128 Pin (https://www.nxp.com/docs/en/package-information/SOT425-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +128 +128 +Package_QFP +LQFP-144_20x20mm_P0.5mm +LQFP, 144 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=425), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +144 +144 +Package_QFP +LQFP-160_24x24mm_P0.5mm +LQFP, 160 Pin (https://www.nxp.com/docs/en/package-information/SOT435-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +160 +160 +Package_QFP +LQFP-176_20x20mm_P0.4mm +LQFP, 176 Pin (https://www.onsemi.com/pub/Collateral/566DB.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +176 +176 +Package_QFP +LQFP-176_24x24mm_P0.5mm +LQFP, 176 Pin (https://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=163), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +176 +176 +Package_QFP +LQFP-208_28x28mm_P0.5mm +LQFP, 208 Pin (https://www.nxp.com/docs/en/package-information/SOT459-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +208 +208 +Package_QFP +LQFP-216_24x24mm_P0.4mm +LQFP, 216 Pin (https://www.onsemi.com/pub/Collateral/561BE.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +LQFP QFP +0 +216 +216 +Package_QFP +MQFP-44_10x10mm_P0.8mm +MQFP, 44 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MQFP QFP +0 +44 +44 +Package_QFP +PQFP-32_5x5mm_P0.5mm +PQFP, 32 Pin (https://www.ti.com/lit/ds/symlink/ads127l01.pdf#page=87), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +32 +32 +Package_QFP +PQFP-44_10x10mm_P0.8mm +44-Lead Plastic Quad Flatpack - 10x10x2.5mm Body (http://www.onsemi.com/pub/Collateral/122BK.PDF) +PQFP 0.8 +0 +44 +44 +Package_QFP +PQFP-80_14x20mm_P0.8mm +PQFP80 14x20 / QIP80E CASE 122BS (see ON Semiconductor 122BS.PDF) +QFP 0.8 +0 +80 +80 +Package_QFP +PQFP-100_14x20mm_P0.65mm +PQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +100 +100 +Package_QFP +PQFP-112_20x20mm_P0.65mm +PQFP, 112 pins, 20mm sq body, 0.65mm pitch (http://cache.freescale.com/files/shared/doc/package_info/98ASS23330W.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 112 +0 +112 +112 +Package_QFP +PQFP-132_24x24mm_P0.635mm +PQFP, 132 pins, 24mm sq body, 0.635mm pitch (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 132 +0 +132 +132 +Package_QFP +PQFP-132_24x24mm_P0.635mm_i386 +PQFP, 132 pins, 24mm sq body, 0.635mm pitch, Intel 386EX (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) +PQFP 132 Intel 386EX +0 +132 +132 +Package_QFP +PQFP-144_28x28mm_P0.65mm +PQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +144 +144 +Package_QFP +PQFP-160_28x28mm_P0.65mm +PQFP, 160 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +160 +160 +Package_QFP +PQFP-208_28x28mm_P0.5mm +PQFP, 208 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +208 +208 +Package_QFP +PQFP-240_32.1x32.1mm_P0.5mm +PQFP, 240 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +PQFP QFP +0 +240 +240 +Package_QFP +PQFP-256_28x28mm_P0.4mm +PQFP256 28x28 / QFP256J CASE 122BX (see ON Semiconductor 122BX.PDF) +QFP 0.4 +0 +256 +256 +Package_QFP +TQFP-32_7x7mm_P0.8mm +32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +32 +32 +Package_QFP +TQFP-44-1EP_10x10mm_P0.8mm_EP4.5x4.5mm +44-Lead Plastic Thin Quad Flatpack (MW) - 10x10x1.0 mm Body [TQFP] With 4.5x4.5 mm Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +54 +45 +Package_QFP +TQFP-44_10x10mm_P0.8mm +44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1.0 mm Body [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +44 +44 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm +48-Lead Thin Quad Flatpack (PT) - 7x7x1.0 mm Body [TQFP] With Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.5 +0 +53 +49 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm +TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +65 +49 +Package_QFP +TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias +TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +91 +49 +Package_QFP +TQFP-48_7x7mm_P0.5mm +TQFP, 48 Pin (https://www.jedec.org/system/files/docs/MS-026D.pdf var ABC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +48 +48 +Package_QFP +TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm +TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py +TQFP QFP +0 +78 +53 +Package_QFP +TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm_ThermalVias +TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py +TQFP QFP +0 +79 +53 +Package_QFP +TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm +64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [TQFP] thermal pad +QFP 0.5 +0 +90 +65 +Package_QFP +TQFP-64_7x7mm_P0.4mm +TQFP64 7x7, 0.4P CASE 932BH (see ON Semiconductor 932BH.PDF) +QFP 0.4 +0 +64 +64 +Package_QFP +TQFP-64_10x10mm_P0.5mm +TQFP, 64 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +64 +64 +Package_QFP +TQFP-64_14x14mm_P0.8mm +64-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.8 +0 +64 +64 +Package_QFP +TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm +80-Lead Plastic Thin Quad Flatpack (PF) - 14x14mm body, 9.5mm sq thermal pad (http://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf) +QFP 0.65 +0 +85 +81 +Package_QFP +TQFP-80_12x12mm_P0.5mm +80-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.5 +0 +80 +80 +Package_QFP +TQFP-80_14x14mm_P0.65mm +80-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.65 +0 +80 +80 +Package_QFP +TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm +TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +117 +101 +Package_QFP +TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias +TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +143 +101 +Package_QFP +TQFP-100_12x12mm_P0.4mm +100-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.4 +0 +100 +100 +Package_QFP +TQFP-100_14x14mm_P0.5mm +TQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +100 +100 +Package_QFP +TQFP-120_14x14mm_P0.4mm +TQFP120 14x14 / TQFP120 CASE 932AZ (see ON Semiconductor 932AZ.PDF) +QFP 0.4 +0 +120 +120 +Package_QFP +TQFP-128_14x14mm_P0.4mm +TQFP128 14x14 / TQFP128 CASE 932BB (see ON Semiconductor 932BB.PDF) +QFP 0.4 +0 +128 +128 +Package_QFP +TQFP-144_16x16mm_P0.4mm +144-Lead Plastic Thin Quad Flatpack (PH) - 16x16x1 mm Body, 2.00 mm Footprint [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) +QFP 0.4 +0 +144 +144 +Package_QFP +TQFP-144_20x20mm_P0.5mm +TQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +144 +144 +Package_QFP +TQFP-176_24x24mm_P0.5mm +TQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +TQFP QFP +0 +176 +176 +Package_QFP +VQFP-80_14x14mm_P0.65mm +VQFP, 80 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +80 +80 +Package_QFP +VQFP-100_14x14mm_P0.5mm +VQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +100 +100 +Package_QFP +VQFP-128_14x14mm_P0.4mm +VQFP, 128 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +128 +128 +Package_QFP +VQFP-176_20x20mm_P0.4mm +VQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py +VQFP QFP +0 +176 +176 +Package_SIP +PowerIntegrations_eSIP-7C +eSIP-7C Vertical Flat Package with Heatsink Tab, https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf +Power Integrations E Package +0 +6 +6 +Package_SIP +PowerIntegrations_eSIP-7F +eSIP-7F Flat Package with Heatsink Tab https://ac-dc.power.com/sites/default/files/product-docs/linkswitch-ph_family_datasheet.pdf +Power Integrations L Package +0 +6 +6 +Package_SIP +SIP-8_19x3mm_P2.54mm +SIP 8-pin (http://www.njr.com/semicon/PDF/package/SIP8_E.pdf) +SIP8 +0 +8 +8 +Package_SIP +SIP-9_21.54x3mm_P2.54mm +SIP 9-pin () +SIP8 +0 +9 +9 +Package_SIP +SIP-9_22.3x3mm_P2.54mm +SIP 9-pin () +SIP8 +0 +9 +9 +Package_SIP +SIP3_11.6x8.5mm +RECOM,R78EXX,https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf +SIP3 Regulator Module +0 +3 +3 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Angled +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Angled_NoHole +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP4_Sharp-SSR_P7.62mm_Straight +SIP4 Footprint for SSR made by Sharp +Solid State relais SSR Sharp +0 +4 +4 +Package_SIP +SIP9_Housing +SIP9 +SIP9 +0 +9 +9 +Package_SIP +SIP9_Housing_BigPads +SIP9, large pads +SIP9 +0 +9 +9 +Package_SIP +SLA704XM +SIP SLA704XM (http://www.sumzi.com/upload/files/2007/07/2007073114282034189.PDF) +SIP +0 +18 +18 +Package_SIP +STK672-040-E +SIP-22 (http://www.onsemi.com/pub_link/Collateral/EN5227-D.PDF) +SIP-22 +0 +22 +22 +Package_SIP +STK672-080-E +SIP-15 (http://www.onsemi.com/pub_link/Collateral/EN6507-D.PDF) +SIP-15 +0 +15 +15 +Package_SIP +Sanyo_STK4xx-15_59.2x8.0mm_P2.54mm +Sanyo SIP-15, 59.2mm x 8.0mm bosy size, STK-433E STK-435E STK-436E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) +Sanyo SIP-15 +0 +15 +15 +Package_SIP +Sanyo_STK4xx-15_78.0x8.0mm_P2.54mm +Sanyo SIP-15, 78.0mm x 8.0mm bosy size, STK-437E STK-439E STK-441E STK-443E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) +Sanyo SIP-15 +0 +15 +15 +Package_SO +Diodes_PSOP-8 +8-Lead Plastic PSOP, Exposed Die Pad (see https://www.diodes.com/assets/Datasheets/AP2204.pdf) +SSOP 0.50 exposed pad +0 +12 +9 +Package_SO +Diodes_SO-8EP +8-Lead Plastic SO, Exposed Die Pad (see https://www.diodes.com/assets/Package-Files/SO-8EP.pdf) +SO exposed pad +0 +9 +9 +Package_SO +ETSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3x4.2mm +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body with Exposed Pad [eTSSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +27 +21 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +13 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm_ThermalVias +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +18 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +13 +9 +Package_SO +HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias +HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +20 +9 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown +HSOP 11.0x15.9mm Pitch 1.27mm Slug Down (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +23 +21 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown_ThermalVias +HSOP 11.0x15.9mm Pitch 1.27mm Slug Down Thermal Vias (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +45 +21 +Package_SO +HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugUp +HSOP 11.0x15.9mm Pitch 1.27mm Slug Up (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 1.27mm +0 +20 +20 +Package_SO +HSOP-32-1EP_7.5x11mm_P0.65mm_EP4.7x4.7mm +HSOP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT1746-3.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +37 +33 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown +HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +39 +37 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias +HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +61 +37 +Package_SO +HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp +HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) +HSOP 11.0 x 15.9mm Pitch 0.65mm +0 +36 +36 +Package_SO +HSOP-54-1EP_7.5x17.9mm_P0.65mm_EP4.6x4.6mm +HSOP, 54 Pin (https://www.nxp.com/docs/en/package-information/98ASA10506D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOP SO +0 +59 +55 +Package_SO +HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm +HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSOP SO +0 +13 +9 +Package_SO +HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias +HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSOP SO +0 +20 +9 +Package_SO +HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm +HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +20 +15 +Package_SO +HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias +HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +36 +15 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm +16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) +SSOP 0.65 +0 +29 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm +HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +20 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias +HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +27 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias +16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf) +SSOP 0.65 +0 +46 +17 +Package_SO +HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm +HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +21 +17 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.74x3.86mm +HTSSOP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4011fb.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.85x4mm +HTSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF U20E-1), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias +HTSSOP 0.65 +0 +29 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +24 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +26 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder +HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm +HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +23 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias +HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +42 +21 +Package_SO +HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias +20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias +HTSSOP 0.65 +0 +45 +21 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm +HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +31 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm +HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +28 +25 +Package_SO +HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm_ThermalVias +HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +47 +25 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm +HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +30 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm_ThermalVias +HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +41 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +39 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +40 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm_ThermalVias +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +55 +29 +Package_SO +HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_ThermalVias +HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad +TSSOP HTSSOP 0.65 thermal pad +0 +58 +29 +Package_SO +HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm +HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) +SSOP 0.65 PowerPAD +0 +43 +33 +Package_SO +HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm_ThermalVias +HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) +SSOP 0.65 PowerPAD +0 +83 +33 +Package_SO +HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm +HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +46 +39 +Package_SO +HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias +HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +87 +39 +Package_SO +HTSSOP-44_6.1x14mm_P0.635mm_TopEP4.14x7.01mm +HTSSOP, 44 Pin (http://www.ti.com/lit/ds/symlink/tpa3251.pdf#page=38), generated with kicad-footprint-generator ipc_gullwing_generator.py +HTSSOP SO +0 +44 +44 +Package_SO +HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm +HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf +HTSSOP 0.5 +0 +72 +57 +Package_SO +HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm +HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +15 +11 +Package_SO +HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm_ThermalVias +HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HVSSOP SO +0 +20 +11 +Package_SO +Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm +Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py +Infineon PG-DSO SO +0 +13 +9 +Package_SO +Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm_ThermalVias +Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py +Infineon PG-DSO SO +0 +23 +9 +Package_SO +Infineon_PG-DSO-8-43 +Infineon_PG-DSO-8-43 +DSO DSO-8 SOIC SOIC-8 +0 +12 +9 +Package_SO +Infineon_PG-DSO-12-9 +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) +PG-DSO +0 +23 +13 +Package_SO +Infineon_PG-DSO-12-9_ThermalVias +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) +PG-DSO +0 +42 +13 +Package_SO +Infineon_PG-DSO-12-11 +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) +PG-DSO +0 +23 +13 +Package_SO +Infineon_PG-DSO-12-11_ThermalVias +Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) +PG-DSO +0 +42 +13 +Package_SO +Infineon_PG-DSO-20-30 +Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) +DSO-20 +0 +31 +21 +Package_SO +Infineon_PG-DSO-20-30_ThermalVias +Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) +DSO-20 +0 +45 +21 +Package_SO +Infineon_PG-DSO-20-32 +Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/) +DSO-20 +0 +20 +20 +Package_SO +Infineon_PG-DSO-20-85 +Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) +DSO-20 +0 +31 +21 +Package_SO +Infineon_PG-DSO-20-85_ThermalVias +Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) +DSO-20 +0 +113 +21 +Package_SO +Infineon_PG-DSO-20-87 +Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-87/) +DSO-20 +0 +20 +20 +Package_SO +Infineon_PG-TSDSO-14-22 +Infineon_PG-TSDSO-14-22 +Infineon TSDSO 14-22 +0 +17 +15 +Package_SO +Linear_MSOP-12-16-1EP_3x4mm_P0.5mm +12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see http://cds.linear.com/docs/en/datasheet/3630fd.pdf) +SSOP 0.5 +0 +15 +13 +Package_SO +Linear_MSOP-12-16_3x4mm_P0.5mm +12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see https://www.analog.com/media/en/technical-documentation/data-sheets/3748fb.pdf) +SSOP 0.5 +0 +12 +12 +Package_SO +MFSOP6-4_4.4x3.6mm_P1.27mm +https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.4pin%20MFSOP6.html +MFSOP 4 pin SMD +0 +4 +4 +Package_SO +MFSOP6-5_4.4x3.6mm_P1.27mm +https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.5pin%20MFSOP6.html +MFSOP 4 pin SMD +0 +5 +5 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm +MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm_ThermalVias +MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm +MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm_ThermalVias +MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm +MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +13 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm_ThermalVias +MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +18 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm +MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +14 +9 +Package_SO +MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm_ThermalVias +MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +19 +9 +Package_SO +MSOP-8_3x3mm_P0.65mm +MSOP, 8 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +8 +8 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm +MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +15 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm_ThermalVias +MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +20 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm +MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +15 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm_ThermalVias +MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +20 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm +MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +11 +Package_SO +MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm_ThermalVias +MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +23 +11 +Package_SO +MSOP-10_3x3mm_P0.5mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +10 +10 +Package_SO +MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +17 +13 +Package_SO +MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm_ThermalVias +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +24 +13 +Package_SO +MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +19 +13 +Package_SO +MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +25 +13 +Package_SO +MSOP-12-16_3x4mm_P0.5mm +10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.5 +0 +12 +12 +Package_SO +MSOP-12_3x4mm_P0.65mm +MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf#page=36), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +12 +12 +Package_SO +MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm +MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +21 +17 +Package_SO +MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias +MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +28 +17 +Package_SO +MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm +MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +21 +17 +Package_SO +MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias +MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +28 +17 +Package_SO +MSOP-16_3x4.039mm_P0.5mm +MSOP, 16 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +16 +Package_SO +MSOP-16_3x4mm_P0.5mm +MSOP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/436412f.pdf#page=22), generated with kicad-footprint-generator ipc_gullwing_generator.py +MSOP SO +0 +16 +16 +Package_SO +ONSemi_SO-8FL_488AA +ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A https://www.onsemi.com/pub/Collateral/488AA.PDF +ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A +0 +5 +5 +Package_SO +OnSemi_Micro8 +ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF +micro8 +0 +8 +8 +Package_SO +PSOP-44_16.9x27.17mm_P1.27mm +PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm +PSOP 1.27 +0 +44 +44 +Package_SO +PowerIntegrations_SO-8 +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf +SOIC 1.27 +0 +8 +8 +Package_SO +PowerIntegrations_SO-8B +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf +SOIC 1.27 +0 +7 +7 +Package_SO +PowerIntegrations_SO-8C +Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf +SOIC 1.27 +0 +7 +7 +Package_SO +PowerIntegrations_eSOP-12B +eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf +Power Integrations K Package +0 +12 +12 +Package_SO +PowerPAK_SO-8_Dual +PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf) +PowerPAK SO-8 Dual +0 +10 +6 +Package_SO +PowerPAK_SO-8_Single +PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf) +PowerPAK SO-8 Single +0 +9 +5 +Package_SO +QSOP-16_3.9x4.9mm_P0.635mm +16-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.635 +0 +16 +16 +Package_SO +QSOP-20_3.9x8.7mm_P0.635mm +20-Lead Plastic Shrink Small Outline Narrow Body (http://www.analog.com/media/en/technical-documentation/data-sheets/ADuM7640_7641_7642_7643.pdf) +QSOP 0.635 +0 +20 +20 +Package_SO +QSOP-24_3.9x8.7mm_P0.635mm +24-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049CH.pdf) +QSOP 0.635 +0 +24 +24 +Package_SO +SC-74-6_1.5x2.9mm_P0.95mm +SC-74, 6 Pin (https://www.nxp.com/docs/en/package-information/SOT457.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SC-74 SO +0 +6 +6 +Package_SO +SO-4_4.4x2.3mm_P1.27mm +4-Lead Plastic Small Outline (SO), see http://datasheet.octopart.com/OPIA403BTRE-Optek-datasheet-5328560.pdf +SO SOIC 1.27 +0 +4 +4 +Package_SO +SO-4_4.4x3.6mm_P2.54mm +4-Lead Plastic Small Outline (SO), see https://www.elpro.org/de/index.php?controller=attachment&id_attachment=339 +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-4_4.4x3.9mm_P2.54mm +SO, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=10047&prodName=TLP3123), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +4 +4 +Package_SO +SO-4_4.4x4.3mm_P2.54mm +4-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/docs/AV02-0173EN +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-4_7.6x3.6mm_P2.54mm +4-Lead Plastic Small Outline (SO) (http://www.everlight.com/file/ProductFile/201407061745083848.pdf) +SO SOIC 2.54 +0 +4 +4 +Package_SO +SO-5_4.4x3.6mm_P1.27mm +5-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SO SOIC 1.27 +0 +5 +5 +Package_SO +SO-6L_10x3.84mm_P1.27mm +6-pin plasic small outline 7,5mm long https://toshiba.semicon-storage.com/info/docget.jsp?did=53548&prodName=TLP2770 +SO-6L +0 +6 +6 +Package_SO +SO-6_4.4x3.6mm_P1.27mm +6-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SO SOIC 1.27 +0 +6 +6 +Package_SO +SO-8_3.9x4.9mm_P1.27mm +SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +8 +8 +Package_SO +SO-8_5.3x6.2mm_P1.27mm +SO, 8 Pin (https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +8 +8 +Package_SO +SO-14_3.9x8.65mm_P1.27mm +SO, 14 Pin (https://www.st.com/resource/en/datasheet/l6491.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +14 +14 +Package_SO +SO-14_5.3x10.2mm_P1.27mm +SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +14 +14 +Package_SO +SO-16_3.9x9.9mm_P1.27mm +SO, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT109-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +16 +16 +Package_SO +SO-16_5.3x10.2mm_P1.27mm +SO, 16 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +16 +16 +Package_SO +SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm +SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +23 +21 +Package_SO +SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm_ThermalVias +SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +51 +21 +Package_SO +SO-20_5.3x12.6mm_P1.27mm +SO, 20 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +20 +20 +Package_SO +SO-20_12.8x7.5mm_P1.27mm +SO-20, 12.8x7.5mm, https://www.nxp.com/docs/en/data-sheet/SA605.pdf +S0-20 +0 +20 +20 +Package_SO +SO-24_5.3x15mm_P1.27mm +SO, 24 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SO SO +0 +24 +24 +Package_SO +SOIC-4_4.55x2.6mm_P1.27mm +SOIC, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12884&prodName=TLP291), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +4 +4 +Package_SO +SOIC-4_4.55x3.7mm_P2.54mm +SOIC, 6 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=11791&prodName=TLP185), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +4 +4 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_ThermalVias +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm +SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias +SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm_ThermalVias +SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm +SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm_ThermalVias +SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm +SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm_ThermalVias +SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +23 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm +SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +13 +9 +Package_SO +SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias +SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +9 +Package_SO +SOIC-8-N7_3.9x4.9mm_P1.27mm +8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], pin 7 removed (Microchip Packaging Specification 00000049BS.pdf, http://www.onsemi.com/pub/Collateral/NCP1207B.PDF) +SOIC 1.27 +0 +7 +7 +Package_SO +SOIC-8W_5.3x5.3mm_P1.27mm +8-Lead Plastic Small Outline (SM) - 5.28 mm Body [SOIC] (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf) +SOIC 1.27 +0 +8 +8 +Package_SO +SOIC-8_3.9x4.9mm_P1.27mm +SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_5.23x5.23mm_P1.27mm +SOIC, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf#page=68), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_5.275x5.275mm_P1.27mm +SOIC, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-8_7.5x5.85mm_P1.27mm +SOIC, 8 Pin (http://www.ti.com/lit/ml/mpds382b/mpds382b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +8 +8 +Package_SO +SOIC-14-16_3.9x9.9mm_P1.27mm +SOIC, 16 Pin package with pin 2 and 13 removed for voltage clearance (UCC256301, https://www.ti.com/lit/ds/symlink/ucc256301.pdf) +SOIC SO +0 +14 +14 +Package_SO +SOIC-14W_7.5x9mm_P1.27mm +SOIC, 14 Pin (JEDEC MS-013AF, https://www.analog.com/media/en/package-pcb-resources/package/54614177245586rw_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +14 +Package_SO +SOIC-14_3.9x8.7mm_P1.27mm +SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +14 +14 +Package_SO +SOIC-16W-12_7.5x10.3mm_P1.27mm +SOIC-16 With 12 Pin Placed - Wide, 7.50 mm Body [SOIC] (https://docs.broadcom.com/docs/AV02-0169EN) +SOIC 1.27 16 12 Wide +0 +12 +12 +Package_SO +SOIC-16W_5.3x10.2mm_P1.27mm +16-Lead Plastic Small Outline (SO) - Wide, 5.3 mm Body (http://www.ti.com/lit/ml/msop002a/msop002a.pdf) +SOIC 1.27 +0 +16 +16 +Package_SO +SOIC-16W_7.5x10.3mm_P1.27mm +SOIC, 16 Pin (JEDEC MS-013AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/rw_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16W_7.5x12.8mm_P1.27mm +SOIC, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ri_soic_ic/ri_16_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16_3.9x9.9mm_P1.27mm +SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-16_4.55x10.3mm_P1.27mm +SOIC, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12858&prodName=TLP291-4), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +16 +16 +Package_SO +SOIC-18W_7.5x11.6mm_P1.27mm +SOIC, 18 Pin (JEDEC MS-013AB, https://www.analog.com/media/en/package-pcb-resources/package/33254132129439rw_18.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +18 +18 +Package_SO +SOIC-20W_7.5x12.8mm_P1.27mm +SOIC, 20 Pin (JEDEC MS-013AC, https://www.analog.com/media/en/package-pcb-resources/package/233848rw_20.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +20 +Package_SO +SOIC-20W_7.5x15.4mm_P1.27mm +SOIC, 20 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RI_20_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +20 +20 +Package_SO +SOIC-24W_7.5x15.4mm_P1.27mm +SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +24 +24 +Package_SO +SOIC-28W_7.5x17.9mm_P1.27mm +SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +28 +28 +Package_SO +SOIC-28W_7.5x18.7mm_P1.27mm +SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOIC SO +0 +28 +28 +Package_SO +SOJ-36_10.16x23.49mm_P1.27mm +SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOJ SO +0 +36 +36 +Package_SO +SOP-4_3.8x4.1mm_P2.54mm +SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +4 +4 +Package_SO +SOP-4_4.4x2.6mm_P1.27mm +SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +4 +4 +Package_SO +SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +13 +9 +Package_SO +SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +20 +9 +Package_SO +SOP-8_3.9x4.9mm_P1.27mm +SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_3.76x4.96mm_P1.27mm +SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_5.28x5.23mm_P1.27mm +SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=80), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-8_6.62x9.15mm_P2.54mm +SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +8 +8 +Package_SO +SOP-16_3.9x9.9mm_P1.27mm +SOP, 16 Pin (https://www.diodes.com/assets/Datasheets/PAM8403.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +16 +16 +Package_SO +SOP-16_4.4x10.4mm_P1.27mm +16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf +SOP 1.27 +0 +16 +16 +Package_SO +SOP-16_4.55x10.3mm_P1.27mm +SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +16 +16 +Package_SO +SOP-18_7x12.5mm_P1.27mm +SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +18 +18 +Package_SO +SOP-20_7.5x12.8mm_P1.27mm +SOP, 20 Pin (https://www.holtek.com/documents/10179/116723/sop20-300.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +20 +20 +Package_SO +SOP-24_7.5x15.4mm_P1.27mm +SOP, 24 Pin (http://www.issi.com/WW/pdf/31FL3218.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOP SO +0 +24 +24 +Package_SO +SSO-4_6.7x5.1mm_P2.54mm_Clearance8mm +4-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/84299/vor1142b4.pdf +SSO Stretched SO SOIC 2.54 +0 +4 +4 +Package_SO +SSO-6_6.8x4.6mm_P1.27mm_Clearance7mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC 1.27 +0 +6 +6 +Package_SO +SSO-6_6.8x4.6mm_P1.27mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC 1.27 +0 +6 +6 +Package_SO +SSO-7-8_6.4x9.78mm_P2.54mm +SSO, 7 Pin (https://b2b-api.panasonic.eu/file_stream/pids/fileversion/2787), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSO SO +0 +7 +7 +Package_SO +SSO-8_6.7x9.8mm_P2.54mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/83831/lh1533ab.pdf +SSO Stretched SO SOIC Pitch 2.54 +0 +8 +8 +Package_SO +SSO-8_6.8x5.9mm_P1.27mm_Clearance7mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_6.8x5.9mm_P1.27mm_Clearance8mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_9.6x6.3mm_P1.27mm_Clearance10.5mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSO-8_13.6x6.3mm_P1.27mm_Clearance14.2mm +8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true +SSO Stretched SO SOIC Pitch 1.27 +0 +8 +8 +Package_SO +SSOP-8_2.95x2.8mm_P0.65mm +SSOP-8 2.9 x2.8mm Pitch 0.65mm +SSOP-8 2.95x2.8mm Pitch 0.65mm +0 +8 +8 +Package_SO +SSOP-8_3.9x5.05mm_P1.27mm +SSOP, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +8 +8 +Package_SO +SSOP-8_3.95x5.21x3.27mm_P1.27mm +SSOP-8 3.95x5.21x3.27mm Pitch 1.27mm +SSOP-8 3.95x5.21x3.27mm 1.27mm +0 +8 +8 +Package_SO +SSOP-8_5.25x5.24mm_P1.27mm +SSOP, 8 Pin (http://www.fujitsu.com/ca/en/Images/MB85RS2MT-DS501-00023-1v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +8 +8 +Package_SO +SSOP-10_3.9x4.9mm_P1.00mm +10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) +SSOP 3.9 4.9 1.00 +0 +10 +10 +Package_SO +SSOP-14_5.3x6.2mm_P0.65mm +SSOP14: plastic shrink small outline package; 14 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot337-1_po.pdf) +SSOP 0.65 +0 +14 +14 +Package_SO +SSOP-16_3.9x4.9mm_P0.635mm +SSOP16: plastic shrink small outline package; 16 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot519-1_po.pdf) +SSOP 0.635 +0 +16 +16 +Package_SO +SSOP-16_4.4x5.2mm_P0.65mm +SSOP16: plastic shrink small outline package; 16 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot369-1_po.pdf) +SSOP 0.65 +0 +16 +16 +Package_SO +SSOP-16_5.3x6.2mm_P0.65mm +SSOP, 16 Pin (https://assets.nexperia.com/documents/data-sheet/74HC_HCT165.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +16 +16 +Package_SO +SSOP-18_4.4x6.5mm_P0.65mm +SSOP18: plastic shrink small outline package; 18 leads; body width 4.4 mm (http://toshiba.semicon-storage.com/info/docget.jsp?did=30523&prodName=TBD62783APG) +SSOP 0.65 +0 +18 +18 +Package_SO +SSOP-20_3.9x8.7mm_P0.635mm +SSOP20: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT231X.pdf) +SSOP 0.635 +0 +20 +20 +Package_SO +SSOP-20_4.4x6.5mm_P0.65mm +SSOP20: plastic shrink small outline package; 20 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot266-1_po.pdf) +SSOP 0.65 +0 +20 +20 +Package_SO +SSOP-20_5.3x7.2mm_P0.65mm +SSOP, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001800C.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +20 +20 +Package_SO +SSOP-24_3.9x8.7mm_P0.635mm +SSOP24: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot556-1_po.pdf) +SSOP 0.635 +0 +24 +24 +Package_SO +SSOP-24_5.3x8.2mm_P0.65mm +24-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +24 +24 +Package_SO +SSOP-28_3.9x9.9mm_P0.635mm +SSOP28: plastic shrink small outline package; 28 leads; body width 3.9 mm; lead pitch 0.635; (see http://cds.linear.com/docs/en/datasheet/38901fb.pdf) +SSOP 0.635 +0 +28 +28 +Package_SO +SSOP-28_5.3x10.2mm_P0.65mm +28-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) +SSOP 0.65 +0 +28 +28 +Package_SO +SSOP-32_11.305x20.495mm_P1.27mm +SSOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +32 +32 +Package_SO +SSOP-44_5.3x12.8mm_P0.5mm +44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf) +SSOP 0.5 +0 +44 +44 +Package_SO +SSOP-48_5.3x12.8mm_P0.5mm +SSOP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-ssop/05081887_A_G48.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +SSOP SO +0 +48 +48 +Package_SO +SSOP-48_7.5x15.9mm_P0.635mm +SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf) +SSOP 0.635 +0 +48 +48 +Package_SO +SSOP-56_7.5x18.5mm_P0.635mm +SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf) +SSOP 0.635 +0 +56 +56 +Package_SO +STC_SOP-16_3.9x9.9mm_P1.27mm +STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py +STC SOP SO +0 +16 +16 +Package_SO +ST_MultiPowerSO-30 +MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf) +MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm +0 +33 +33 +Package_SO +ST_PowerSSO-24_SlugDown +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +25 +25 +Package_SO +ST_PowerSSO-24_SlugDown_ThermalVias +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +38 +25 +Package_SO +ST_PowerSSO-24_SlugUp +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm +0 +24 +24 +Package_SO +ST_PowerSSO-36_SlugDown +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +37 +37 +Package_SO +ST_PowerSSO-36_SlugDown_ThermalVias +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +50 +37 +Package_SO +ST_PowerSSO-36_SlugUp +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) +ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm +0 +36 +36 +Package_SO +TI_SO-PowerPAD-8 +8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf) +SSOP 0.50 exposed pad +0 +12 +9 +Package_SO +TI_SO-PowerPAD-8_ThermalVias +8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf +HTSOP 1.27 +0 +19 +9 +Package_SO +TSOP-5_1.65x3.05mm_P0.95mm +TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf +Jedec MO-193C TSOP-5L +0 +5 +5 +Package_SO +TSOP-6_1.65x3.05mm_P0.95mm +TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf +Jedec MO-193C TSOP-6L +0 +6 +6 +Package_SO +TSOP-I-24_12.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_14.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_16.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-24_18.4x6mm_P0.5mm +TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +24 +24 +Package_SO +TSOP-I-28_11.8x8mm_P0.55mm +TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf) +TSOP I 28 pins +0 +28 +28 +Package_SO +TSOP-I-32_11.8x8mm_P0.5mm +TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_12.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_14.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_16.4x8mm_P0.5mm +TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +32 +32 +Package_SO +TSOP-I-32_18.4x8mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf, http://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/f32pm25.pdf) +TSOP I 32 +0 +32 +32 +Package_SO +TSOP-I-32_18.4x8mm_P0.5mm_Reverse +TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount +TSOP I 32 reverse +0 +32 +32 +Package_SO +TSOP-I-40_12.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_14.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_16.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-40_18.4x10mm_P0.5mm +TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CD), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +40 +40 +Package_SO +TSOP-I-48_12.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_14.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_16.4x12mm_P0.5mm +TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DC), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +48 +48 +Package_SO +TSOP-I-48_18.4x12mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) +TSOP I 32 +0 +48 +48 +Package_SO +TSOP-I-56_14.4x14mm_P0.5mm +TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +56 +56 +Package_SO +TSOP-I-56_16.4x14mm_P0.5mm +TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-I SO +0 +56 +56 +Package_SO +TSOP-I-56_18.4x14mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) +TSOP I 32 +0 +56 +56 +Package_SO +TSOP-II-32_21.0x10.2mm_P1.27mm +32-lead plastic TSOP; Type II +TSOP-II 32 +0 +32 +32 +Package_SO +TSOP-II-44_10.16x18.41mm_P0.8mm +TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOP-II SO +0 +44 +44 +Package_SO +TSOP-II-54_22.2x10.16mm_P0.8mm +54-lead TSOP typ II package +TSOPII TSOP2 +0 +54 +54 +Package_SO +TSSOP-4_4.4x5mm_P4mm +TSSOP, 4 Pin (https://www.onsemi.com/pub/Collateral/MDB8S-D.PDF#page=4), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +4 +4 +Package_SO +TSSOP-8_3x3mm_P0.65mm +TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf) +SSOP 0.65 +0 +8 +8 +Package_SO +TSSOP-8_4.4x3mm_P0.65mm +TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +8 +8 +Package_SO +TSSOP-10_3x3mm_P0.5mm +TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf) +SSOP 0.5 +0 +10 +10 +Package_SO +TSSOP-14-1EP_4.4x5mm_P0.65mm +14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf) +SSOP 0.65 exposed pad +0 +18 +15 +Package_SO +TSSOP-14_4.4x5mm_P0.65mm +TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +14 +14 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm +FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf) +SSOP 0.65 +0 +24 +17 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm +TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +21 +17 +Package_SO +TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm_ThermalVias +TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +26 +17 +Package_SO +TSSOP-16_4.4x5mm_P0.65mm +TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +16 +16 +Package_SO +TSSOP-20_4.4x5mm_P0.5mm +TSSOP, 20 Pin (JEDEC MO-153 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +20 +20 +Package_SO +TSSOP-20_4.4x6.5mm_P0.65mm +TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +20 +20 +Package_SO +TSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm +TSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=37), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +31 +25 +Package_SO +TSSOP-24_4.4x5mm_P0.4mm +TSSOP, 24 Pin (JEDEC MO-153 Var CA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_4.4x6.5mm_P0.5mm +TSSOP, 24 Pin (JEDEC MO-153 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_4.4x7.8mm_P0.65mm +TSSOP, 24 Pin (JEDEC MO-153 Var AD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-24_6.1x7.8mm_P0.65mm +TSSOP, 24 Pin (JEDEC MO-153 Var DA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +24 +24 +Package_SO +TSSOP-28-1EP_4.4x9.7mm_P0.65mm +TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; Exposed Pad Variation; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) +SSOP 0.65 +0 +36 +29 +Package_SO +TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x6.7mm +TSSOP, 28 Pin (JEDEC MO-153 Var AET Pkg.Code U28E-4 https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +35 +29 +Package_SO +TSSOP-28_4.4x7.8mm_P0.5mm +TSSOP, 28 Pin (JEDEC MO-153 Var BC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_4.4x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var AE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_6.1x7.8mm_P0.5mm +TSSOP, 28 Pin (JEDEC MO-153 Var EA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_6.1x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var DB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-28_8x9.7mm_P0.65mm +TSSOP, 28 Pin (JEDEC MO-153 Var GA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +28 +28 +Package_SO +TSSOP-30_4.4x7.8mm_P0.5mm +TSSOP, 30 Pin (JEDEC MO-153 Var BC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +30 +30 +Package_SO +TSSOP-30_6.1x9.7mm_P0.65mm +TSSOP, 30 Pin (JEDEC MO-153 Var DB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +30 +30 +Package_SO +TSSOP-32_4.4x6.5mm_P0.4mm +TSSOP, 32 Pin (JEDEC MO-153 Var CB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-32_6.1x11mm_P0.65mm +TSSOP, 32 Pin (JEDEC MO-153 Var DC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-32_8x11mm_P0.65mm +TSSOP, 32 Pin (JEDEC MO-153 Var GB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +32 +32 +Package_SO +TSSOP-36_4.4x7.8mm_P0.4mm +TSSOP, 36 Pin (JEDEC MO-153 Var CC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_4.4x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x7.8mm_P0.4mm +TSSOP, 36 Pin (JEDEC MO-153 Var FA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var EB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_6.1x12.5mm_P0.65mm +TSSOP, 36 Pin (JEDEC MO-153 Var DD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_8x9.7mm_P0.5mm +TSSOP, 36 Pin (JEDEC MO-153 Var HA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-36_8x12.5mm_P0.65mm +TSSOP, 36 Pin (JEDEC MO-153 Var GC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +36 +36 +Package_SO +TSSOP-38_4.4x9.7mm_P0.5mm +TSSOP, 38 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +38 +38 +Package_SO +TSSOP-38_6.1x12.5mm_P0.65mm +TSSOP, 38 Pin (JEDEC MO-153 Var DD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +38 +38 +Package_SO +TSSOP-40_6.1x11mm_P0.5mm +TSSOP, 40 Pin (JEDEC MO-153 Var EC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_6.1x14mm_P0.65mm +TSSOP, 40 Pin (JEDEC MO-153 Var DE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_8x11mm_P0.5mm +TSSOP, 40 Pin (JEDEC MO-153 Var HB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-40_8x14mm_P0.65mm +TSSOP, 40 Pin (JEDEC MO-153 Var GD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +40 +40 +Package_SO +TSSOP-44_4.4x11.2mm_P0.5mm +TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) +SSOP 0.5 +0 +44 +44 +Package_SO +TSSOP-44_4.4x11mm_P0.5mm +TSSOP, 44 Pin (JEDEC MO-153 Var BE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +44 +44 +Package_SO +TSSOP-44_6.1x11mm_P0.5mm +TSSOP, 44 Pin (JEDEC MO-153 Var EC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +44 +44 +Package_SO +TSSOP-48_4.4x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var CD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_6.1x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var FB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_6.1x12.5mm_P0.5mm +TSSOP, 48 Pin (JEDEC MO-153 Var ED https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_8x9.7mm_P0.4mm +TSSOP, 48 Pin (JEDEC MO-153 Var JA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-48_8x12.5mm_P0.5mm +TSSOP, 48 Pin (JEDEC MO-153 Var HC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +48 +48 +Package_SO +TSSOP-50_4.4x12.5mm_P0.5mm +TSSOP, 50 Pin (JEDEC MO-153 Var BF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +50 +50 +Package_SO +TSSOP-52_6.1x11mm_P0.4mm +TSSOP, 52 Pin (JEDEC MO-153 Var FC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +52 +52 +Package_SO +TSSOP-52_8x11mm_P0.4mm +TSSOP, 52 Pin (JEDEC MO-153 Var JB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +52 +52 +Package_SO +TSSOP-56_6.1x12.5mm_P0.4mm +TSSOP, 56 Pin (JEDEC MO-153 Var FD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_6.1x14mm_P0.5mm +TSSOP, 56 Pin (JEDEC MO-153 Var EE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_8x12.5mm_P0.4mm +TSSOP, 56 Pin (JEDEC MO-153 Var JC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-56_8x14mm_P0.5mm +TSSOP, 56 Pin (JEDEC MO-153 Var HD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +56 +56 +Package_SO +TSSOP-60_8x12.5mm_P0.4mm +TSSOP, 60 Pin (JEDEC MO-153 Var JC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +60 +60 +Package_SO +TSSOP-64_6.1x14mm_P0.4mm +TSSOP, 64 Pin (JEDEC MO-153 Var FE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-64_6.1x17mm_P0.5mm +TSSOP, 64 Pin (JEDEC MO-153 Var EF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-64_8x14mm_P0.4mm +TSSOP, 64 Pin (JEDEC MO-153 Var JD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +64 +64 +Package_SO +TSSOP-68_8x14mm_P0.4mm +TSSOP, 68 Pin (JEDEC MO-153 Var JD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +68 +68 +Package_SO +TSSOP-80_6.1x17mm_P0.4mm +TSSOP, 80 Pin (JEDEC MO-153 Var FF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSSOP SO +0 +80 +80 +Package_SO +Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm +Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) +HSOP 1.27 +0 +11 +9 +Package_SO +Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias +Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, thermal vias, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) +HSOP 1.27 +0 +20 +9 +Package_SO +Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias +8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm body, exposed pad, thermal vias, http://www.ti.com/lit/ds/symlink/drv8870.pdf +HTSOP 1.27 +0 +18 +9 +Package_SO +Texas_PWP0020A +20-Pin Thermally Enhanced Thin Shrink Small-Outline Package, Body 4.4x6.5x1.1mm, Pad 3.0x4.2mm, Texas Instruments (see http://www.ti.com/lit/ds/symlink/lm5118.pdf) +PWP HTSSOP 0.65mm +0 +25 +21 +Package_SO +Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm +HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOIC SO +0 +16 +9 +Package_SO +Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias +HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +HSOIC SO +0 +23 +9 +Package_SO +Texas_R-PDSO-N5 +Plastic Small outline http://www.ti.com/lit/ml/mpds158c/mpds158c.pdf +SOT23 R-PDSO-N5 +0 +5 +5 +Package_SO +VSO-40_7.6x15.4mm_P0.762mm +VSO40: plastic very small outline package; 40 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot158-1_po.pdf) +SSOP 0.762 +0 +40 +40 +Package_SO +VSO-56_11.1x21.5mm_P0.75mm +VSO56: plastic very small outline package; 56 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot190-1_po.pdf) +SSOP 0.75 +0 +56 +56 +Package_SO +VSSOP-8_2.3x2mm_P0.5mm +VSSOP-8 2.3x2mm Pitch 0.5mm +VSSOP-8 2.3x2mm Pitch 0.5mm +0 +8 +8 +Package_SO +VSSOP-8_2.4x2.1mm_P0.5mm +http://www.ti.com/lit/ml/mpds050d/mpds050d.pdf +VSSOP DCU R-PDSO-G8 Pitch0.5mm +0 +8 +8 +Package_SO +VSSOP-8_3.0x3.0mm_P0.65mm +VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf +VSSOP-8 3.0 x 3.0 +0 +8 +8 +Package_SO +VSSOP-10_3x3mm_P0.5mm +VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +VSSOP SO +0 +10 +10 +Package_SO +Vishay_PowerPAK_1212-8_Dual +PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf) +Vishay_PowerPAK_1212-8_Dual +0 +6 +6 +Package_SO +Vishay_PowerPAK_1212-8_Single +PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf) +Vishay PowerPAK 1212-8 Single +0 +5 +5 +Package_SO +Zetex_SM8 +Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf) +Zetex SM8 +0 +8 +8 +Package_SON +Diodes_PowerDI3333-8 +Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf +PowerDI 0.65 +0 +13 +5 +Package_SON +Fairchild_DualPower33-6_3x3mm +Fairchild Power33 MOSFET package, 3x3mm (see https://www.fairchildsemi.com/datasheets/FD/FDMC8032L.pdf) +mosfet +0 +18 +6 +Package_SON +Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm +Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm https://www.nxp.com/docs/en/application-note/AN10343.pdff +Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm +0 +6 +6 +Package_SON +Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm +Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm https://www.nxp.com/docs/en/application-note/AN10343.pdff +Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm +0 +6 +6 +Package_SON +HUSON-3-1EP_2x2mm_P1.3mm_EP1.1x1.6mm +HUSON, 3 Pin, SOT1061 (Ref: https://assets.nexperia.com/documents/data-sheet/PMEG2020CPA.pdf) +huson nolead SOT1061 +0 +4 +3 +Package_SON +HVSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm +HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py +HVSON NoLead +0 +13 +9 +Package_SON +HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm +HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py +HVSON NoLead +0 +13 +9 +Package_SON +Infineon_PG-LSON-8-1 +https://www.infineon.com/cms/en/product/packages/PG-LSON/PG-LSON-8-1/ +PG-LSON-8-1 +0 +17 +9 +Package_SON +Infineon_PG-TISON-8-2 +Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ +tison +0 +23 +7 +Package_SON +Infineon_PG-TISON-8-3 +Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ +tison +0 +23 +7 +Package_SON +Infineon_PG-TISON-8-4 +Infineon, PG-TISON-8-4, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-4/ +tison +0 +26 +8 +Package_SON +Infineon_PG-TISON-8-5 +Infineon, PG-TISON-8-5, 8x8x1.1mm, 1mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-5/ +tison +0 +34 +8 +Package_SON +NXP_XSON-16 +http://www.nxp.com/documents/outline_drawing/SOT1341-1.pdf +NXP XSON SOT-1341 +0 +16 +16 +Package_SON +ROHM_VML0806 +VML0806, Rohm (http://rohmfs.rohm.com/en/techdata_basic/transistor/soldering_condition/VML0806_Soldering_Condition.pdf, http://rohmfs.rohm.com/en/products/databook/package/spec/discrete/vml0806_tr-e.pdf) +ROHM VML0806 +0 +3 +3 +Package_SON +RTC_SMD_MicroCrystal_C3_2.5x3.7mm +MicroCrystal C3 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf +RTC C3 +0 +10 +10 +Package_SON +SON-8-1EP_3x2mm_P0.5mm_EP1.4x1.6mm +SON, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +SON NoLead +0 +13 +9 +Package_SON +Texas_DQK +Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf +Texas WSON6 2x2mm +0 +10 +8 +Package_SON +Texas_DRC0010J +Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf +Texas VSON10 3x3mm +0 +17 +11 +Package_SON +Texas_DRC0010J_ThermalVias +Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf +Texas VSON10 3x3mm +0 +21 +11 +Package_SON +Texas_DSC0010J +3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 DSC0010J WSON +0 +33 +11 +Package_SON +Texas_DSC0010J_ThermalVias +3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 DSC0010J WSON +0 +39 +11 +Package_SON +Texas_PWSON-N6 +Plastic Small Outline No-Lead http://www.ti.com/lit/ml/mpds176e/mpds176e.pdf +Plastic Small Outline No-Lead +0 +7 +7 +Package_SON +Texas_R-PWSON-N12_EP0.4x2mm +http://www.ti.com/lit/ds/symlink/tpd6f003.pdf +WSON SMD +0 +16 +13 +Package_SON +Texas_S-PDSO-N12 +http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf +SON thermal pads +0 +44 +13 +Package_SON +Texas_S-PVSON-N8 +8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf +DFN 0.65 S-PVSON-N8 +0 +21 +9 +Package_SON +Texas_S-PVSON-N8_ThermalVias +8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf +DFN 0.65 S-PVSON-N8 +0 +27 +9 +Package_SON +Texas_S-PVSON-N10 +3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 S-PVSON-N10 DRC +0 +33 +11 +Package_SON +Texas_S-PVSON-N10_ThermalVias +3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf +0.5 S-PVSON-N10 DRC +0 +39 +11 +Package_SON +Texas_S-PWSON-N10 +3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf +0.5 S-PWSON-N10 DSC +0 +41 +11 +Package_SON +Texas_S-PWSON-N10_ThermalVias +3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf +0.5 S-PWSON-N10 DSC +0 +47 +11 +Package_SON +Texas_X2SON-4_1x1mm_P0.65mm +X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint] +X2SON +0 +13 +5 +Package_SON +USON-10_2.5x1.0mm_P0.5mm +USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf +USON-10 2.5x1.0mm Pitch 0.5mm +0 +10 +10 +Package_SON +USON-20_2x4mm_P0.4mm +USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf +USON-20 2x4mm Pitch 0.4mm +0 +20 +20 +Package_SON +VSON-8_3.3x3.3mm_P0.65mm_NexFET +8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf +VSON 0.65 +0 +12 +5 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm +VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py +VSON NoLead +0 +15 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias +VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py +VSON NoLead +0 +18 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm +0 +21 +11 +Package_SON +VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument +VSON 10 Thermal on 11 3x3mm Pitch 0.5mm +0 +27 +11 +Package_SON +VSONP-8-1EP_5x6_P1.27mm +SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf) +VSONP 1.27 +0 +13 +3 +Package_SON +WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm +WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +9 +7 +Package_SON +WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias +WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +12 +7 +Package_SON +WSON-6-1EP_3x3mm_P0.95mm +WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf +WSON6 0.95 +0 +10 +7 +Package_SON +WSON-6_1.5x1.5mm_P0.5mm +WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf +WSON6_1.5x1.5mm_P0.5mm +0 +6 +6 +Package_SON +WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP +0 +11 +9 +Package_SON +WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP ThermalVias +0 +14 +9 +Package_SON +WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack +WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias +WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm +WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +11 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias +WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm +8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf +WSON 8 1EP +0 +13 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +11 +9 +Package_SON +WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +18 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm_ThermalVias +WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +9 +Package_SON +WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm +WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm +WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +13 +9 +Package_SON +WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm +WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +15 +11 +Package_SON +WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm_ThermalVias +WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +22 +11 +Package_SON +WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm +WSON-10 package 2x3mm body, pitch 0.5mm, see http://www.ti.com/lit/ds/symlink/tps62177.pdf +WSON 0.5 +0 +14 +11 +Package_SON +WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias +WSON-10 package 2x3mm body, pitch 0.5mm, thermal vias and counter-pad, see http://www.ti.com/lit/ds/symlink/tps62177.pdf +WSON 0.5 thermal vias +0 +17 +11 +Package_SON +WSON-10-1EP_4x3mm_P0.5mm_EP2.2x2mm +10-Lead Plastic WSON, 4x3mm Body, 0.5mm Pitch (http://www.ti.com/lit/ds/symlink/lm4990.pdf) +WSON 0.5 +0 +15 +11 +Package_SON +WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65 +WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf +WSON-12 +0 +15 +13 +Package_SON +WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65_ThermalVias +WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf +WSON-12 +0 +19 +13 +Package_SON +WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm +WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +17 +13 +Package_SON +WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm_ThermalVias +WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py +WSON NoLead +0 +27 +13 +Package_SON +WSON-14-1EP_4.0x4.0mm_P0.5mm_EP2.6x2.6mm +14-Lead Plastic Dual Flat, No Lead Package - 4.0x4.0x0.8 mm Body [WSON], http://www.ti.com/lit/ml/mpds421/mpds421.pdf +NHL014B +0 +19 +15 +Package_SON +WSON-16_3.3x1.35_P0.4mm +WSON-16 3.3 x 1.35mm Pitch 0.4mm http://www.chip.tomsk.ru/chip/chipdoc.nsf/Package/C67E729A4D6C883A4725793E004C8739!OpenDocument +WSON-16 3.3 x 1.35mm Pitch 0.4mm +0 +20 +17 +Package_SON +X2SON-8_1.4x1mm_P0.35mm +X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf +X2SON-8 1.4x1mm Pitch0.35mm +0 +8 +8 +Package_SO_J-Lead +TSOC-6_3.76x3.94mm_P1.27mm +Maxim Integrated TSOC-6 D6+1,https://datasheets.maximintegrated.com/en/ds/DS2401.pdf, https://pdfserv.maximintegrated.com/land_patterns/90-0321.PDF +TSOC-6 +0 +6 +6 +Package_TO_SOT_SMD +ATPAK-2 +ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF +ATPAK +0 +7 +3 +Package_TO_SOT_SMD +Analog_KS-4 +Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf +Analog Devices KS-4 (like EIAJ SC-82) +0 +4 +4 +Package_TO_SOT_SMD +Diodes_SOT-553 +Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf +SOT-553 +0 +5 +5 +Package_TO_SOT_SMD +HVSOF5 +HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/hall/bu52001gul-e.pdf +HVSOF5 +0 +5 +5 +Package_TO_SOT_SMD +HVSOF6 +HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf +HVSOF6 +0 +7 +7 +Package_TO_SOT_SMD +Infineon_PG-HDSOP-10-1 +Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/) +hdsop 10 ddpak +0 +10 +10 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-1 +HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) +mosfet hsof toll +0 +53 +3 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-1_ThermalVias +HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) +mosfet hsof toll thermal vias +0 +96 +3 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2 +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) +mosfet hsof toll +0 +12 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2_ThermalVias +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) +mosfet hsof toll thermal vias +0 +97 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-2_ThermalVias2 +HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/, https://www.infineon.com/dgdl/Infineon-ApplicationNote_600V_CoolMOS_C7_Gold_TOLL-AN-v01_00-EN.pdf?fileId=5546d4625b10283a015b144a1af70df6) +mosfet hsof toll thermal vias +0 +159 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-3 +HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) +mosfet hsof +0 +25 +4 +Package_TO_SOT_SMD +Infineon_PG-HSOF-8-3_ThermalVias +HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) +mosfet hsof +0 +64 +4 +Package_TO_SOT_SMD +Infineon_PG-TO-220-7Lead_TabPin8 +Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9 +Infineon PG-TO-220-7 +0 +12 +8 +Package_TO_SOT_SMD +LFPAK33 +LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf +LFPAK33 SOT-1210 +0 +17 +5 +Package_TO_SOT_SMD +LFPAK56 +LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf +LFPAK56 SOT-669 Power-SO8 +0 +18 +5 +Package_TO_SOT_SMD +Nexperia_CFP15_SOT-1289 +Nexperia CFP15 (SOT-1289), https://assets.nexperia.com/documents/outline-drawing/SOT1289.pdf +SOT-1289 CFP15 +0 +8 +3 +Package_TO_SOT_SMD +OnSemi_ECH8 +On Semiconductor ECH8, https://www.onsemi.com/pub/Collateral/318BF.PDF +ECH8 SOT28-FL SOT-28-FL +0 +8 +8 +Package_TO_SOT_SMD +PQFN_8x8 +Low Profile 8x8mm PQFN, Dual Cool 88, https://www.onsemi.com/pub/Collateral/FDMT80080DC-D.pdf +pqfn vdfn mosfet +0 +9 +3 +Package_TO_SOT_SMD +PowerMacro_M234_NoHole +TO-50-4 Power Macro Package Style M234 +TO-50-4 Power Macro Package Style M234 +0 +4 +4 +Package_TO_SOT_SMD +PowerMacro_M234_WithHole +TO-50-4 Power Macro Package Style M234 +TO-50-4 Power Macro Package Style M234 +0 +4 +4 +Package_TO_SOT_SMD +Rohm_HRP7 +Rohm HRP7 SMD package, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hrp7_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/motor/dc/bd621x-e.pdf +Rohm HRP7 SMD +0 +69 +7 +Package_TO_SOT_SMD +SC-59 +SC-59, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg +SC-59 +0 +3 +3 +Package_TO_SOT_SMD +SC-59_Handsoldering +SC-59, hand-soldering varaint, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg +SC-59 hand-soldering +0 +3 +3 +Package_TO_SOT_SMD +SC-70-8 +SC70-8 +SC70-8 +0 +8 +8 +Package_TO_SOT_SMD +SC-70-8_Handsoldering +SC70-8, Handsoldering +SC70-8 Handsoldering +0 +8 +8 +Package_TO_SOT_SMD +SC-82AA +SC-82AA +SC-82AA +0 +4 +4 +Package_TO_SOT_SMD +SC-82AA_Handsoldering +SC-82AA +SC-82AA +0 +4 +4 +Package_TO_SOT_SMD +SC-82AB +SC-82AB +SC-82AB +0 +4 +4 +Package_TO_SOT_SMD +SC-82AB_Handsoldering +SC-82AB +SC-82AB +0 +4 +4 +Package_TO_SOT_SMD +SOT-23 +SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +3 +3 +Package_TO_SOT_SMD +SOT-23-5 +SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +5 +5 +Package_TO_SOT_SMD +SOT-23-5_HandSoldering +5-pin SOT23 package +SOT-23-5 hand-soldering +0 +5 +5 +Package_TO_SOT_SMD +SOT-23-6 +SOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +6 +6 +Package_TO_SOT_SMD +SOT-23-6_Handsoldering +6-pin SOT-23 package, Handsoldering +SOT-23-6 Handsoldering +0 +6 +6 +Package_TO_SOT_SMD +SOT-23-8 +SOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +SOT TO_SOT_SMD +0 +8 +8 +Package_TO_SOT_SMD +SOT-23-8_Handsoldering +8-pin SOT-23 package, Handsoldering, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf +SOT-23-8 Handsoldering +0 +8 +8 +Package_TO_SOT_SMD +SOT-23W +SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 +SOT-23W +0 +3 +3 +Package_TO_SOT_SMD +SOT-23W_Handsoldering +SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 +SOT-23W for handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-23_Handsoldering +SOT-23, Handsoldering +SOT-23 +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-3 +SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf +SOT-89-3 +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-3_Handsoldering +SOT-89-3 Handsoldering +SOT-89-3 Handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-89-5 +SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf +SOT-89-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-89-5_Handsoldering +SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf +SOT-89-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-143 +SOT-143 https://www.nxp.com/docs/en/package-information/SOT143B.pdf +SOT-143 +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R +SOT-143R, reverse pinning, https://www.nxp.com/docs/en/package-information/SOT143R.pdf +SOT-143R Reverse +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Handsoldering +SOT-143R, reverse pinning, Handsoldering, https://www.nxp.com/docs/en/package-information/SOT143R.pdf +SOT-143 Reverse Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-143_Handsoldering +SOT-143 Handsoldering https://www.nxp.com/docs/en/package-information/SOT143B.pdf +SOT-143 Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-223 +module CMS SOT223 4 pins +CMS SOT +0 +4 +4 +Package_TO_SOT_SMD +SOT-223-3_TabPin2 +module CMS SOT223 4 pins +CMS SOT +0 +4 +3 +Package_TO_SOT_SMD +SOT-223-5 +module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf +CMS SOT +0 +5 +5 +Package_TO_SOT_SMD +SOT-223-6 +module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf +CMS SOT +0 +6 +6 +Package_TO_SOT_SMD +SOT-223-6_TabPin3 +module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf +CMS SOT +0 +6 +5 +Package_TO_SOT_SMD +SOT-223-8 +module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf +CMS SOT +0 +8 +8 +Package_TO_SOT_SMD +SOT-323_SC-70 +SOT-323, SC-70 +SOT-323 SC-70 +0 +3 +3 +Package_TO_SOT_SMD +SOT-323_SC-70_Handsoldering +SOT-323, SC-70 Handsoldering +SOT-323 SC-70 Handsoldering +0 +3 +3 +Package_TO_SOT_SMD +SOT-343_SC-70-4 +SOT-343, SC-70-4 +SOT-343 SC-70-4 +0 +4 +4 +Package_TO_SOT_SMD +SOT-343_SC-70-4_Handsoldering +SOT-343, SC-70-4, Handsoldering +SOT-343 SC-70-4 Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-353_SC-70-5 +SOT-353, SC-70-5 +SOT-353 SC-70-5 +0 +5 +5 +Package_TO_SOT_SMD +SOT-353_SC-70-5_Handsoldering +SOT-353, SC-70-5, Handsoldering +SOT-353 SC-70-5 Handsoldering +0 +5 +5 +Package_TO_SOT_SMD +SOT-363_SC-70-6 +SOT-363, SC-70-6 +SOT-363 SC-70-6 +0 +6 +6 +Package_TO_SOT_SMD +SOT-363_SC-70-6_Handsoldering +SOT-363, SC-70-6, Handsoldering +SOT-363 SC-70-6 Handsoldering +0 +6 +6 +Package_TO_SOT_SMD +SOT-383F +8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf +SOT-383F +0 +9 +9 +Package_TO_SOT_SMD +SOT-383FL +8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF +SOT-383FL +0 +8 +8 +Package_TO_SOT_SMD +SOT-416 +SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf +SOT-416 +0 +3 +3 +Package_TO_SOT_SMD +SOT-523 +SOT523, https://www.diodes.com/assets/Package-Files/SOT523.pdf +SOT-523 +0 +3 +3 +Package_TO_SOT_SMD +SOT-543 +SOT-543 4 lead surface package +SOT-543 SC-107A EMD4 +0 +4 +4 +Package_TO_SOT_SMD +SOT-553 +SOT553 +SOT-553 +0 +5 +5 +Package_TO_SOT_SMD +SOT-563 +SOT563 +SOT-563 +0 +6 +6 +Package_TO_SOT_SMD +SOT-665 +SOT665 +SOT-665 +0 +5 +5 +Package_TO_SOT_SMD +SOT-666 +SOT666 +SOT-666 +0 +6 +6 +Package_TO_SOT_SMD +SOT-723 +http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV +sot 723 +0 +3 +3 +Package_TO_SOT_SMD +SOT-883 +SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf +SOT-883 +0 +3 +3 +Package_TO_SOT_SMD +SOT-886 +SOT-886 +SOT-886 +0 +6 +6 +Package_TO_SOT_SMD +SOT-963 +SOT 963 6 pins package 1x0.8mm pitch 0.35mm +SOT 963 6 pins package 1x0.8mm pitch 0.35mm +0 +6 +6 +Package_TO_SOT_SMD +SOT-1123 +SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF) +SOT-1123 transistor +0 +3 +3 +Package_TO_SOT_SMD +SOT-1333-1 +SOT-1333-1 +SOT-1333-1 +0 +9 +9 +Package_TO_SOT_SMD +SOT-1334-1 +SOT-1334-1 +SOT-1334-1 +0 +14 +14 +Package_TO_SOT_SMD +SuperSOT-3 +3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf +SuperSOT-3 SSOT-3 +0 +3 +3 +Package_TO_SOT_SMD +SuperSOT-6 +6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf +SuperSOT-6 SSOT-6 +0 +6 +6 +Package_TO_SOT_SMD +SuperSOT-8 +8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf +SuperSOT-8 SSOT-8 +0 +8 +8 +Package_TO_SOT_SMD +TDSON-8-1 +Power MOSFET package, TDSON-8-1, 5.15x5.9mm (https://www.infineon.com/cms/en/product/packages/PG-TDSON/PG-TDSON-8-1/) +tdson +0 +14 +5 +Package_TO_SOT_SMD +TO-50-3_LongPad-NoHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_LongPad-WithHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_ShortPad-NoHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-3_ShortPad-WithHole_Housing +TO-50-3 Macro T Package Style M236 +TO-50-3 Macro T Package Style M236 +0 +3 +3 +Package_TO_SOT_SMD +TO-50-4_LongPad-NoHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_LongPad-WithHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_ShortPad-NoHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-50-4_ShortPad-WithHole_Housing +TO-50-4 Macro X Package Style M238 +TO-50-4 Macro X Package Style M238 +0 +4 +4 +Package_TO_SOT_SMD +TO-252-2 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +7 +3 +Package_TO_SOT_SMD +TO-252-2_TabPin1 +TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf +TO-252-2 diode +0 +7 +2 +Package_TO_SOT_SMD +TO-252-3_TabPin2 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +8 +3 +Package_TO_SOT_SMD +TO-252-3_TabPin4 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ +DPAK TO-252 DPAK-3 TO-252-3 SOT-428 +0 +8 +4 +Package_TO_SOT_SMD +TO-252-4 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +9 +5 +Package_TO_SOT_SMD +TO-252-5_TabPin3 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +10 +5 +Package_TO_SOT_SMD +TO-252-5_TabPin6 +TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ +DPAK TO-252 DPAK-5 TO-252-5 +0 +10 +6 +Package_TO_SOT_SMD +TO-263-2 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +7 +3 +Package_TO_SOT_SMD +TO-263-2_TabPin1 +TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode +0 +7 +2 +Package_TO_SOT_SMD +TO-263-3_TabPin2 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +8 +3 +Package_TO_SOT_SMD +TO-263-3_TabPin4 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ +D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 +0 +8 +4 +Package_TO_SOT_SMD +TO-263-4 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +9 +5 +Package_TO_SOT_SMD +TO-263-5_TabPin3 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +10 +5 +Package_TO_SOT_SMD +TO-263-5_TabPin6 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ +D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 +0 +10 +6 +Package_TO_SOT_SMD +TO-263-6 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +11 +7 +Package_TO_SOT_SMD +TO-263-7_TabPin4 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +12 +7 +Package_TO_SOT_SMD +TO-263-7_TabPin8 +TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ +D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 +0 +12 +8 +Package_TO_SOT_SMD +TO-263-9_TabPin5 +TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf +D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 +0 +14 +9 +Package_TO_SOT_SMD +TO-263-9_TabPin10 +TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf +D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 +0 +14 +10 +Package_TO_SOT_SMD +TO-268-2 +TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf +D3PAK TO-268 D3PAK-3 TO-268-3 +0 +7 +3 +Package_TO_SOT_SMD +TO-269AA +SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf +TO-269AA MBS diode bridge +0 +4 +4 +Package_TO_SOT_SMD +TO-277A +Thermal enhanced ultra thin SMD package; 3 leads; body: 4.3x6.1x0.43mm, https://www.vishay.com/docs/95570/to-277asmpc.pdf +TO-277A SMPC +0 +12 +3 +Package_TO_SOT_SMD +TO-277B +TO-227B https://media.digikey.com/pdf/Data%20Sheets/Littelfuse%20PDFs/DST2050S.pdf +TO-277B +0 +9 +3 +Package_TO_SOT_SMD +TSOT-23 +3-pin TSOT23 package, http://www.analog.com.tw/pdf/All_In_One.pdf +TSOT-23 +0 +3 +3 +Package_TO_SOT_SMD +TSOT-23-5 +TSOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +5 +5 +Package_TO_SOT_SMD +TSOT-23-5_HandSoldering +5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf +TSOT-23-5 Hand-soldering +0 +5 +5 +Package_TO_SOT_SMD +TSOT-23-6 +TSOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +6 +6 +Package_TO_SOT_SMD +TSOT-23-6_HandSoldering +6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf +TSOT-23-6 MK06A TSOT-6 Hand-soldering +0 +6 +6 +Package_TO_SOT_SMD +TSOT-23-8 +TSOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py +TSOT TO_SOT_SMD +0 +8 +8 +Package_TO_SOT_SMD +TSOT-23-8_HandSoldering +8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf +TSOT-23-8 Hand-soldering +0 +8 +8 +Package_TO_SOT_SMD +TSOT-23_HandSoldering +5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf +TSOT-23 Hand-soldering +0 +3 +3 +Package_TO_SOT_SMD +Texas_DRT-3 +Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf +DRT-3 1x0.8mm Pitch 0.7mm +0 +3 +3 +Package_TO_SOT_SMD +Texas_NDQ +Texas Instruments, NDQ, 5 pin (https://www.ti.com/lit/ml/mmsf022/mmsf022.pdf) +ti pfm dap +0 +6 +6 +Package_TO_SOT_SMD +Texas_NDY0011A +TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf +Texas TO-PMOD NDY00011A +0 +12 +12 +Package_TO_SOT_SMD +Texas_R-PDSO-G6 +R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf +R-PDSO-G6 SC-70-6 +0 +6 +6 +Package_TO_SOT_SMD +VSOF5 +VSOF5 +VSOF5 +0 +5 +5 +Package_TO_SOT_SMD +Vishay_PowerPAK_SC70-6L_Dual +Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf +powerpak sc70 sc-70 dual +0 +8 +6 +Package_TO_SOT_SMD +Vishay_PowerPAK_SC70-6L_Single +Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf +powerpak sc70 sc-70 +0 +6 +3 +Package_TO_SOT_THT +Analog_TO-46-4_ThermalShield +TO-46-4 with Valox case, based on https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf +TO-46-4 LM399 +0 +4 +4 +Package_TO_SOT_THT +Fairchild_TO-220F-6L +Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf +Fairchild TO-220F-6L +0 +6 +6 +Package_TO_SOT_THT +Heraeus_TO-92-2 +TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf) +to-92 +0 +2 +2 +Package_TO_SOT_THT +NEC_Molded_7x4x9mm +Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf +Japan transistor +0 +3 +3 +Package_TO_SOT_THT +PowerIntegrations_TO-220-7C +Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf +Power Integration Y Package +0 +6 +6 +Package_TO_SOT_THT +SIPAK-1EP_Horizontal_TabDown +SIPAK, Horizontal, RM 2.286mm +SIPAK Horizontal RM 2.286mm +0 +4 +4 +Package_TO_SOT_THT +SIPAK_Vertical +SIPAK, Vertical, RM 2.286mm +SIPAK Vertical RM 2.286mm +0 +3 +3 +Package_TO_SOT_THT +SOD-70_P2.54mm +Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] +Sod-70 +0 +2 +2 +Package_TO_SOT_THT +SOD-70_P5.08mm +Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] +Sod-70 +0 +2 +2 +Package_TO_SOT_THT +SOT-227 +SOT-227 / SOT-227B / ISOTOP, M4 mounting screws (https://www.vishay.com/docs/95423/sot227g2.pdf, https://www.vishay.com/docs/95793/vs-fc420sa10.pdf) +sot 227 isotop +0 +8 +4 +Package_TO_SOT_THT +TO-3 +Transistor TO-3 +TR TO-3 TO3 TO-204 +0 +4 +3 +Package_TO_SOT_THT +TO-3P-3_Horizontal_TabDown +TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3P-3_Horizontal_TabUp +TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3P-3_Vertical +TO-3P-3, Vertical, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html +TO-3P-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Horizontal_TabDown +TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Horizontal_TabUp +TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-3PB-3_Vertical +TO-3PB-3, Vertical, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF +TO-3PB-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-5-2 +TO-5-2 +TO-5-2 +0 +2 +2 +Package_TO_SOT_THT +TO-5-2_Window +TO-5-2_Window, Window +TO-5-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-5-3 +TO-5-3 +TO-5-3 +0 +3 +3 +Package_TO_SOT_THT +TO-5-3_Window +TO-5-3_Window, Window +TO-5-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-5-4 +TO-5-4 +TO-5-4 +0 +4 +4 +Package_TO_SOT_THT +TO-5-4_Window +TO-5-4_Window, Window +TO-5-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-5-6 +TO-5-6 +TO-5-6 +0 +6 +6 +Package_TO_SOT_THT +TO-5-6_Window +TO-5-6_Window, Window +TO-5-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-5-8 +TO-5-8 +TO-5-8 +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_PD5.08 +TO-5-8_PD5.08 +TO-5-8_PD5.08 +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_PD5.08_Window +TO-5-8_PD5.08_Window, Window +TO-5-8_PD5.08_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-5-8_Window +TO-5-8_Window, Window +TO-5-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-5-10 +TO-5-10 +TO-5-10 +0 +10 +10 +Package_TO_SOT_THT +TO-5-10_Window +TO-5-10_Window, Window +TO-5-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-8-2 +TO-8-2 +TO-8-2 +0 +2 +2 +Package_TO_SOT_THT +TO-8-2_Window +TO-8-2_Window, Window +TO-8-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-8-3 +TO-8-3 +TO-8-3 +0 +3 +3 +Package_TO_SOT_THT +TO-8-3_Window +TO-8-3_Window, Window +TO-8-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-11-2 +TO-11-2 +TO-11-2 +0 +2 +2 +Package_TO_SOT_THT +TO-11-2_Window +TO-11-2_Window, Window +TO-11-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-11-3 +TO-11-3 +TO-11-3 +0 +3 +3 +Package_TO_SOT_THT +TO-11-3_Window +TO-11-3_Window, Window +TO-11-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-12-4 +TO-12-4 +TO-12-4 +0 +4 +4 +Package_TO_SOT_THT +TO-12-4_Window +TO-12-4_Window, Window +TO-12-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-17-4 +TO-17-4 +TO-17-4 +0 +4 +4 +Package_TO_SOT_THT +TO-17-4_Window +TO-17-4_Window, Window +TO-17-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-18-2 +TO-18-2 +TO-18-2 +0 +2 +2 +Package_TO_SOT_THT +TO-18-2_Lens +TO-18-2_Lens, Lens +TO-18-2_Lens Lens +0 +2 +2 +Package_TO_SOT_THT +TO-18-2_Window +TO-18-2_Window, Window +TO-18-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-18-3 +TO-18-3 +TO-18-3 +0 +3 +3 +Package_TO_SOT_THT +TO-18-3_Lens +TO-18-3_Lens, Lens +TO-18-3_Lens Lens +0 +3 +3 +Package_TO_SOT_THT +TO-18-3_Window +TO-18-3_Window, Window +TO-18-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-18-4 +TO-18-4 +TO-18-4 +0 +4 +4 +Package_TO_SOT_THT +TO-18-4_Lens +TO-18-4_Lens, Lens +TO-18-4_Lens Lens +0 +4 +4 +Package_TO_SOT_THT +TO-18-4_Window +TO-18-4_Window, Window +TO-18-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-33-4 +TO-33-4 +TO-33-4 +0 +4 +4 +Package_TO_SOT_THT +TO-33-4_Window +TO-33-4_Window, Window +TO-33-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-38-2 +TO-38-2 +TO-38-2 +0 +2 +2 +Package_TO_SOT_THT +TO-38-2_Window +TO-38-2_Window, Window +TO-38-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-38-3 +TO-38-3 +TO-38-3 +0 +3 +3 +Package_TO_SOT_THT +TO-38-3_Window +TO-38-3_Window, Window +TO-38-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-39-2 +TO-39-2 +TO-39-2 +0 +2 +2 +Package_TO_SOT_THT +TO-39-2_Window +TO-39-2_Window, Window +TO-39-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-39-3 +TO-39-3 +TO-39-3 +0 +3 +3 +Package_TO_SOT_THT +TO-39-3_Window +TO-39-3_Window, Window +TO-39-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-39-4 +TO-39-4 +TO-39-4 +0 +4 +4 +Package_TO_SOT_THT +TO-39-4_Window +TO-39-4_Window, Window +TO-39-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-39-6 +TO-39-6 +TO-39-6 +0 +6 +6 +Package_TO_SOT_THT +TO-39-6_Window +TO-39-6_Window, Window +TO-39-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-39-8 +TO-39-8 +TO-39-8 +0 +8 +8 +Package_TO_SOT_THT +TO-39-8_Window +TO-39-8_Window, Window +TO-39-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-39-10 +TO-39-10 +TO-39-10 +0 +10 +10 +Package_TO_SOT_THT +TO-39-10_Window +TO-39-10_Window, Window +TO-39-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-46-2 +TO-46-2 +TO-46-2 +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Pin2Center +TO-46-2, Pin2 at center of package, Thorlabs photodiodes +TO-46-2 Thorlabs +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Pin2Center_Window +TO-46-2, Pin2 at center of package, Thorlabs photodiodes +TO-46-2 Thorlabs +0 +2 +2 +Package_TO_SOT_THT +TO-46-2_Window +TO-46-2_Window, Window +TO-46-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-46-3 +TO-46-3 +TO-46-3 +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Pin2Center +TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf +TO-46-3 Thorlabs +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Pin2Center_Window +TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf +TO-46-3 Thorlabs +0 +3 +3 +Package_TO_SOT_THT +TO-46-3_Window +TO-46-3_Window, Window +TO-46-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-46-4 +TO-46-4 +TO-46-4 +0 +4 +4 +Package_TO_SOT_THT +TO-46-4_Window +TO-46-4_Window, Window +TO-46-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-52-2 +TO-52-2 +TO-52-2 +0 +2 +2 +Package_TO_SOT_THT +TO-52-2_Window +TO-52-2_Window, Window +TO-52-2_Window Window +0 +2 +2 +Package_TO_SOT_THT +TO-52-3 +TO-52-3 +TO-52-3 +0 +3 +3 +Package_TO_SOT_THT +TO-52-3_Window +TO-52-3_Window, Window +TO-52-3_Window Window +0 +3 +3 +Package_TO_SOT_THT +TO-72-4 +TO-72-4 +TO-72-4 +0 +4 +4 +Package_TO_SOT_THT +TO-72-4_Window +TO-72-4_Window, Window +TO-72-4_Window Window +0 +4 +4 +Package_TO_SOT_THT +TO-75-6 +TO-75-6 +TO-75-6 +0 +6 +6 +Package_TO_SOT_THT +TO-75-6_Window +TO-75-6_Window, Window +TO-75-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-78-6 +TO-78-6 +TO-78-6 +0 +6 +6 +Package_TO_SOT_THT +TO-78-6_Window +TO-78-6_Window, Window +TO-78-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-78-8 +TO-78-8 +TO-78-8 +0 +8 +8 +Package_TO_SOT_THT +TO-78-8_Window +TO-78-8_Window, Window +TO-78-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-78-10 +TO-78-10 +TO-78-10 +0 +10 +10 +Package_TO_SOT_THT +TO-78-10_Window +TO-78-10_Window, Window +TO-78-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-92 +TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92-2 +TO-92 2-pin leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 diode SOD70 +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Horizontal1 +2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Horizontal2 +2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_W4.0mm_Horizontal_FlatSideDown +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_W4.0mm_Horizontal_FlatSideUp +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92-2_Wide +TO-92 2-pin leads in-line, wide, drill 0.75mm +to-92 sc-43 sc-43a sot54 PA33 diode SOD70 +0 +2 +2 +Package_TO_SOT_THT +TO-92Flat +TO-92Flat package, often used for hall sensors, drill 0.75mm (see e.g. http://www.ti.com/lit/ds/symlink/drv5023.pdf) +to-92Flat hall sensor +0 +3 +3 +Package_TO_SOT_THT +TO-92L +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Molded Narrow transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_HandSolder +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm, hand-soldering variant with enlarged pads (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Inline +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Inline Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Inline_Wide +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Inline Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92L_Wide +TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) +TO-92L Molded Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92Mini-2 +TO-92Mini package, drill 0.6mm (https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/KT,KTY.pdf) +to-92Mini transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92S +TO-92S package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +to-92S transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92S-2 +TO-92S package, 2-pin, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +to-92S transistor +0 +2 +2 +Package_TO_SOT_THT +TO-92S_Wide +TO-92S_Wide package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) +TO-92S_Wide transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_HandSolder +TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Horizontal1 +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Horizontal2 +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline +TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Horizontal1 +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Horizontal2 +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_W4.0mm_Horizontal_FlatSideDown +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_W4.0mm_Horizontal_FlatSideUp +TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Inline_Wide +TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideDown +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideUp +TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-92_Wide +TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +Package_TO_SOT_THT +TO-99-6 +TO-99-6 +TO-99-6 +0 +6 +6 +Package_TO_SOT_THT +TO-99-6_Window +TO-99-6_Window, Window +TO-99-6_Window Window +0 +6 +6 +Package_TO_SOT_THT +TO-99-8 +TO-99-8 +TO-99-8 +0 +8 +8 +Package_TO_SOT_THT +TO-99-8_Window +TO-99-8_Window, Window +TO-99-8_Window Window +0 +8 +8 +Package_TO_SOT_THT +TO-100-10 +TO-100-10 +TO-100-10 +0 +10 +10 +Package_TO_SOT_THT +TO-100-10_Window +TO-100-10_Window, Window +TO-100-10_Window Window +0 +10 +10 +Package_TO_SOT_THT +TO-126-2_Horizontal_TabDown +TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-2_Horizontal_TabUp +TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-2_Vertical +TO-126-2, Vertical, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-126-3_Horizontal_TabDown +TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-126-3_Horizontal_TabUp +TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-126-3_Vertical +TO-126-3, Vertical, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf +TO-126-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-218-2_Horizontal_TabDown +TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Horizontal RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-2_Horizontal_TabUp +TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Horizontal RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-2_Vertical +TO-218-2, Vertical, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-2 Vertical RM 10.95mm SOT-93 +0 +2 +2 +Package_TO_SOT_THT +TO-218-3_Horizontal_TabDown +TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Horizontal RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-218-3_Horizontal_TabUp +TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Horizontal RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-218-3_Vertical +TO-218-3, Vertical, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf +TO-218-3 Vertical RM 5.475mm SOT-93 +0 +3 +3 +Package_TO_SOT_THT +TO-220-2_Horizontal_TabDown +TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-2_Horizontal_TabUp +TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-2_Vertical +TO-220-2, Vertical, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF +TO-220-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220-3_Horizontal_TabDown +TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-3_Horizontal_TabUp +TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-3_Vertical +TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf +TO-220-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220-4_Horizontal_TabDown +TO-220-4, Horizontal, RM 2.54mm +TO-220-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_Horizontal_TabUp +TO-220-4, Horizontal, RM 2.54mm +TO-220-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerEven_Lead3.8mm_Vertical +TO-220-4, Vertical, RM 2.54mm, staggered type-2 +TO-220-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-4, Horizontal, RM 2.54mm, staggered type-2 +TO-220-4 Horizontal RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-4, Vertical, RM 2.54mm, staggered type-1 +TO-220-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_P5.08x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-4, Horizontal, RM 2.54mm, staggered type-1 +TO-220-4 Horizontal RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220-4_Vertical +TO-220-4, Vertical, RM 2.54mm +TO-220-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220-5_Horizontal_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_Horizontal_TabUp +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.8mm_StaggerEven_Lead7.13mm_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_P3.4x3.8mm_StaggerOdd_Lead7.13mm_TabDown +TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf +TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220-5_Vertical +TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf +TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-2 +TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-1 +TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.8mm_StaggerEven_Lead5.85mm_TabDown +TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-2 +TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220-7_P2.54x3.8mm_StaggerOdd_Lead5.85mm_TabDown +TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-1 +TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220-8_Vertical +TO-220-8 (Multiwatt8), Vertical, 2.54mm Pitch (http://www.st.com/resource/en/datasheet/tda7264.pdf) +TO-220-9 Vertical 2.54mm Pitch Multiwatt 8 +0 +8 +8 +Package_TO_SOT_THT +TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical +TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-2 +TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical +TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-1 +TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown +TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-2 +TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220-9_P1.94x3.8mm_StaggerOdd_Lead5.85mm_TabDown +TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-1 +TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220-11_P3.4x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerEven_Lead4.58mm_Vertical +TO-220-11, Vertical, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Vertical RM 1.7mm staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.85mm_Vertical +TO-220-11, Vertical, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf +TO-220-11 Vertical RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-11_P3.4x5.08mm_StaggerOdd_Lead8.45mm_TabDown +TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf +TO-220-11 Horizontal RM 1.7mm staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerEven_Lead4.58mm_Vertical +TO-220-15, Vertical, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Vertical RM 1.27mm staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown +TO-220-15, Horizontal, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Horizontal RM 1.27mm staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerOdd_Lead4.58mm_Vertical +TO-220-15, Vertical, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Vertical RM 1.27mm staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown +TO-220-15, Horizontal, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf +TO-220-15 Horizontal RM 1.27mm staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-220F-2_Horizontal_TabDown +TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-2_Horizontal_TabUp +TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Horizontal RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-2_Vertical +TO-220F-2, Vertical, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf +TO-220F-2 Vertical RM 5.08mm +0 +2 +2 +Package_TO_SOT_THT +TO-220F-3_Horizontal_TabDown +TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-3_Horizontal_TabUp +TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Horizontal RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-3_Vertical +TO-220F-3, Vertical, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf +TO-220F-3 Vertical RM 2.54mm +0 +3 +3 +Package_TO_SOT_THT +TO-220F-4_Horizontal_TabDown +TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_Horizontal_TabUp +TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x2.05mm_StaggerEven_Lead1.85mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x2.05mm_StaggerOdd_Lead1.85mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-2 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_P5.08x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm staggered type-1 +0 +4 +4 +Package_TO_SOT_THT +TO-220F-4_Vertical +TO-220F-4, Vertical, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf +TO-220F-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-220F-5_Horizontal_TabDown +TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_Horizontal_TabUp +TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x2.06mm_StaggerEven_Lead1.86mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x2.06mm_StaggerOdd_Lead1.86mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_P3.4x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-5_Vertical +TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5 +TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 +0 +5 +5 +Package_TO_SOT_THT +TO-220F-7_P2.54x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-7, Vertical, RM 1.27mm, staggered type-2 +TO-220F-7 Vertical RM 1.27mm staggered type-2 +0 +7 +7 +Package_TO_SOT_THT +TO-220F-7_P2.54x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-7, Vertical, RM 1.27mm, staggered type-1 +TO-220F-7 Vertical RM 1.27mm staggered type-1 +0 +7 +7 +Package_TO_SOT_THT +TO-220F-9_P1.8x3.7mm_StaggerEven_Lead3.5mm_Vertical +TO-220F-9, Vertical, RM 0.9mm, staggered type-2 +TO-220F-9 Vertical RM 0.9mm staggered type-2 +0 +9 +9 +Package_TO_SOT_THT +TO-220F-9_P1.8x3.7mm_StaggerOdd_Lead3.5mm_Vertical +TO-220F-9, Vertical, RM 0.9mm, staggered type-1 +TO-220F-9 Vertical RM 0.9mm staggered type-1 +0 +9 +9 +Package_TO_SOT_THT +TO-220F-11_P3.4x5.08mm_StaggerEven_Lead5.08mm_Vertical +TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-2, see http://www.ti.com/lit/ds/symlink/lm3886.pdf +TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-2 +0 +11 +11 +Package_TO_SOT_THT +TO-220F-11_P3.4x5.08mm_StaggerOdd_Lead5.08mm_Vertical +TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lm3886.pdf +TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-1 +0 +11 +11 +Package_TO_SOT_THT +TO-220F-15_P2.54x5.08mm_StaggerEven_Lead5.08mm_Vertical +TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-2 +TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-2 +0 +15 +15 +Package_TO_SOT_THT +TO-220F-15_P2.54x5.08mm_StaggerOdd_Lead5.08mm_Vertical +TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-1 +TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-1 +0 +15 +15 +Package_TO_SOT_THT +TO-247-2_Horizontal_TabDown +TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-2_Horizontal_TabUp +TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-2_Vertical +TO-247-2, Vertical, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-2 Vertical RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-247-3_Horizontal_TabDown +TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-3_Horizontal_TabUp +TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-3_Vertical +TO-247-3, Vertical, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-247-4_Horizontal_TabDown +TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-4_Horizontal_TabUp +TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Horizontal RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-4_Vertical +TO-247-4, Vertical, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html +TO-247-4 Vertical RM 2.54mm +0 +4 +4 +Package_TO_SOT_THT +TO-247-5_Horizontal_TabDown +TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Horizontal RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-247-5_Horizontal_TabUp +TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Horizontal RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-247-5_Vertical +TO-247-5, Vertical, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf +TO-247-5 Vertical RM 2.54mm +0 +5 +5 +Package_TO_SOT_THT +TO-251-2-1EP_Horizontal_TabDown +TO-251-2, Horizontal, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-2 Horizontal RM 4.58mm IPAK +0 +3 +3 +Package_TO_SOT_THT +TO-251-2_Vertical +TO-251-2, Vertical, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-2 Vertical RM 4.58mm IPAK +0 +2 +2 +Package_TO_SOT_THT +TO-251-3-1EP_Horizontal_TabDown +TO-251-3, Horizontal, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-3 Horizontal RM 2.29mm IPAK +0 +4 +4 +Package_TO_SOT_THT +TO-251-3_Vertical +TO-251-3, Vertical, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf +TO-251-3 Vertical RM 2.29mm IPAK +0 +3 +3 +Package_TO_SOT_THT +TO-262-3-1EP_Horizontal_TabDown +TO-262-3, Horizontal, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF +TO-262-3 Horizontal RM 2.54mm IIPAK I2PAK +0 +4 +4 +Package_TO_SOT_THT +TO-262-3_Vertical +TO-262-3, Vertical, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF +TO-262-3 Vertical RM 2.54mm IIPAK I2PAK +0 +3 +3 +Package_TO_SOT_THT +TO-262-5-1EP_Horizontal_TabDown +TO-262-5, Horizontal, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf +TO-262-5 Horizontal RM 1.7mm IIPAK I2PAK +0 +6 +6 +Package_TO_SOT_THT +TO-262-5_Vertical +TO-262-5, Vertical, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf +TO-262-5 Vertical RM 1.7mm IIPAK I2PAK +0 +5 +5 +Package_TO_SOT_THT +TO-264-2_Horizontal_TabDown +TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-2_Horizontal_TabUp +TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Horizontal RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-2_Vertical +TO-264-2, Vertical, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-2 Vertical RM 10.9mm +0 +2 +2 +Package_TO_SOT_THT +TO-264-3_Horizontal_TabDown +TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-3_Horizontal_TabUp +TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Horizontal RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-3_Vertical +TO-264-3, Vertical, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf +TO-264-3 Vertical RM 5.45mm +0 +3 +3 +Package_TO_SOT_THT +TO-264-5_Horizontal_TabDown +TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Horizontal RM 3.81mm +0 +5 +5 +Package_TO_SOT_THT +TO-264-5_Horizontal_TabUp +TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Horizontal RM 3.81mm +0 +5 +5 +Package_TO_SOT_THT +TO-264-5_Vertical +TO-264-5, Vertical, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF +TO-264-5 Vertical RM 3.81mm +0 +5 +5 +Potentiometer_SMD +Potentiometer_ACP_CA6-VSMD_Vertical +Potentiometer, vertical, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer vertical ACP CA6-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA6-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer vertical hole ACP CA6-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA9-VSMD_Vertical +Potentiometer, vertical, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical ACP CA9-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA9-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical hole ACP CA9-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA14-VSMD_Vertical +Potentiometer, vertical, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical ACP CA14-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_ACP_CA14-VSMD_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical hole ACP CA14-VSMD +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214G_Horizontal +Potentiometer, horizontal, Bourns 3214G, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer horizontal Bourns 3214G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214J_Horizontal +Potentiometer, horizontal, Bourns 3214J, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer horizontal Bourns 3214J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214W_Vertical +Potentiometer, vertical, Bourns 3214W, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer vertical Bourns 3214W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3214X_Vertical +Potentiometer, vertical, Bourns 3214X, https://www.bourns.com/docs/Product-Datasheets/3214.pdf +Potentiometer vertical Bourns 3214X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224G_Horizontal +Potentiometer, horizontal, Bourns 3224G, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer horizontal Bourns 3224G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224J_Horizontal +Potentiometer, horizontal, Bourns 3224J, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer horizontal Bourns 3224J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224W_Vertical +Potentiometer, vertical, Bourns 3224W, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer vertical Bourns 3224W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3224X_Vertical +Potentiometer, vertical, Bourns 3224X, https://www.bourns.com/docs/Product-Datasheets/3224.pdf +Potentiometer vertical Bourns 3224X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269P_Horizontal +Potentiometer, horizontal, Bourns 3269P, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer horizontal Bourns 3269P +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269W_Vertical +Potentiometer, vertical, Bourns 3269W, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer vertical Bourns 3269W +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3269X_Horizontal +Potentiometer, horizontal, Bourns 3269X, https://www.bourns.com/docs/Product-Datasheets/3269.pdf +Potentiometer horizontal Bourns 3269X +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314G_Vertical +Potentiometer, vertical, Bourns 3314G, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314G +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314J_Vertical +Potentiometer, vertical, Bourns 3314J, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314J +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314R-1_Vertical_Hole +Potentiometer, vertical, shaft hole, Bourns 3314R-1, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical hole Bourns 3314R-1 +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314R-GM5_Vertical +Potentiometer, vertical, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer vertical Bourns 3314R-GM5 +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_3314S_Horizontal +Potentiometer, horizontal, Bourns 3314S, http://www.bourns.com/docs/Product-Datasheets/3314.pdf +Potentiometer horizontal Bourns 3314S +0 +3 +3 +Potentiometer_SMD +Potentiometer_Bourns_PRS11S_Vertical +Potentiometer, vertical, Bourns PRS11S, http://www.bourns.com/docs/Product-Datasheets/PRS11S.pdf +Potentiometer vertical Bourns PRS11S +0 +5 +5 +Potentiometer_SMD +Potentiometer_Bourns_TC33X_Vertical +Potentiometer, Bourns, TC33X, Vertical, https://www.bourns.com/pdfs/TC33.pdf +Potentiometer Bourns TC33X Vertical +0 +3 +3 +Potentiometer_SMD +Potentiometer_Vishay_TS53YJ_Vertical +Potentiometer, vertical, Vishay TS53YJ, https://www.vishay.com/docs/51008/ts53.pdf +Potentiometer vertical Vishay TS53YJ +0 +3 +3 +Potentiometer_SMD +Potentiometer_Vishay_TS53YL_Vertical +Potentiometer, vertical, Vishay TS53YL, https://www.vishay.com/docs/51008/ts53.pdf +Potentiometer vertical Vishay TS53YL +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA6-H2,5_Horizontal +Potentiometer, horizontal, ACP CA6-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf +Potentiometer horizontal ACP CA6-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H2,5_Horizontal +Potentiometer, horizontal, ACP CA9-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H3,8_Horizontal +Potentiometer, horizontal, ACP CA9-H3,8, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H3,8 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-H5_Horizontal +Potentiometer, horizontal, ACP CA9-H5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer horizontal ACP CA9-H5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-V10_Vertical +Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical ACP CA9-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA9-V10_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf +Potentiometer vertical hole ACP CA9-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H2,5_Horizontal +Potentiometer, horizontal, ACP CA14-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H2,5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H4_Horizontal +Potentiometer, horizontal, ACP CA14-H4, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H4 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14-H5_Horizontal +Potentiometer, horizontal, ACP CA14-H5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer horizontal ACP CA14-H5 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14V-15_Vertical +Potentiometer, vertical, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical ACP CA14V-15 +0 +3 +3 +Potentiometer_THT +Potentiometer_ACP_CA14V-15_Vertical_Hole +Potentiometer, vertical, shaft hole, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf +Potentiometer vertical hole ACP CA14V-15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Alpha_RD901F-40-00D_Single_Vertical +Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles +Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical +Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm dual +0 +8 +6 +Potentiometer_THT +Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles +Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 +potentiometer vertical 9mm dual +0 +8 +6 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Horizontal +111009J 1110AK4 11100DN 1110AAR 1110077 1110A0J 110AMJ 1110B26 D1110C1A Potentiometer, horizontal, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf +Potentiometer horizontal Alps RK09K Single Snapin +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Vertical +113004U 1130A6S 11300DR 1130A8G 1130081 1130A5R 1130AP5 1130AST D1130C3W D1130C1B D1130C3C D1130C2P Potentiometer, vertical, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf +Potentiometer vertical Alps RK09K RK09D Single Snapin +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Horizontal +122002H 122002L 12B0A4S 12B0A1V Potentiometer, horizontal, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer horizontal Alps RK09L Double +0 +8 +7 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Vertical +1240015 1240019 12D0A1W 12D0A1T Potentiometer, vertical, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer vertical Alps RK09L Double +0 +8 +7 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Horizontal +1120A5F 1120036 1120A0Z 112003S Potentiometer, horizontal, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer horizontal Alps RK09L Single +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Vertical + 1140A5L 114001E 1140A2U 114001T Potentiometer, vertical, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf +Potentiometer vertical Alps RK09L Single +0 +5 +4 +Potentiometer_THT +Potentiometer_Alps_RK09Y11_Single_Horizontal +Potentiometer, horizontal, Long Life, Alps RK09Y11 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09y11/rk09y11.pdf +Potentiometer horizontal Alps RK09Y11 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal +1210, Dual Pot, Horizontal, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal_Switch +1221-5R1211, Dual Pot, Horizontal, Switch, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Dual Switch +0 +8 +8 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal +1110, Single Pot, Horizontal, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal_Switch +1111-5R1211, Single Pot, Horizontal, Switch, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf +Potentiometer horizontal Alps RK097 Single Switch +0 +5 +5 +Potentiometer_THT +Potentiometer_Alps_RK163_Dual_Horizontal +12101A2 1210AX9 12A0B85 12A0BKR Potentiometer, horizontal, Alps RK163 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf +Potentiometer horizontal Alps RK163 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK163_Single_Horizontal +1110U1Q 1110TNP 1110U2A 1110U0Q Potentiometer, horizontal, Alps RK163 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf +Potentiometer horizontal Alps RK163 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3005_Horizontal +Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf +Potentiometer horizontal Bourns 3005 +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006P_Horizontal +Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006W_Horizontal +Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3006Y_Horizontal +Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf +Potentiometer horizontal Bourns 3006Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3009P_Horizontal +Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf +Potentiometer horizontal Bourns 3009P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3009Y_Horizontal +Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf +Potentiometer horizontal Bourns 3009Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266P_Horizontal +Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266W_Vertical +Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer vertical Bourns 3266W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266X_Horizontal +Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266Y_Vertical +Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer vertical Bourns 3266Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3266Z_Horizontal +Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf +Potentiometer horizontal Bourns 3266Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296P_Horizontal +Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296W_Vertical +Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf +Potentiometer vertical Bourns 3296W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296X_Horizontal +Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296Y_Vertical +Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf +Potentiometer vertical Bourns 3296Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3296Z_Horizontal +Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf +Potentiometer horizontal Bourns 3296Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299P_Horizontal +Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299W_Vertical +Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf +Potentiometer vertical Bourns 3299W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299X_Horizontal +Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299Y_Vertical +Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf +Potentiometer vertical Bourns 3299Y +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3299Z_Horizontal +Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf +Potentiometer horizontal Bourns 3299Z +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339H_Vertical +Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339H +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339P_Vertical +Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339P_Vertical_HandSoldering +Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer vertical Bourns 3339P hand-soldering +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339S_Horizontal +Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer horizontal Bourns 3339S +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3339W_Horizontal +Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf +Potentiometer horizontal Bourns 3339W +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386C_Horizontal +Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf +Potentiometer horizontal Bourns 3386C +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386F_Vertical +Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf +Potentiometer vertical Bourns 3386F +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386P_Vertical +Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf +Potentiometer vertical Bourns 3386P +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_3386X_Horizontal +Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf +Potentiometer horizontal Bourns 3386X +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_PTA1543_Single_Slide +Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 15.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA2043_Single_Slide +Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 20.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA3043_Single_Slide +Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 30.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA4543_Single_Slide +Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 45.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTA6043_Single_Slide +Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf +Bourns single-gang slide potentiometer 60.0mm +0 +7 +4 +Potentiometer_THT +Potentiometer_Bourns_PTV09A-1_Single_Vertical +Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf +Potentiometer vertical Bourns PTV09A-1 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Bourns_PTV09A-2_Single_Horizontal +Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf +Potentiometer horizontal Bourns PTV09A-2 Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Omeg_PC16BU_Horizontal +Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm +Potentiometer horizontal Omeg PC16BU +0 +3 +3 +Potentiometer_THT +Potentiometer_Omeg_PC16BU_Vertical +Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm +Potentiometer vertical Omeg PC16BU +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Dual_Horizontal +Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Piher_PC-16_Single_Horizontal +Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Single_Vertical +Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer vertical Piher PC-16 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PC-16_Triple_Horizontal +Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf +Potentiometer horizontal Piher PC-16 Triple +0 +9 +9 +Potentiometer_THT +Potentiometer_Piher_PT-6-H_Horizontal +Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer horizontal Piher PT-6-H +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-6-V_Vertical +Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer vertical Piher PT-6-V +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-6-V_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf +Potentiometer vertical hole Piher PT-6-V +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-H01_Horizontal +Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer horizontal Piher PT-10-H01 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-H05_Horizontal +Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer horizontal Piher PT-10-H05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V05_Vertical +Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical Piher PT-10-V05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V10_Vertical +Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical Piher PT-10-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-10-V10_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf +Potentiometer vertical hole Piher PT-10-V10 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H01_Horizontal +Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H01 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H05_Horizontal +Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H05 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H06_Horizontal +Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H06 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-H25_Horizontal +Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer horizontal Piher PT-15-H25 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V02_Vertical +Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical Piher PT-15-V02 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V02_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical hole Piher PT-15-V02 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V15_Vertical +Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical Piher PT-15-V15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_PT-15-V15_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf +Potentiometer vertical hole Piher PT-15-V15 +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_T-16H_Double_Horizontal +Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer horizontal Piher T-16H Double +0 +6 +6 +Potentiometer_THT +Potentiometer_Piher_T-16H_Single_Horizontal +Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer horizontal Piher T-16H Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Piher_T-16L_Single_Vertical_Hole +Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf +Potentiometer vertical hole Piher T-16L Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Runtron_RM-063_Horizontal +Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf +Potentiometer Trimmer RM-063 +0 +3 +3 +Potentiometer_THT +Potentiometer_Runtron_RM-065_Vertical +Potentiometer, vertical, Trimmer, RM-065 https://components101.com/sites/default/files/component_datasheet/Preset%20Potentiometer%20%28Trimpot%29.pdf +Potentiometer Trimmer RM-065 +0 +3 +3 +Potentiometer_THT +Potentiometer_TT_P0915N +http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf +potentiometer vertical TT P0915N single +0 +5 +3 +Potentiometer_THT +Potentiometer_Vishay_43_Horizontal +Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf +Potentiometer horizontal Vishay 43 +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148-149_Dual_Horizontal +Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148-149 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Vishay_148-149_Single_Horizontal +Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148-149 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148-149_Single_Vertical +Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer vertical Vishay 148-149 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_148E-149E_Dual_Horizontal +Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148E-149E Dual +0 +10 +6 +Potentiometer_THT +Potentiometer_Vishay_148E-149E_Single_Horizontal +Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf +Potentiometer horizontal Vishay 148E-149E Single +0 +7 +3 +Potentiometer_THT +Potentiometer_Vishay_248BH-249BH_Single_Horizontal +Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer horizontal Vishay 248BH-249BH Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal +Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer horizontal Vishay 248GJ-249GJ Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_248GJ-249GJ_Single_Vertical +Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf +Potentiometer vertical Vishay 248GJ-249GJ Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T7-YA_Single_Vertical +Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf +Potentiometer vertical Vishay T7-YA Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73XW_Horizontal +Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer horizontal Vishay T73XW +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73XX_Horizontal +Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer horizontal Vishay T73XX +0 +3 +3 +Potentiometer_THT +Potentiometer_Vishay_T73YP_Vertical +Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf +Potentiometer vertical Vishay T73YP +0 +3 +3 +RF +Skyworks_SKY13575_639LF +http://www.skyworksinc.com/uploads/documents/SKY13575_639LF_203270D.pdf +Skyworks +0 +19 +15 +RF +Skyworks_SKY65404-31 +http://www.skyworksinc.com/uploads/documents/SKY65404_31_201512K.pdf +Skyworks +0 +7 +7 +RF_Antenna +Abracon_APAES868R8060C16-T +Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi +APAES patch antenna +0 +1 +1 +RF_Antenna +Coilcraft_MA5532-AE_RFID +RFID Transponder Coil +antenna rfid coilcraft +0 +2 +2 +RF_Antenna +Johanson_2450AT18x100 +Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, -0.5dBi, https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf +antenna +0 +2 +2 +RF_Antenna +Johanson_2450AT43F0100 +Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, 1dBi, https://www.johansontechnology.com/datasheets/2450AT43F0100/2450AT43F0100.pdf +antenna +0 +2 +2 +RF_Antenna +Pulse_W3011 +Pulse RF Antenna, 4mm Clearance +antenna rf +0 +3 +2 +RF_Antenna +Texas_SWRA117D_2.4GHz_Left +http://www.ti.com/lit/an/swra117d/swra117d.pdf +PCB antenna +0 +2 +2 +RF_Antenna +Texas_SWRA117D_2.4GHz_Right +http://www.ti.com/lit/an/swra117d/swra117d.pdf +PCB antenna +0 +2 +2 +RF_Antenna +Texas_SWRA416_868MHz_915MHz +http://www.ti.com/lit/an/swra416/swra416.pdf +PCB antenna +0 +20 +1 +RF_Converter +Anaren_0805_2012Metric-6 +https://cdn.anaren.com/product-documents/Xinger/DirectionalCouplers/DC4759J5020AHF/DC4759J5020AHF_DataSheet(Rev_E).pdf +coupler rf +0 +6 +6 +RF_Converter +Balun_Johanson_1.6x0.8mm +6-pin 1.6x0.8 mm balun footprint +Johanson balun filter +0 +6 +6 +RF_Converter +Balun_Johanson_0896BM15A0001 +https://www.johansontechnology.com/datasheets/0896BM15A0001/0896BM15A0001.pdf +balun RF +0 +6 +6 +RF_Converter +Balun_Johanson_0900PC15J0013 +Johanson 0900PC15J0013 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900PC15J0013/0900PC15J0013.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py +Johanson DFN NoLead +0 +10 +10 +RF_Converter +Balun_Johanson_5400BL15B050E +https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf +balun RF +0 +6 +6 +RF_Converter +RF_Attenuator_Susumu_PAT1220 +http://www.susumu-usa.com/pdf/Foot_Print_38.pdf, https://www.susumu.co.jp/common/pdf/n_catalog_partition16_en.pdf +2mm 1.2mm +0 +3 +3 +RF_GPS +Linx_RXM-GPS +GPS Module, Linx (https://linxtechnologies.com/wp/wp-content/uploads/rxm-gps-rm.pdf) +gps linx +0 +22 +22 +RF_GPS +Quectel_L80-R +Quectel L80-R GPS Module, Patch on Top, https://www.quectel.com/UploadImage/Downlad/Quectel_L80-R_Hardware_Design_V1.2.pdf +quectel GPS GNSS +0 +12 +12 +RF_GPS +SIM28ML +https://simcom.ee/documents/SIM28ML/SIM28ML_Hardware%20Design_V1.01.pdf +SIM28ML GPS +0 +18 +18 +RF_GPS +Sierra_XA11X0 +QFN-24, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification +QFN-24 P1.20 +0 +24 +24 +RF_GPS +Sierra_XM11X0 +QFN-20, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification +QFN-20 P1.20 +0 +20 +20 +RF_GPS +ublox_LEA +ublox LEA 6/7/8, (https://www.u-blox.com/sites/default/files/LEA-M8S-M8T-FW3_HardwareIntegrationManual_%28UBX-15030060%29.pdf) +GPS ublox LEA 6/7/8 +0 +28 +28 +RF_GPS +ublox_MAX +ublox MAX 6/7/8, (https://www.u-blox.com/sites/default/files/MAX-8-M8-FW3_HardwareIntegrationManual_%28UBX-15030059%29.pdf) +GPS ublox MAX 6/7/8 +0 +18 +18 +RF_GPS +ublox_NEO +ublox NEO 6/7/8, (https://www.u-blox.com/sites/default/files/NEO-8Q-NEO-M8-FW3_HardwareIntegrationManual_%28UBX-15029985%29_0.pdf) +GPS ublox NEO 6/7/8 +0 +24 +24 +RF_GPS +ublox_SAM-M8Q +GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf +ublox SAM-M8Q +0 +100 +20 +RF_GPS +ublox_SAM-M8Q_HandSolder +GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf +ublox SAM-M8Q +0 +20 +20 +RF_GPS +ublox_ZED +ublox ZED-F9, https://www.u-blox.com/sites/default/files/ZED-F9P_DataSheet_%28UBX-17051259%29.pdf +GPS GNSS ublox ZED +0 +102 +55 +RF_GSM +Quectel_BC66 +GSM NB-IoT module, 15.8x17.7x2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC66_Hardware_Design_V1.1.pdf +GSM NB-IoT Module BC66 M66 +0 +116 +58 +RF_GSM +Quectel_BC95 +GSM NB-IoT module, 19.9x23.6x2.2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC95_Hardware_Design_V1.3.pdf +GSM NB-IoT module BC95 +0 +188 +94 +RF_GSM +Quectel_M95 +Quad-Band GSM/GPRS module, 19.9x23.6x2.65mm, https://www.quectel.com/UploadImage/Downlad/M95_Hardware_Design_V1.3.pdf +GSM Module M95 +0 +84 +42 +RF_GSM +SIMCom_SIM800C +Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf +GSM Module SIM800C +0 +84 +42 +RF_GSM +SIMCom_SIM900 +Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf +GSM Module SIM900 +0 +68 +68 +RF_GSM +Telit_xL865 +Telit xL865 familly footprint, http://www.telit.com/fileadmin/user_upload/products/Downloads/3G/Telit_UL865_Hardware_User_Guide_r8.pdf +xL865 gsm umts +0 +52 +48 +RF_GSM +ublox_SARA-G3_LGA-96 +ublox Sara GSM/HSPA modem, https://www.u-blox.com/sites/default/files/SARA-G3-U2_SysIntegrManual_%28UBX-13000995%29.pdf, pag.162 +ublox SARA-G3 SARA-U2 GSM HSPA +0 +192 +96 +RF_Mini-Circuits +Mini-Circuits_BK377 +Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) +Mini-circuits BK377 +0 +14 +14 +RF_Mini-Circuits +Mini-Circuits_BK377_LandPatternPL-005 +Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl005.pdf) +Mini-circuits VCXO JTOS PL-005 +0 +50 +14 +RF_Mini-Circuits +Mini-Circuits_CD541_H2.08mm +https://ww2.minicircuits.com/case_style/CD541.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_H2.84mm +https://ww2.minicircuits.com/case_style/CD542.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_LandPatternPL-052 +Footprint for Mini-Circuits case CD542 (https://ww2.minicircuits.com/case_style/CD542.pdf) using land-pattern PL-052, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl052.pdf) +MiniCircuits PL-052 CD542 +0 +17 +6 +RF_Mini-Circuits +Mini-Circuits_CD542_LandPatternPL-094 +Footprint for mini circuit case CD542, Land pattern PL-094, pads 5 and 2 connected via insulated copper area below body, vias included (case drawing: https://ww2.minicircuits.com/case_style/CD542.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl094.pdf) +mini-circuits CD542 pl-094 +0 +18 +6 +RF_Mini-Circuits +Mini-Circuits_CD636_H4.11mm +https://ww2.minicircuits.com/case_style/CD636.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CD636_LandPatternPL-035 +Footprint for Mini-Circuits case CD636 (https://ww2.minicircuits.com/case_style/CD636.pdf) following land pattern PL-035, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl035.pdf) +mini-circuits pl-035 CD636 +0 +13 +6 +RF_Mini-Circuits +Mini-Circuits_CD637_H5.23mm +https://ww2.minicircuits.com/case_style/CD637.pdf +RF Transformer +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_CK605 +Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) +Mini-Circuits CK605 +0 +16 +16 +RF_Mini-Circuits +Mini-Circuits_CK605_LandPatternPL-012 +Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) following land pattern PL-012, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf) +Mini-Circuits PL-012 +0 +53 +16 +RF_Mini-Circuits +Mini-Circuits_DB1627 +Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf) +Mini-Circuits DB1627 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_GP731 +Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) +Mini-Circuits GP731 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_GP731_LandPatternPL-176 +Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) +mini-circuits PL-176 +0 +21 +8 +RF_Mini-Circuits +Mini-Circuits_GP1212 +Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) +mini-circuits GP1212 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_GP1212_LandPatternPL-176 +Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) +mini-circuits PL-176 +0 +21 +8 +RF_Mini-Circuits +Mini-Circuits_HF1139 +Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) +Mini-Circuits HF1139 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_HF1139_LandPatternPL-230 +Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) following land pattern PL-230, including GND vias (https://ww2.minicircuits.com/pcb/98-pl230.pdf) +Mini-Circuits PL-230 +0 +37 +8 +RF_Mini-Circuits +Mini-Circuits_HQ1157 +Footprint for Mini-Circuits case HQ1157 (https://www.minicircuits.com/case_style/HQ1157.pdf) +Mini-Circuits HQ1157 +0 +14 +14 +RF_Mini-Circuits +Mini-Circuits_HZ1198 +Footprint for Mini-Circuits case HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) +Mini-Circuits HZ1198 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_HZ1198_LandPatternPL-247 +Footprint for Mini-Circuits cas HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) following land pattern PL-247, including GND-vias (https://www.minicircuits.com/pcb/98-pl247.pdf) +Mini-Circuits PL-247 HZ1198 +0 +40 +6 +RF_Mini-Circuits +Mini-Circuits_MMM168 +Footprint for Mini-Circuits case MMM168 (https://ww2.minicircuits.com/case_style/MMM168.pdf) +Mini-Circuits MMM168 +0 +4 +4 +RF_Mini-Circuits +Mini-Circuits_MMM168_LandPatternPL-225 +Footprint for Mini-Circuits case MMM168, Land pattern PL-225, vias included, (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl225.pdf) +pl-225 +0 +10 +4 +RF_Mini-Circuits +Mini-Circuits_QQQ130_ClockwisePinNumbering +Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) +Mini-Circuits QQQ130 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_QQQ130_LandPattern_PL-236_ClockwisePinNumbering +Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) following land pattern PL-236, including GND vias (https://ww2.minicircuits.com/pcb/98-pl236.pdf) +Mini-Circuits PL-236 +0 +14 +6 +RF_Mini-Circuits +Mini-Circuits_TT1224_ClockwisePinNumbering +Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) +Mini-Circuits TT1224 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_TT1224_LandPatternPL-258_ClockwisePinNumbering +Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) +PL-258 Mini-Circuits +0 +26 +6 +RF_Mini-Circuits +Mini-Circuits_TTT167 +Footprint for Mini-Circuits case TTT167 (https://ww2.minicircuits.com/case_style/TTT167.pdf) +Mini-Circuits TTT167 +0 +6 +6 +RF_Mini-Circuits +Mini-Circuits_TTT167_LandPatternPL-079 +Footprint for Mini-Circuits case TTT167 (Mini-Circuits_TTT167_LandPatternPL-079) following land pattern PL-079, including GND vias (https://ww2.minicircuits.com/pcb/98-pl079.pdf) +Mini-Circuits PL-079 +0 +36 +6 +RF_Mini-Circuits +Mini-Circuits_YY161 +Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) +Mini-Circuits YY161 +0 +8 +8 +RF_Mini-Circuits +Mini-Circuits_YY161_LandPatternPL-049 +Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) using land-pattern PL-049, including GND-connections and vias (https://ww2.minicircuits.com/pcb/98-pl049.pdf) +mini-circuits pl-049 +0 +36 +8 +RF_Module +Ai-Thinker-Ra-01-LoRa +Ai Thinker Ra-01 LoRa +LoRa Ra-01 +0 +16 +16 +RF_Module +Atmel_ATSAMR21G18-MR210UA_NoRFPads +http://ww1.microchip.com/downloads/en/devicedoc/atmel-42475-atsamr21g18-mr210ua_datasheet.pdf +module wireless zigbee 802.15.4 flash crypto ATSAMR21G18 AT45DB041E TECC508A U.Fi +0 +42 +42 +RF_Module +BLE112-A +Class 4 Bluetooth Module with on-board antenna +Bluetooth Module +0 +30 +30 +RF_Module +BM78SPPS5xC2 +Bluetooth Dual-mode module with integral chip antenna (http://ww1.microchip.com/downloads/en/DeviceDoc/60001380C.pdf) +Bluetooth BR/EDR BLE +0 +33 +33 +RF_Module +CMWX1ZZABZ +https://wireless.murata.com/RFM/data/type_abz.pdf +iot lora sigfox +0 +57 +57 +RF_Module +CYBLE-21Pin-10x10mm +Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module +Cypress BT Bluetooth +0 +21 +21 +RF_Module +DWM1000 +IEEE802.15.4-2011 UWB +UWB Module +0 +24 +24 +RF_Module +DecaWave_DWM1001 +https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf +UWB module +0 +34 +34 +RF_Module +Digi_XBee_SMT +http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf +Digi XBee SMT RF +0 +37 +37 +RF_Module +E18-MS1-PCB +http://www.cdebyte.com/en/downpdf.aspx?id=122 +Zigbee +0 +24 +24 +RF_Module +E73-2G4M04S +http://www.cdebyte.com/en/downpdf.aspx?id=243 +BLE BLE5 nRF52832 +0 +44 +44 +RF_Module +ESP-07 +Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/a007ps01a2_esp-07_product_specification_v1.2.pdf +Wi-Fi Module +0 +16 +16 +RF_Module +ESP-12E +Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf +Wi-Fi Module +0 +22 +22 +RF_Module +ESP-WROOM-02 +https://www.espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf +ESP WROOM-02 espressif esp8266ex +0 +19 +19 +RF_Module +ESP32-S2-MINI-1U +2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf +2.4 GHz Wi-Fi Bluetooth external antenna espressif 15.4*15.4mm +0 +73 +65 +RF_Module +ESP32-S2-WROVER +ESP32-S2-WROVER(-I) 2.4 GHz Wi-Fi https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf +ESP32-S2 ESP32 WIFI +0 +43 +43 +RF_Module +ESP32-WROOM-32 +Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf +Single 2.4 GHz Wi-Fi and Bluetooth combo chip +0 +39 +39 +RF_Module +ESP32-WROOM-32U +Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf +Single 2.4 GHz Wi-Fi and Bluetooth combo chip +0 +39 +39 +RF_Module +Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm +D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf +RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic +0 +35 +35 +RF_Module +HOPERF_RFM9XW_SMD +Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) +LoRa Low Power Long Range Transceiver Module +0 +16 +16 +RF_Module +HOPERF_RFM9XW_THT +Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) +Low Power Long Range Transceiver Module LoRa +0 +16 +16 +RF_Module +HOPERF_RFM69HW +Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf +Radio RF Module +0 +16 +16 +RF_Module +IQRF_TRx2DA_KON-SIM-01 +8 pin SIM connector for IQRF TR-x2DA(T) modules, http://iqrf.org/weben/downloads.php?id=104 +IQRF_KON-SIM-01 IQRF_TRx2DA +0 +10 +8 +RF_Module +IQRF_TRx2D_KON-SIM-01 +8 pin SIM connector for IQRF TR-x2D(C)(T) modules, http://iqrf.org/weben/downloads.php?id=104 +IQRF_KON-SIM-01 IQRF_TRx2D IQRF_TRx2DC +0 +10 +8 +RF_Module +Laird_BL652 +Bluetooth v4.2 + NFC module +Bluetooth BLE NFC +0 +39 +39 +RF_Module +MOD-nRF8001 +BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/ +BLE module +0 +11 +11 +RF_Module +Microchip_RN4871 +Microchip RN4871 footprint +RN4871 BLE +0 +16 +16 +RF_Module +Modtronix_inAir9 +Modtronix Wireless SX1276 LoRa Module (http://modtronix.com/img/prod/imod/inair9/inair_dimensions.gif) +Modtronix LoRa inAir inAir9 SX1276 RF 915MHz 868MHz Wireless +0 +14 +14 +RF_Module +MonoWireless_TWE-L-WX +https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf +TWE-L-WX +0 +32 +32 +RF_Module +Particle_P1 +https://docs.particle.io/datasheets/p1-datasheet/ +Particle P1 +0 +75 +75 +RF_Module +RAK811 +RAK811 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK811/Hardware_Specification/RAK811_LoRa_Module_Datasheet_V1.4.pdf +LoRa LoRaWAN RAK811 +0 +34 +34 +RF_Module +RAK4200 +RAK4200 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK4200/Hardware-Specification/RAK4200_Module_Specifications_V1.4.pdf +LoRa LoRaWAN RAK4200 +0 +20 +20 +RF_Module +RFDigital_RFD77101 +RFDigital RFD77101 Simblee +RFDigital RFD77101 Simblee +0 +45 +45 +RF_Module +RN42 +Class 2 Bluetooth Module with on-board antenna +Bluetooth Module +0 +36 +33 +RF_Module +RN42N +Class 2 Bluetooth Module without antenna +Bluetooth Module +0 +39 +36 +RF_Module +RN2483 +Low-Power Long Range LoRa Transceiver Module +rf module lora lorawan +0 +47 +47 +RF_Module +Raytac_MDBT50Q +Multiprotocol radio SoC module https://www.raytac.com/download/index.php?index_id=43 +wireless 2.4 GHz Bluetooth ble zigbee 802.15.4 thread nordic raytac nrf52840 nrf52833 +0 +61 +61 +RF_Module +ST_SPBTLE +Bluetooth Low Energy Module +ble module st bluetooth +0 +11 +11 +RF_Module +TD1205 +https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf +SIGFOX Module +0 +9 +9 +RF_Module +TD1208 +https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf +SIGFOX Module +0 +25 +25 +RF_Module +Taiyo-Yuden_EYSGJNZWY +Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf +Taiyo Yuden NRF51822 Module Bluetooth +0 +30 +28 +RF_Module +ZETA-433-SO_SMD +RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf +RF transceiver SMD style +0 +12 +12 +RF_Module +ZETA-433-SO_THT +RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf +RF transceiver SMD style +0 +12 +12 +RF_Module +nRF24L01_Breakout +nRF24L01 breakout board +nRF24L01 adapter breakout +0 +8 +8 +RF_Shielding +Laird_Technologies_97-2002_25.40x25.40mm +Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +8 +1 +RF_Shielding +Laird_Technologies_97-2003_12.70x13.37mm +Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +8 +1 +RF_Shielding +Laird_Technologies_BMI-S-101_13.66x12.70mm +Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-102_16.50x16.50mm +Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-103_26.21x26.21mm +Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +24 +1 +RF_Shielding +Laird_Technologies_BMI-S-104_32.00x32.00mm +Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-105_38.10x25.40mm +Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-106_36.83x33.68mm +Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-107_44.37x44.37mm +Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +36 +1 +RF_Shielding +Laird_Technologies_BMI-S-201-F_13.66x12.70mm +Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-202-F_16.50x16.50mm +Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +16 +1 +RF_Shielding +Laird_Technologies_BMI-S-203-F_26.21x26.21mm +Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +24 +1 +RF_Shielding +Laird_Technologies_BMI-S-204-F_32.00x32.00mm +Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-205-F_38.10x25.40mm +Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-206-F_36.83x33.68mm +Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +28 +1 +RF_Shielding +Laird_Technologies_BMI-S-207-F_44.37x44.37mm +Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +36 +1 +RF_Shielding +Laird_Technologies_BMI-S-208-F_39.60x39.60mm +Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +32 +1 +RF_Shielding +Laird_Technologies_BMI-S-209-F_29.36x18.50mm +Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +20 +1 +RF_Shielding +Laird_Technologies_BMI-S-210-F_44.00x30.50mm +Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) +Shielding Cabinet +0 +32 +1 +RF_Shielding +Laird_Technologies_BMI-S-230-F_50.8x38.1mm +Laird Technologies BMI-S-230-F Shielding Cabinet Two Piece SMD 50.8x38.1mm +Shielding Cabinet +0 +36 +1 +RF_Shielding +Wuerth_36103205_20x20mm +WE-SHC Shielding Cabinet SMD 20x20mm +Shielding Cabinet +0 +20 +1 +RF_Shielding +Wuerth_36103255_25x25mm +WE-SHC Shielding Cabinet SMD 25x25mm +Shielding Cabinet +0 +24 +1 +RF_Shielding +Wuerth_36103305_30x30mm +WE-SHC Shielding Cabinet SMD 30x30mm +Shielding Cabinet +0 +28 +1 +RF_Shielding +Wuerth_36103505_50x50mm +WE-SHC Shielding Cabinet SMD 50x50mm +Shielding Cabinet +0 +44 +1 +RF_Shielding +Wuerth_36103605_60x60mm +WE-SHC Shielding Cabinet SMD 60x60mm +Shielding Cabinet +0 +52 +1 +RF_Shielding +Wuerth_36503205_20x20mm +WE-SHC Shielding Cabinet THT 21x21mm +Shielding Cabinet +0 +16 +1 +RF_Shielding +Wuerth_36503255_25x25mm +WE-SHC Shielding Cabinet THT 26x26mm +Shielding Cabinet +0 +20 +1 +RF_Shielding +Wuerth_36503305_30x30mm +WE-SHC Shielding Cabinet THT 31x31mm +Shielding Cabinet +0 +24 +1 +RF_Shielding +Wuerth_36503505_50x50mm +WE-SHC Shielding Cabinet THT 51x51mm +Shielding Cabinet +0 +40 +1 +RF_Shielding +Wuerth_36503605_60x60mm +WE-SHC Shielding Cabinet THT 61x61mm +Shielding Cabinet +0 +48 +1 +RF_WiFi +USR-C322 +https://www.usriot.com/download/WIFI/USR-C322-Hardware-Manual_V1.2.01.pdf +WiFi IEEE802.11 b/g/n +0 +44 +44 +Relay_SMD +Relay_2P2T_10x6mm_TE_IMxxG +Signal Relay, 10x6mm, 2 Form C, Gull Wings, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7F108-98001%7FZ.1%7Fpdf%7FEnglish%7FENG_DS_108-98001_Z.1.pdf +TE IM-Series Relay DPDT Form C +0 +8 +8 +Relay_SMD +Relay_DPDT_AXICOM_IMSeries_JLeg +http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf +AXICOM IM-Series Relay J JLeg +0 +8 +8 +Relay_SMD +Relay_DPDT_FRT5_SMD +IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package +Relay DPDT IM-relay FRT5 +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NU +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUH +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUH_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUX_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Kemet_EE2_NUX_NKX +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double coil latching surface mount SMD +0 +8 +8 +Relay_SMD +Relay_DPDT_Kemet_EE2_NU_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6H-2F +package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf +Omron G6H-2F relais +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6K-2F +Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2F relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2F-Y +Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2F-Y relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2G +Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2G relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6K-2G-Y +Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2G-Y relay +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6S-2F +Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2F +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6S-2G +Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2G +0 +8 +8 +Relay_SMD +Relay_DPDT_Omron_G6SK-2F +Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2F +0 +10 +10 +Relay_SMD +Relay_DPDT_Omron_G6SK-2G +Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2G +0 +10 +10 +Relay_SMD +Relay_Fujitsu_FTR-B3S +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-b3.pdf +Fujitsh FTR B3S B3SA Relay J JLeg +0 +8 +8 +Relay_SMD +Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm +hiqsdr.com/images/3/3e/Axicom-HF3.pdf +AXICOM HF3-Series Relay Pitch 1.27mm 50ohms +0 +16 +16 +Relay_SMD +Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm +hiqsdr.com/images/3/3e/Axicom-HF3.pdf +AXICOM HF3-Series Relay Pitch 1.27mm 75ohm +0 +16 +16 +Relay_THT +Relay_1-Form-A_Schrack-RYII_RM5mm +Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO +Relay 1-Form-A Schrack-RYII RM5mm SPST-NO +0 +4 +4 +Relay_THT +Relay_1-Form-B_Schrack-RYII_RM5mm +Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC +Relay 1-Form-B Schrack-RYII RM5mm SPST-NC +0 +4 +4 +Relay_THT +Relay_1-Form-C_Schrack-RYII_RM3.2mm +Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT +Relay 1-Form-C Schrack-RYII RM3.2mm SPDT +0 +5 +5 +Relay_THT +Relay_1P1T_NO_10x24x18.8mm_Panasonic_ADW11xxxxW_THT +Panasonic Relay SPST 10mm 24mm, https://www.panasonic-electric-works.com/pew/es/downloads/ds_dw_hl_en.pdf +Panasonic Relay SPST +0 +4 +4 +Relay_THT +Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm +AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1 +AXICOM IM-Series Relay DPDR Pitch 3.2mm +0 +8 +8 +Relay_THT +Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm +AXICOM IM-Series Relays, DPDR, Pitch 5.08 +AXICOM IM-Series Relay DPDR Pitch 5.08 +0 +8 +8 +Relay_THT +Relay_DPDT_FRT5 +IM Signal Relay DPDT FRT5 narrow footprint +Relay DPDT IM-relay FRT5 +0 +10 +10 +Relay_THT +Relay_DPDT_Finder_30.22 +Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf +AXICOM IM-Series Relay SPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Finder_40.52 +Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.52 Pitch 5mm +0 +8 +8 +Relay_THT +Relay_DPDT_Fujitsu_FTR-F1C +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf +relay dpdt fujitsu tht +0 +8 +8 +Relay_THT +Relay_DPDT_Kemet_EC2 +Kemet signal relay, DPDT, non-latching, single coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT non single coil latching through hole THT +0 +8 +8 +Relay_THT +Relay_DPDT_Kemet_EC2_DoubleCoil +Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf +Kemet EC2 signal relay DPDT double dual coil latching through hole THT +0 +10 +10 +Relay_THT +Relay_DPDT_Omron_G2RL +Omron Relay DPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf +Omron Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G5V-2 +http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf +Omron G5V-2 Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6H-2 +Omron relay G6H-2, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf +Omron relay G6H-2 +0 +10 +10 +Relay_THT +Relay_DPDT_Omron_G6K-2P +Omron G6K-2P relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2P relay +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6K-2P-Y +Omron G6K-2P-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf +Omron G6K-2P-Y relay +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6S-2 +Relay Omron G6S-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6S-2 +0 +8 +8 +Relay_THT +Relay_DPDT_Omron_G6SK-2 +Relay Omron G6SK-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf +Relay Omron G6SK-2 +0 +10 +10 +Relay_THT +Relay_DPDT_Panasonic_JW2 +Panasonic Relay DPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay DPDT +0 +8 +8 +Relay_THT +Relay_DPDT_Schrack-RT2-FormC-Dual-Coil_RM5mm +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FRT2_bistable%7F1116%7Fpdf%7FEnglish%7FENG_DS_RT2_bistable_1116.pdf%7F1-1415537-8 +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay +0 +9 +9 +Relay_THT +Relay_DPDT_Schrack-RT2-FormC_RM5mm +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay +0 +8 +8 +Relay_THT +Relay_DPST_Fujitsu_FTR-F1A +https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf +relay dpst fujitsu tht +0 +6 +6 +Relay_THT +Relay_DPST_Schrack-RT2-FormA_RM5mm +Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay +0 +6 +6 +Relay_THT +Relay_SPDT_Finder_32.21-x000 +Finder 32.21-x000 Relay, SPDT, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf +AXICOM IM-Series Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_34.51_Horizontal +Relay SPDT, Finder Type34.51, horizontal form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPDT Finder +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_34.51_Vertical +Relay SPDT, Finder Type34.51, vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf +Relay SPDT Finder +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_36.11 +FINDER 36.11, SPDT relay, 10A, https://gfinder.findernet.com/public/attachments/36/EN/S36EN.pdf +spdt relay +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.11 +Relay SPDT Finder 40.11, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay SPDT Finder 40.11 +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.31 +Relay DPDT Finder 40.31, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.31 Pitch 3.5mm +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.41 +Relay DPDT Finder 40.41, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.41 Pitch 3.5mm +0 +5 +5 +Relay_THT +Relay_SPDT_Finder_40.51 +Relay DPDT Finder 40.51, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf +Relay DPDT Finder 40.51 Pitch 5mm +0 +5 +5 +Relay_THT +Relay_SPDT_HJR-4102 +IM Signal Relay SPDT HJR-4102 +Relay SPDT IM-relay HJR-4102 +0 +6 +6 +Relay_THT +Relay_SPDT_HsinDa_Y14 +http://www.hsinda.com.cn/en/ProductShow.asp?ID=208 +Relay Y14 +0 +6 +6 +Relay_THT +Relay_SPDT_Omron-G5LE-1 +Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf +Omron Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_Omron-G5Q-1 +Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf +Relay SPDT Omron Serie G5Q +0 +5 +5 +Relay_THT +Relay_SPDT_Omron_G5V-1 +Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf +Relay Omron G5V-1 +0 +6 +6 +Relay_THT +Relay_SPDT_Omron_G6E +Relay SPDT Omron Serie G6E +Relay SPDT Omron Serie G6E 1x um +0 +5 +5 +Relay_THT +Relay_SPDT_Omron_G6EK +Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf +Relay SPDT Omron Serie G6EK +0 +6 +6 +Relay_THT +Relay_SPDT_Panasonic_JW1_FormC +Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A +Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads +Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads +0 +0 +0 +Relay_THT +Relay_SPDT_RAYEX-L90 +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90 SPDT +0 +6 +6 +Relay_THT +Relay_SPDT_RAYEX-L90S +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90S SPDT +0 +5 +5 +Relay_THT +Relay_SPDT_SANYOU_SRD_Series_Form_C +relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form C +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay +0 +8 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm +Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay +0 +8 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-FormC_RM3.5mm +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_Schrack-RT1-FormC_RM5mm +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay +0 +5 +5 +Relay_THT +Relay_SPDT_StandexMeder_SIL_Form1C +Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +5 +5 +Relay_THT +Relay_SPST_Finder_32.21-x300 +Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf +Finder 32.21-x300 Relay SPST +0 +4 +4 +Relay_THT +Relay_SPST_Omron-G5Q-1A +Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf +Relay SPST-NO Omron Serie G5Q +0 +4 +4 +Relay_THT +Relay_SPST_Panasonic_JW1_FormA +Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok +Panasonic Relay SPST +0 +4 +4 +Relay_THT +Relay_SPST_PotterBrumfield_T9AP1D52_12V30A +Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads +Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads +0 +0 +0 +Relay_THT +Relay_SPST_RAYEX-L90A +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90A SPST NO +0 +5 +5 +Relay_THT +Relay_SPST_RAYEX-L90AS +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90AS SPST NO +0 +4 +4 +Relay_THT +Relay_SPST_RAYEX-L90B +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90B SPST NC +0 +5 +5 +Relay_THT +Relay_SPST_RAYEX-L90BS +https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf +Relay RAYEX L90BS SPST NC +0 +4 +4 +Relay_THT +Relay_SPST_SANYOU_SRD_Series_Form_A +relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form A +0 +4 +4 +Relay_THT +Relay_SPST_SANYOU_SRD_Series_Form_B +relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf +relay Sanyu SRD form B opener +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A +Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP-II-1-FormA_RM5mm +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf +Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RP3SL-1coil_RM5mm +Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RP3SL_RM5mm +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf +Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay +0 +7 +5 +Relay_THT +Relay_SPST_Schrack-RT1-16A-FormA_RM5mm +Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN +Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay +0 +6 +4 +Relay_THT +Relay_SPST_Schrack-RT1-FormA_RM3.5mm +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A +Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_Schrack-RT1-FormA_RM5mm +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf +Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_MS_Form1AB +Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/ +Standex Meder MS SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_SIL_Form1A +Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_StandexMeder_SIL_Form1B +Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf +Standex Meder SIL reed relais +0 +4 +4 +Relay_THT +Relay_SPST_TE_PCH-1xxx2M +Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf +Relay SPST NO +0 +4 +4 +Relay_THT +Relay_SPST_TE_PCN-1xxD3MHZ +https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0 +SPST relay slim +0 +4 +4 +Relay_THT +Relay_Socket_DPDT_Finder_96.12 +https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf +Relay socket DPDT Finder 96.12 56.32 +0 +8 +8 +Relay_THT +Relay_StandexMeder_DIP_HighProfile +package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf +DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay +0 +8 +8 +Relay_THT +Relay_StandexMeder_DIP_LowProfile +package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf +DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay +0 +8 +8 +Relay_THT +Relay_StandexMeder_UMS +Standex-Meder SIL-relais, UMS, see http://cdn-reichelt.de/documents/datenblatt/C300/UMS05_1A80_75L_DB.pdf +Standex Meder SIL reed relais +0 +4 +4 +Resistor_SMD +R_0201_0603Metric +Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +resistor +0 +4 +2 +Resistor_SMD +R_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +4 +2 +Resistor_SMD +R_0402_1005Metric +Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0402_1005Metric_Pad0.72x0.64mm_HandSolder +Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0603_1608Metric +Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0603_1608Metric_Pad0.98x0.95mm_HandSolder +Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0612_1632Metric +Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0612_1632Metric_Pad1.18x3.40mm_HandSolder +Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0805_2012Metric +Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0805_2012Metric_Pad1.20x1.40mm_HandSolder +Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_0815_2038Metric +Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_0815_2038Metric_Pad1.20x4.05mm_HandSolder +Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_01005_0402Metric +Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +resistor +0 +4 +2 +Resistor_SMD +R_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +4 +2 +Resistor_SMD +R_1020_2550Metric +Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1020_2550Metric_Pad1.33x5.20mm_HandSolder +Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1206_3216Metric +Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1206_3216Metric_Pad1.30x1.75mm_HandSolder +Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1210_3225Metric +Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1210_3225Metric_Pad1.30x2.65mm_HandSolder +Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1218_3246Metric +Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1218_3246Metric_Pad1.22x4.75mm_HandSolder +Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_1812_4532Metric +Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_1812_4532Metric_Pad1.30x3.40mm_HandSolder +Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2010_5025Metric +Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2010_5025Metric_Pad1.40x2.65mm_HandSolder +Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2512_6332Metric +Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2512_6332Metric_Pad1.40x3.35mm_HandSolder +Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_2816_7142Metric +Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_2816_7142Metric_Pad3.20x4.45mm_HandSolder +Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_4020_10251Metric +Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator +resistor +0 +2 +2 +Resistor_SMD +R_4020_10251Metric_Pad1.65x5.30mm_HandSolder +Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator +resistor handsolder +0 +2 +2 +Resistor_SMD +R_Array_Concave_2x0603 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Concave_4x0402 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Concave_4x0603 +Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_2x0402 +Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x0603 +Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x0606 +Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_2x1206 +Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf) +resistor array +0 +4 +4 +Resistor_SMD +R_Array_Convex_4x0402 +Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x0603 +Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x0612 +Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_4x1206 +Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf) +resistor array +0 +8 +8 +Resistor_SMD +R_Array_Convex_5x0603 +Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf) +resistor array +0 +10 +10 +Resistor_SMD +R_Array_Convex_5x1206 +Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf) +resistor array +0 +10 +10 +Resistor_SMD +R_Array_Convex_8x0602 +Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf) +resistor array +0 +16 +16 +Resistor_SMD +R_Cat16-2 +SMT resistor net, Bourns CAT16 series, 2 way +SMT resistor net Bourns CAT16 series 2 way +0 +4 +4 +Resistor_SMD +R_Cat16-4 +SMT resistor net, Bourns CAT16 series, 4 way +SMT resistor net Bourns CAT16 series 4 way +0 +8 +8 +Resistor_SMD +R_Cat16-8 +SMT resistor net, Bourns CAT16 series, 8 way +SMT resistor net Bourns CAT16 series 8 way +0 +16 +16 +Resistor_SMD +R_MELF_MMB-0207 +Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf +MELF Resistor +0 +2 +2 +Resistor_SMD +R_MicroMELF_MMU-0102 +Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf +MicroMELF Resistor +0 +2 +2 +Resistor_SMD +R_MiniMELF_MMA-0204 +Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf +MiniMELF Resistor +0 +2 +2 +Resistor_SMD +R_Shunt_Ohmite_LVK12 +4 contact shunt resistor +shunt resistor 4 contacts +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK20 +4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK24 +4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Ohmite_LVK25 +4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf +4 contacts resistor smd +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm +Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) +resistor shunt WSK2512 +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSKW0612 +https://www.vishay.com/docs/30332/wskw0612.pdf +4-Terminal SMD Shunt +0 +4 +4 +Resistor_SMD +R_Shunt_Vishay_WSR2_WSR3 +Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf +SMD Shunt Resistor +0 +2 +2 +Resistor_SMD +R_Shunt_Vishay_WSR2_WSR3_KelvinConnection +Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf +SMD Shunt Resistor +0 +4 +2 +Resistor_THT +R_Array_SIP4 +4-pin Resistor SIP pack +R +0 +4 +4 +Resistor_THT +R_Array_SIP5 +5-pin Resistor SIP pack +R +0 +5 +5 +Resistor_THT +R_Array_SIP6 +6-pin Resistor SIP pack +R +0 +6 +6 +Resistor_THT +R_Array_SIP7 +7-pin Resistor SIP pack +R +0 +7 +7 +Resistor_THT +R_Array_SIP8 +8-pin Resistor SIP pack +R +0 +8 +8 +Resistor_THT +R_Array_SIP9 +9-pin Resistor SIP pack +R +0 +9 +9 +Resistor_THT +R_Array_SIP10 +10-pin Resistor SIP pack +R +0 +10 +10 +Resistor_THT +R_Array_SIP11 +11-pin Resistor SIP pack +R +0 +11 +11 +Resistor_THT +R_Array_SIP12 +12-pin Resistor SIP pack +R +0 +12 +12 +Resistor_THT +R_Array_SIP13 +13-pin Resistor SIP pack +R +0 +13 +13 +Resistor_THT +R_Array_SIP14 +14-pin Resistor SIP pack +R +0 +14 +14 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal +Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical +Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal +Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical +Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical +Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal +Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical +Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical +Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal +Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical +Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical +Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal +Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 +Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical +Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical +Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal +Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical +Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf +Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical +Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical +Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal +Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 +Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical +Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 +Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical +Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal +Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal +Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf +Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P22.40mm +Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P25.40mm +Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L20.0mm_W6.4mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W6.4mm_P27.94mm +Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W6.4mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P27.94mm +Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L25.0mm_W9.0mm_P30.48mm +Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W6.4mm_P40.64mm +Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W6.4mm_P45.72mm +Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W9.0mm_P40.64mm +Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L38.0mm_W9.0mm_P45.72mm +Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P55.88mm +Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L48.0mm_W12.5mm_P60.96mm +Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L50.0mm_W9.0mm_P55.88mm +Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L50.0mm_W9.0mm_P60.96mm +Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical +Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P66.04mm +Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L60.0mm_W14.0mm_P71.12mm +Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L75.0mm_W9.0mm_P81.28mm +Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Power_L75.0mm_W9.0mm_P86.36mm +Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf +Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm +0 +2 +2 +Resistor_THT +R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm +Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm +Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm +Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm +Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm +0 +4 +4 +Resistor_THT +R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm +Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf +Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm +0 +4 +4 +Resistor_THT +R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm +Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf +Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm +0 +2 +2 +Resistor_THT +R_Box_L8.4mm_W2.5mm_P5.08mm +Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf +Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm +0 +2 +2 +Resistor_THT +R_Box_L13.0mm_W4.0mm_P9.00mm +Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm +0 +2 +2 +Resistor_THT +R_Box_L14.0mm_W5.0mm_P9.00mm +Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm +0 +2 +2 +Resistor_THT +R_Box_L26.0mm_W5.0mm_P20.00mm +Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf +Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm +Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf +Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm +Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf +Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L11.0mm_W7.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L12.0mm_W8.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L13.0mm_W9.0mm_P5.00mm +Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm +0 +2 +2 +Resistor_THT +R_Radial_Power_L16.1mm_W9.0mm_P7.37mm +Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf +Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm +0 +2 +2 +Rotary_Encoder +RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm +Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC11E_Vertical_H20mm +Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC11E_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html +rotary encoder +0 +7 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm +Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF +rotary encoder +0 +7 +6 +Rotary_Encoder +RotaryEncoder_Alps_EC12E_Vertical_H20mm +Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html +rotary encoder +0 +5 +4 +Rotary_Encoder +RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles +Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html +rotary encoder +0 +5 +4 +Sensor +Aosong_DHT11_5.5x12.0_P2.54mm +Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf +Temperature and humidity module +0 +4 +4 +Sensor +Avago_ADPS-9960 +Digital Proximity, Ambient Light, RGB and Gesture Sensor (https://docs.broadcom.com/doc/AV02-4191EN) +DFN Sensor optical IR +0 +8 +8 +Sensor +MQ-6 +Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf +gas sensor +0 +6 +6 +Sensor +SHT1x +SHT1x +SHT1x +0 +8 +8 +Sensor +Senseair_S8_Down +Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT +co2 gas sensor pwm modbus +0 +9 +9 +Sensor +Senseair_S8_Up +Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT +co2 gas sensor pwm modbus +0 +9 +9 +Sensor_Audio +CUI_CMC-4013-SMT +Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf +Microphone CUI +0 +2 +2 +Sensor_Audio +Infineon_PG-LLGA-5-1 +Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/ +infineon mems microphone +0 +15 +5 +Sensor_Audio +Knowles_LGA-5_3.5x2.65mm +https://www.knowles.com/docs/default-source/model-downloads/sph0641lu4h-1-revb.pdf +MEMS Microphone LGA +0 +5 +5 +Sensor_Audio +ST_HLGA-6_3.76x4.72mm_P1.65mm +http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/27/62/48/98/44/54/4d/36/DM00303211/files/DM00303211.pdf/jcr:content/translations/en.DM00303211.pdf +HLGA Sensor Audio +0 +6 +6 +Sensor_Current +AKM_CQ_7 +AKM Current Sensor, 7 pin, THT (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) +akm current sensor tht +0 +39 +7 +Sensor_Current +AKM_CQ_7S +AKM Current Sensor, 7 pin, SMD (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) +akm current sensor smd +0 +19 +7 +Sensor_Current +AKM_CQ_VSOP-24_5.6x7.9mm_P0.65mm +AKM VSOP-24 current sensor, 5.6x7.9mm body, 0.65mm pitch (http://www.akm.com/akm/en/file/datasheet/CQ-330J.pdf) +akm vsop 24 +0 +10 +10 +Sensor_Current +AKM_CZ_SSOP-10_6.5x8.1mm_P0.95mm +AKM CZ-381x current sensor, 6.5x8.1mm body, 0.95mm pitch (http://www.akm.com/akm/en/product/detail/0009/) +akm cz-381x 10 +0 +10 +10 +Sensor_Current +Allegro_CB_PFF +Allegro MicroSystems, CB-PFF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) !PADS 4-5 DO NOT MATCH DATASHEET! +Allegro CB-PFF +0 +37 +5 +Sensor_Current +Allegro_CB_PSF +Allegro MicroSystems, CB-PSF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) +Allegro CB-PSF +0 +5 +5 +Sensor_Current +Allegro_CB_PSS +Allegro MicroSystems, CB-PSS Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) +Allegro CB-PSS +0 +5 +5 +Sensor_Current +Allegro_PSOF-7_4.8x6.4mm_P1.60mm +Allegro Microsystems PSOF-7, 4.8x6.4mm Body, 1.60mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS780-Datasheet.ashx) +Allegro PSOF-7 +0 +7 +7 +Sensor_Current +Allegro_QFN-12-10-1EP_3x3mm_P0.5mm +Allegro Microsystems 12-Lead (10-Lead Populated) Quad Flat Pack, 3x3mm Body, 0.5mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS711-Datasheet.ashx) +Allegro QFN 0.5 +0 +14 +10 +Sensor_Current +Allegro_QSOP-24_3.9x8.7mm_P0.635mm +Allegro Microsystems 24-Lead Plastic Shrink Small Outline Narrow Body Body [QSOP] (http://www.allegromicro.com/~/media/Files/Datasheets/ACS726-Datasheet.ashx?la=en) +Allegro QSOP 0.635 +0 +24 +24 +Sensor_Current +Allegro_SIP-3 +Allegro Microsystems SIP-3, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1369-Datasheet.ashx) +Allegro SIP-3 +0 +3 +3 +Sensor_Current +Allegro_SIP-4 +Allegro Microsystems SIP-4, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1363-Datasheet.ashx) +Allegro SIP-4 +0 +4 +4 +Sensor_Current +Diodes_SIP-3_4.1x1.5mm_P1.27mm +Diodes SIP-3 Bulk Pack, 1.27mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Bulk-Pack.pdf) +Diodes SIP-3 Bulk Pack +0 +3 +3 +Sensor_Current +Diodes_SIP-3_4.1x1.5mm_P2.65mm +Diodes SIP-3 Ammo Pack, 2.65mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf) +Diodes SIP-3 Ammo Pack +0 +3 +3 +Sensor_Current +Honeywell_CSLW +https://sensing.honeywell.com/honeywell-sensing-cslw-series-product-sheet-005861-1-en.pdf +Miniature Wired Open-Loop Current Sensor +0 +5 +5 +Sensor_Current +LEM_CKSR +LEM CKSR 6/15/25/50/75-NP Current Transducer, https://www.lem.com/sites/default/files/products_datasheets/cksr_75-np.pdf +current transducer LEM +0 +14 +14 +Sensor_Current +LEM_HO8-NP +LEM HO 8/15/25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np-0000_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HO8-NSM +LEM HO 8/15/25-NSM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-nsm-0000_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HO40-NP +LEM HO 40/60/120/150-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np_0100__1100_series.pdf) +current transducer +0 +13 +13 +Sensor_Current +LEM_HTFS +LEM HTFS x00-P current transducer (https://www.lem.com/sites/default/files/products_datasheets/htfs_200_800-p.pdf) +HTFS current transducer +0 +4 +4 +Sensor_Current +LEM_HX02-P +LEM HX02-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX03-P-SP2 +LEM HX03-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX04-P +LEM HX04-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX05-NP +LEM HX05-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX05-P-SP2 +LEM HX05-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX06-P +LEM HX06-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX10-NP +LEM HX10-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX10-P-SP2 +LEM HX10-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX15-NP +LEM HX15-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) +hall current +0 +8 +8 +Sensor_Current +LEM_HX15-P-SP2 +LEM HX15-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX20-P-SP2 +LEM HX20-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX25-P-SP2 +LEM HX25-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_HX50-P-SP2 +LEM HX50-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) +hall current +0 +6 +6 +Sensor_Current +LEM_LA25-P +LEM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la_25-p.pdf) +current transducer +0 +3 +3 +Sensor_Current +LEM_LTSR-NP +LEM current transducer LEM_LTSR-NP 5V supply voltage series https://www.lem.com/sites/default/files/products_datasheets/ltsr_6-np.pdf +Current transducer +0 +10 +10 +Sensor_Distance +ST_VL53L1x +VL53L1x distance sensor +VL53L1CXV0FY1 VL53L1x +0 +13 +12 +Sensor_Humidity +Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm +DFN, 4 Pin (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHTC3_Datasheet.pdf) +Sensirion DFN NoLead +0 +10 +5 +Sensor_Humidity +Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm +Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf) +sensirion dfn nolead +0 +10 +9 +Sensor_Motion +InvenSense_QFN-24_3x3mm_P0.4mm +24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.4 +0 +24 +24 +Sensor_Motion +InvenSense_QFN-24_3x3mm_P0.4mm_NoMask +24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.4 +0 +25 +24 +Sensor_Motion +InvenSense_QFN-24_4x4mm_P0.5mm +24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.5 +0 +24 +24 +Sensor_Motion +InvenSense_QFN-24_4x4mm_P0.5mm_NoMask +24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) +QFN 0.5 +0 +25 +24 +Sensor_Pressure +Freescale_98ARH99066A +https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf +sensor pressure ssop 98ARH99066A +0 +8 +8 +Sensor_Pressure +Freescale_98ARH99089A +https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf +sensor pressure ssop 98ARH99089A +0 +8 +8 +Sensor_Pressure +Honeywell_40PCxxxG1A +https://www.honeywellscportal.com/index.php?ci_id=138832 +pressure sensor automotive honeywell +0 +3 +3 +Sensor_Pressure +TE_MS5525DSO-DBxxxyS +Pressure Sensor, Dual-Barbed, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=MS5525DSO&DocType=DS&DocLang=English +Pressure DualBarbed +0 +14 +14 +Sensor_Voltage +LEM_LV25-P +LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf +LEM Hall Effect Voltage transducer +0 +5 +5 +Socket +3M_Textool_240-1288-00-0602J_2x20_P2.54mm +3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils) +THT DIP DIL ZIF 25.4mm 1000mil Socket +0 +40 +40 +Socket +DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J +3M 14-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +14 +14 +Socket +DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J +3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +16 +16 +Socket +DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J +3M 18-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +18 +18 +Socket +DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J +3M 20-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +20 +20 +Socket +DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J +3M 22-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 10.16mm 400mil Socket +0 +22 +22 +Socket +DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J +3M 24-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 7.62mm 300mil Socket +0 +24 +24 +Socket +DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J +3M 24-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +24 +24 +Socket +DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J +3M 28-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 10.16mm 400mil Socket +0 +28 +28 +Socket +DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J +3M 28-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +28 +28 +Socket +DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J +3M 32-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +32 +32 +Socket +DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J +3M 40-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +40 +40 +Socket +DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J +3M 40-pin zero insertion force socket, through-hole, row spacing 25.4 mm (1000 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 25.4mm 1000mil Socket +0 +40 +40 +Socket +DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J +3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf +THT DIP DIL ZIF 15.24mm 600mil Socket +0 +42 +42 +Socket +Wells_648-0482211SA01 +https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824 +48pin TSOP Socket +0 +48 +48 +Symbol +CE-Logo_8.5x6mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_11.2x8mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_16.8x12mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_28x20mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_42x30mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +CE-Logo_56.1x40mm_SilkScreen +CE marking +Logo CE certification +0 +0 +0 +Symbol +ESD-Logo_6.6x6mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_8.9x8mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_13.2x12mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_22x20mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_33x30mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +ESD-Logo_44.1x40mm_SilkScreen +Electrostatic discharge Logo +Logo ESD +0 +0 +0 +Symbol +FCC-Logo_7.3x6mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_9.6x8mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_14.6x12mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_24.2x20mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_36.3x30mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +FCC-Logo_48.3x40mm_SilkScreen +FCC marking +Logo FCC certification +0 +0 +0 +Symbol +KiCad-Logo2_5mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_5mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_6mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_6mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_8mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_8mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_12mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_12mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_20mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_20mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_30mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_30mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_40mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo2_40mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_5mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_5mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_6mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_6mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_8mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_8mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_12mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_12mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_20mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_20mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_30mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_30mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_40mm_Copper +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +KiCad-Logo_40mm_SilkScreen +KiCad Logo +Logo KiCad +0 +0 +0 +Symbol +OSHW-Logo2_7.3x6mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_7.3x6mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_9.8x8mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_9.8x8mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_14.6x12mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_14.6x12mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_24.3x20mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_24.3x20mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_36.5x30mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_36.5x30mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_48.7x40mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo2_48.7x40mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Logo_5.7x6mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_5.7x6mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_7.5x8mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_7.5x8mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_11.4x12mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_11.4x12mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_19x20mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_19x20mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_28.5x30mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_28.5x30mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_38.1x40mm_Copper +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Logo_38.1x40mm_SilkScreen +Open Source Hardware Logo +Logo OSHW +0 +0 +0 +Symbol +OSHW-Symbol_6.7x6mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_6.7x6mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_8.9x8mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_8.9x8mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_13.4x12mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_13.4x12mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_22.3x20mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_22.3x20mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_33.5x30mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_33.5x30mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_44.5x40mm_Copper +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +OSHW-Symbol_44.5x40mm_SilkScreen +Open Source Hardware Symbol +Logo Symbol OSHW +0 +0 +0 +Symbol +Polarity_Center_Negative_6mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_8mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_12mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_20mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_30mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Negative_40mm_SilkScreen +Polarity Logo, Center Negative +Logo Polarity Center Negative +0 +0 +0 +Symbol +Polarity_Center_Positive_6mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_8mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_12mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_20mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_30mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +Polarity_Center_Positive_40mm_SilkScreen +Polarity Logo, Center Positive +Logo Polarity Center Positive +0 +0 +0 +Symbol +RoHS-Logo_6mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_8mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_12mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_20mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_30mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +RoHS-Logo_40mm_SilkScreen +Restriction of Hazardous Substances Directive Logo +Logo RoHS +0 +0 +0 +Symbol +Symbol_Attention_CopperTop_Big +Symbol, Attention, Copper Top, Big, +Symbol, Attention, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_Attention_CopperTop_Small +Symbol, Attention, Copper Top, Small, +Symbol, Attention, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_Barrel_Polarity +Barrel connector polarity indicator +barrel polarity +0 +0 +0 +Symbol +Symbol_CC-Attribution_CopperTop_Big +Symbol, CC-Attribution, Copper Top, Big, +Symbol, CC-Attribution, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-Attribution_CopperTop_Small +Symbol, CC-Share Alike, Copper Top, Small, +Symbol, CC-Share Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-Noncommercial_CopperTop_Big +Symbol, CC-Noncommercial, Copper Top, Big, +Symbol, CC-Noncommercial, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-Noncommercial_CopperTop_Small +Symbol, CC-Noncommercial Alike, Copper Top, Small, +Symbol, CC-Noncommercial Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_CopperTop_Big +Symbol, CC-PublicDomain, Copper Top, Big, +Symbol, CC-PublicDomain, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_CopperTop_Small +Symbol, CC-Public Domain, Copper Top, Small, +Symbol, CC-Public Domain, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CC-PublicDomain_SilkScreenTop_Big +Symbol, CC-PublicDomain, SilkScreen Top, Big, +Symbol, CC-PublicDomain, SilkScreen Top, Big, +0 +0 +0 +Symbol +Symbol_CC-ShareAlike_CopperTop_Big +Symbol, CC-Share Alike, Copper Top, Big, +Symbol, CC-Share Alike, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_CC-ShareAlike_CopperTop_Small +Symbol, CC-Share Alike, Copper Top, Small, +Symbol, CC-Share Alike, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommonsPublicDomain_CopperTop_Small +Symbol, Creative Commons Public Domain, CopperTop, Small, +Symbol, Creative Commons Public Domain, CopperTop, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small +Symbol, Creative Commons Public Domain, SilkScreenTop, Small, +Symbol, Creative Commons Public Domain, SilkScreen Top, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type1_Big +Symbol, Creative Commons, CopperTop, Type 1, Big, +Symbol, Creative Commons, CopperTop, Type 1, Big, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type2_Big +Symbol, Creative Commons, CopperTop, Type 2, Big, +Symbol, Creative Commons, CopperTop, Type 2, Big, +0 +0 +0 +Symbol +Symbol_CreativeCommons_CopperTop_Type2_Small +Symbol, Creative Commons, CopperTop, Type 2, Small, +Symbol, Creative Commons, CopperTop, Type 2, Small, +0 +0 +0 +Symbol +Symbol_CreativeCommons_SilkScreenTop_Type2_Big +Symbol, Creative Commons, SilkScreen Top, Type 2, Big, +Symbol, Creative Commons, SilkScreen Top, Type 2, Big, +0 +0 +0 +Symbol +Symbol_Danger_CopperTop_Big +Symbol, Danger, CopperTop, Big, +Symbol, Danger, CopperTop, Big, +0 +0 +0 +Symbol +Symbol_Danger_CopperTop_Small +Symbol, Danger, Copper Top, Small, +Symbol, Danger, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_ESD-Logo-Text_CopperTop + + +0 +0 +0 +Symbol +Symbol_ESD-Logo_CopperTop +ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, +ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, +0 +0 +0 +Symbol +Symbol_GNU-GPL_CopperTop_Big +Symbol, GNU-GPL, Copper Top, Big, +Symbol, GNU-GPL, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_GNU-GPL_CopperTop_Small +Symbol, GNU-GPL, Copper Top, Small, +Symbol, GNU-GPL, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_GNU-Logo_CopperTop +GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, +GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, +0 +0 +0 +Symbol +Symbol_GNU-Logo_SilkscreenTop +GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, +GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type1_CopperTop_Big +Symbol, HighVoltage, Type1, Copper Top, Big, +Symbol, HighVoltage, Type1, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type2_CopperTop_Big +Symbol, HighVoltage, Type2, Copper Top, Big, +Symbol, HighVoltage, Type2, Copper Top, Big, +0 +0 +0 +Symbol +Symbol_HighVoltage_Type2_CopperTop_VerySmall +Symbol, High Voltage, Type 2, Copper Top, Very Small, +Symbol, High Voltage, Type 2, Copper Top, Very Small, +0 +0 +0 +Symbol +Symbol_Highvoltage_Type1_CopperTop_Small +Symbol, Highvoltage, Type 1, Copper Top, Small, +Symbol, Highvoltage, Type 1, Copper Top, Small, +0 +0 +0 +Symbol +Symbol_Highvoltage_Type2_CopperTop_Small +Symbol, Highvoltage, Type 2, Copper Top, Small, +Symbol, Highvoltage, Type 2, Copper Top, Small, +0 +0 +0 +Symbol +WEEE-Logo_4.2x6mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_5.6x8mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_8.4x12mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_14x20mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_21x30mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +Symbol +WEEE-Logo_28.1x40mm_SilkScreen +Waste Electrical and Electronic Equipment Directive +Logo WEEE +0 +0 +0 +TerminalBlock +TerminalBlock_Altech_AK300-2_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +2 +2 +TerminalBlock +TerminalBlock_Altech_AK300-3_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +3 +3 +TerminalBlock +TerminalBlock_Altech_AK300-4_P5.00mm +Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf +Altech AK300 terminal block pitch 5.0mm +0 +4 +4 +TerminalBlock +TerminalBlock_Wuerth_691311400102_P7.62mm +https://katalog.we-online.de/em/datasheet/6913114001xx.pdf +Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm +0 +2 +2 +TerminalBlock +TerminalBlock_bornier-2_P5.08mm +simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2 +terminal block bornier2 +0 +2 +2 +TerminalBlock +TerminalBlock_bornier-3_P5.08mm +simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3 +terminal block bornier3 +0 +3 +3 +TerminalBlock +TerminalBlock_bornier-4_P5.08mm +simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4 +terminal block bornier4 +0 +4 +4 +TerminalBlock +TerminalBlock_bornier-5_P5.08mm +simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5 +terminal block bornier5 +0 +5 +5 +TerminalBlock +TerminalBlock_bornier-6_P5.08mm +simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6 +terminal block bornier6 +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x02_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x03_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm +0 +4 +4 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x04_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm +0 +5 +5 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x05_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x06_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm +0 +7 +7 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x07_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm +0 +8 +8 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x08_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm +0 +9 +9 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x09_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm +0 +10 +10 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x10_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm +0 +11 +11 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x11_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm +0 +12 +12 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x12_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm +0 +13 +13 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x13_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm +0 +14 +14 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x14_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal +Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm +0 +15 +15 +TerminalBlock_4Ucon +TerminalBlock_4Ucon_1x15_P3.50mm_Vertical +Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon +THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Altech +Altech_AK300_1x02_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +2 +2 +TerminalBlock_Altech +Altech_AK300_1x03_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +3 +3 +TerminalBlock_Altech +Altech_AK300_1x04_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +4 +4 +TerminalBlock_Altech +Altech_AK300_1x05_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +5 +5 +TerminalBlock_Altech +Altech_AK300_1x06_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +6 +6 +TerminalBlock_Altech +Altech_AK300_1x07_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +7 +7 +TerminalBlock_Altech +Altech_AK300_1x08_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +8 +8 +TerminalBlock_Altech +Altech_AK300_1x09_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +9 +9 +TerminalBlock_Altech +Altech_AK300_1x10_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +10 +10 +TerminalBlock_Altech +Altech_AK300_1x11_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +11 +11 +TerminalBlock_Altech +Altech_AK300_1x12_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +12 +12 +TerminalBlock_Altech +Altech_AK300_1x13_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +13 +13 +TerminalBlock_Altech +Altech_AK300_1x14_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +14 +14 +TerminalBlock_Altech +Altech_AK300_1x15_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +15 +15 +TerminalBlock_Altech +Altech_AK300_1x16_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +16 +16 +TerminalBlock_Altech +Altech_AK300_1x17_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +17 +17 +TerminalBlock_Altech +Altech_AK300_1x18_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +18 +18 +TerminalBlock_Altech +Altech_AK300_1x19_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +19 +19 +TerminalBlock_Altech +Altech_AK300_1x20_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +20 +20 +TerminalBlock_Altech +Altech_AK300_1x21_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +21 +21 +TerminalBlock_Altech +Altech_AK300_1x22_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +22 +22 +TerminalBlock_Altech +Altech_AK300_1x23_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +23 +23 +TerminalBlock_Altech +Altech_AK300_1x24_P5.00mm_45-Degree +Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) +Altech AK300 serie connector +0 +24 +24 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +2 +2 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +3 +3 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +4 +4 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +5 +5 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +6 +6 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +7 +7 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +8 +8 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +9 +9 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +10 +10 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +11 +11 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +12 +12 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +13 +13 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +14 +14 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +15 +15 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +16 +16 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +17 +17 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +18 +18 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +19 +19 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +20 +20 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +21 +21 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +22 +22 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +23 +23 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +24 +24 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +25 +25 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +26 +26 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +27 +27 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +28 +28 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +29 +29 +TerminalBlock_Dinkle +TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm +Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX +Dinkle DT-55-B01X Terminal Block pitch 10.00mm +0 +30 +30 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed +single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm +0 +1 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6 +single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection +single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed +single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection +single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0 +single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0 +single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm +0 +2 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed +single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm +0 +4 +1 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal +terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal +terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal +terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal +terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal +terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal +terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal +terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal +terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal +terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal +terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm +0 +4 +4 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm +0 +5 +5 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree +terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm +0 +6 +6 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal +terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal +terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal +terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_MetzConnect +TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal +terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect +THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Philmore +TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal +Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore +THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_Philmore +TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal +Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore +THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal +Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal +Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal +Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm +0 +2 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm +0 +3 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm +0 +4 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm +0 +5 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm +0 +6 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm +0 +7 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm +0 +8 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm +0 +9 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm +0 +10 +10 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm +0 +11 +11 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm +0 +12 +12 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm +0 +13 +13 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm +0 +14 +14 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm +0 +15 +15 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal +Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal +Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm +0 +16 +16 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf +PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm +0 +4 +2 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf +PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector +0 +5 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm +0 +6 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +5 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf +PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector +0 +6 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm +0 +8 +4 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +4 +3 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf +PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector +0 +7 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm +0 +10 +5 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +7 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf +PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector +0 +8 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm +0 +12 +6 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +8 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf +PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector +0 +9 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm +0 +14 +7 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +9 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf +PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector +0 +10 +9 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal +Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical +Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix +THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm +0 +16 +8 +TerminalBlock_Phoenix +TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical +PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf +2.5mm vertical SMD spring clamp terminal block connector +0 +10 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal +terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal +terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal +terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal +terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal +terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal +terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal +terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal +terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal +terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal +terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal +terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal +terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal +terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal +terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal +terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal +terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal +terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal +terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal +terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal +terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal +terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal +terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal +terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal +terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal +terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal +terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal +terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal +terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal +terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal +terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal +terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal +terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal +terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal +terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal +terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal +terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal +terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal +terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal +terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal +terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal +terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal +terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal +terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal +terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree +terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree +terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree +terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree +terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree +terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree +terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree +terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree +terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree +terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree +terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree +terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal +terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal +terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal +terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal +terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal +terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal +terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal +terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal +terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal +terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal +terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal +terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal +terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal +terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal +terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal +terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal +terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal +terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal +terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal +terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal +terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal +terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal +terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal +terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal +terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal +terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal +terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal +terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal +terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal +terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal +terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal +terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal +terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal +terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal +terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal +terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal +terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal +terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal +terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal +terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal +terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal +terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal +terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical +terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical +terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical +terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical +terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical +terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical +terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical +terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical +terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical +terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical +terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical +terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal +terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal +terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal +terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal +terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal +terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal +terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal +terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal +terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal +terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal +terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal +terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_RND +TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal +terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm +0 +2 +2 +TerminalBlock_RND +TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal +terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm +0 +3 +3 +TerminalBlock_RND +TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal +terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm +0 +4 +4 +TerminalBlock_RND +TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal +terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm +0 +5 +5 +TerminalBlock_RND +TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal +terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm +0 +6 +6 +TerminalBlock_RND +TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal +terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm +0 +7 +7 +TerminalBlock_RND +TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal +terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm +0 +8 +8 +TerminalBlock_RND +TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal +terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm +0 +9 +9 +TerminalBlock_RND +TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal +terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm +0 +10 +10 +TerminalBlock_RND +TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal +terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm +0 +11 +11 +TerminalBlock_RND +TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal +terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND +THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm +0 +12 +12 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal +Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm +0 +10 +10 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal +Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm +0 +11 +11 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal +Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm +0 +12 +12 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal +Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm +0 +2 +2 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal +Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm +0 +3 +3 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal +Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm +0 +4 +4 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal +Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm +0 +5 +5 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal +Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm +0 +6 +6 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal +Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm +0 +7 +7 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal +Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm +0 +8 +8 +TerminalBlock_TE-Connectivity +TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal +Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity +THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree +Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree +Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree +Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree +Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-105_1x05_P5.00mm_45Degree +Terminal Block WAGO 236-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree +Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-107_1x07_P5.00mm_45Degree +Terminal Block WAGO 236-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm +0 +7 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree +Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-109_1x09_P5.00mm_45Degree +Terminal Block WAGO 236-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree +Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-114_1x14_P5.00mm_45Degree +Terminal Block WAGO 236-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-114 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm +0 +14 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree +Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree +Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-136_1x36_P5.00mm_45Degree +Terminal Block WAGO 236-136, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +36 +36 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-148_1x48_P5.00mm_45Degree +Terminal Block WAGO 236-148, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +48 +48 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree +Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree +Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree +Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree +Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-205_1x05_P7.50mm_45Degree +Terminal Block WAGO 236-205, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree +Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-207_1x07_P7.50mm_45Degree +Terminal Block WAGO 236-207, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm +0 +7 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree +Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-209_1x09_P7.50mm_45Degree +Terminal Block WAGO 236-209, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree +Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree +Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree +Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree +Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +1 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree +Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree +Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +3 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree +Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-305_1x05_P10.00mm_45Degree +Terminal Block WAGO 236-305, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm +0 +5 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree +Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree +Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-309_1x09_P10.00mm_45Degree +Terminal Block WAGO 236-309, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +9 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree +Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +12 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree +Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm +0 +16 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree +Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +24 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-401_1x01_P5.00mm_45Degree +Terminal Block WAGO 236-401, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-402_1x02_P5.00mm_45Degree +Terminal Block WAGO 236-402, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-403_1x03_P5.00mm_45Degree +Terminal Block WAGO 236-403, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-404_1x04_P5.00mm_45Degree +Terminal Block WAGO 236-404, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-405_1x05_P5.00mm_45Degree +Terminal Block WAGO 236-405, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-405 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-406_1x06_P5.00mm_45Degree +Terminal Block WAGO 236-406, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-407_1x07_P5.00mm_45Degree +Terminal Block WAGO 236-407, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-407 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-408_1x08_P5.00mm_45Degree +Terminal Block WAGO 236-408, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-409_1x09_P5.00mm_45Degree +Terminal Block WAGO 236-409, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-409 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-412_1x12_P5.00mm_45Degree +Terminal Block WAGO 236-412, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-414_1x14_P5.00mm_45Degree +Terminal Block WAGO 236-414, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-414 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm +0 +28 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-416_1x16_P5.00mm_45Degree +Terminal Block WAGO 236-416, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-424_1x24_P5.00mm_45Degree +Terminal Block WAGO 236-424, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-436_1x36_P5.00mm_45Degree +Terminal Block WAGO 236-436, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +72 +36 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-448_1x48_P5.00mm_45Degree +Terminal Block WAGO 236-448, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +96 +48 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-501_1x01_P7.50mm_45Degree +Terminal Block WAGO 236-501, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-502_1x02_P7.50mm_45Degree +Terminal Block WAGO 236-502, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-503_1x03_P7.50mm_45Degree +Terminal Block WAGO 236-503, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-504_1x04_P7.50mm_45Degree +Terminal Block WAGO 236-504, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-505_1x05_P7.50mm_45Degree +Terminal Block WAGO 236-505, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-505 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-506_1x06_P7.50mm_45Degree +Terminal Block WAGO 236-506, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-507_1x07_P7.50mm_45Degree +Terminal Block WAGO 236-507, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-507 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-508_1x08_P7.50mm_45Degree +Terminal Block WAGO 236-508, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-509_1x09_P7.50mm_45Degree +Terminal Block WAGO 236-509, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-509 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-512_1x12_P7.50mm_45Degree +Terminal Block WAGO 236-512, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-516_1x16_P7.50mm_45Degree +Terminal Block WAGO 236-516, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-524_1x24_P7.50mm_45Degree +Terminal Block WAGO 236-524, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-601_1x01_P10.00mm_45Degree +Terminal Block WAGO 236-601, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-602_1x02_P10.00mm_45Degree +Terminal Block WAGO 236-602, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-603_1x03_P10.00mm_45Degree +Terminal Block WAGO 236-603, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-604_1x04_P10.00mm_45Degree +Terminal Block WAGO 236-604, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-605_1x05_P10.00mm_45Degree +Terminal Block WAGO 236-605, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-605 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-606_1x06_P10.00mm_45Degree +Terminal Block WAGO 236-606, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-608_1x08_P10.00mm_45Degree +Terminal Block WAGO 236-608, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-609_1x09_P10.00mm_45Degree +Terminal Block WAGO 236-609, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-609 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-612_1x12_P10.00mm_45Degree +Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-616_1x16_P10.00mm_45Degree +Terminal Block WAGO 236-616, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_236-624_1x24_P10.00mm_45Degree +Terminal Block WAGO 236-624, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree +Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree +Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree +Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree +Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree +Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree +Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree +Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree +Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree +Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree +Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm +0 +20 +10 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-111_1x11_P5.00mm_45Degree +Terminal Block WAGO 804-111, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 56.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-111 45Degree pitch 5mm size 56.5x15mm^2 drill 1.2mm pad 3mm +0 +22 +11 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree +Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-113_1x13_P5.00mm_45Degree +Terminal Block WAGO 804-113, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-113 45Degree pitch 5mm size 66.5x15mm^2 drill 1.2mm pad 3mm +0 +26 +13 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-114_1x14_P5.00mm_45Degree +Terminal Block WAGO 804-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 71.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-114 45Degree pitch 5mm size 71.5x15mm^2 drill 1.2mm pad 3mm +0 +28 +14 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-115_1x15_P5.00mm_45Degree +Terminal Block WAGO 804-115, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 76.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-115 45Degree pitch 5mm size 76.5x15mm^2 drill 1.2mm pad 3mm +0 +30 +15 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree +Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree +Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm +0 +48 +24 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree +Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm +0 +2 +1 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree +Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm +0 +4 +2 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree +Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm +0 +6 +3 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree +Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm +0 +8 +4 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree +Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm +0 +10 +5 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree +Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm +0 +12 +6 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree +Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm +0 +14 +7 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree +Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm +0 +16 +8 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree +Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm +0 +18 +9 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree +Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm +0 +20 +10 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-311_1x11_P7.50mm_45Degree +Terminal Block WAGO 804-311, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-311 45Degree pitch 7.5mm size 81.5x15mm^2 drill 1.2mm pad 3mm +0 +22 +11 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree +Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm +0 +24 +12 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree +Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm +0 +32 +16 +TerminalBlock_WAGO +TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree +Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO +THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm +0 +48 +24 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650073_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650073.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650074_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650074.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650094_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650094.pdf) +screw terminal thread redcube thr power connector +0 +16 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650173_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650173.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650174_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650174.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650194_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650194.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74650195_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650195.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRBU_74655095_THR +REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74655095.pdf) +screw terminal thread redcube thr power connector +0 +16 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651173_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651173.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651174_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651174.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651175_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651175.pdf) +screw terminal thread redcube thr power connector +0 +8 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651194_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651194.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TerminalBlock_Wuerth +Wuerth_REDCUBE-THR_WP-THRSH_74651195_THR +REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651195.pdf) +screw terminal thread redcube thr power connector +0 +18 +1 +TestPoint +TestPoint_2Pads_Pitch2.54mm_Drill0.8mm +Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm +CONN DEV +0 +2 +2 +TestPoint +TestPoint_2Pads_Pitch5.08mm_Drill1.3mm +Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm +CONN DEV +0 +2 +2 +TestPoint +TestPoint_Bridge_Pitch2.0mm_Drill0.7mm +wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill0.7mm +wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill1.0mm +wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch2.54mm_Drill1.3mm +wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch3.81mm_Drill1.3mm +wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch5.08mm_Drill0.7mm +wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch5.08mm_Drill1.3mm +wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch6.35mm_Drill1.3mm +wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Bridge_Pitch7.62mm_Drill1.3mm +wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm +test point wire loop +0 +2 +1 +TestPoint +TestPoint_Keystone_5000-5004_Miniature +Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5005-5009_Compact +Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5010-5014_Multipurpose +Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 +Through Hole Mount Test Points +0 +1 +1 +TestPoint +TestPoint_Keystone_5015_Micro-Minature +SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 +Test Point +0 +1 +1 +TestPoint +TestPoint_Keystone_5019_Minature +SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 +Test Point +0 +1 +1 +TestPoint +TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded +wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.0mm +wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile +low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.50mm_Drill1.85mm +wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded +wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded +wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded +wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.0mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.5mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Loop_D3.80mm_Drill2.8mm +wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm +test point wire loop bead +0 +1 +1 +TestPoint +TestPoint_Pad_1.0x1.0mm +SMD rectangular pad as test Point, square 1.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_1.5x1.5mm +SMD rectangular pad as test Point, square 1.5mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_2.0x2.0mm +SMD rectangular pad as test Point, square 2.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_2.5x2.5mm +SMD rectangular pad as test Point, square 2.5mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_3.0x3.0mm +SMD rectangular pad as test Point, square 3.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_4.0x4.0mm +SMD rectangular pad as test Point, square 4.0mm side length +test point SMD pad rectangle square +0 +1 +1 +TestPoint +TestPoint_Pad_D1.0mm +SMD pad as test Point, diameter 1.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D1.5mm +SMD pad as test Point, diameter 1.5mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D2.0mm +SMD pad as test Point, diameter 2.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D2.5mm +SMD pad as test Point, diameter 2.5mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D3.0mm +SMD pad as test Point, diameter 3.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Pad_D4.0mm +SMD pad as test Point, diameter 4.0mm +test point SMD pad +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D2.0mm +Plated Hole as test Point, diameter 2.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D3.0mm +Plated Hole as test Point, diameter 3.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D4.0mm +Plated Hole as test Point, diameter 4.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_Plated_Hole_D5.0mm +Plated Hole as test Point, diameter 5.0mm +test point plated hole +0 +1 +1 +TestPoint +TestPoint_THTPad_1.0x1.0mm_Drill0.5mm +THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_1.5x1.5mm_Drill0.7mm +THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_2.0x2.0mm_Drill1.0mm +THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_2.5x2.5mm_Drill1.2mm +THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_3.0x3.0mm_Drill1.5mm +THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_4.0x4.0mm_Drill2.0mm +THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm +test point THT pad rectangle square +0 +1 +1 +TestPoint +TestPoint_THTPad_D1.0mm_Drill0.5mm +THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D1.5mm_Drill0.7mm +THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D2.0mm_Drill1.0mm +THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D2.5mm_Drill1.2mm +THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D3.0mm_Drill1.5mm +THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm +test point THT pad +0 +1 +1 +TestPoint +TestPoint_THTPad_D4.0mm_Drill2.0mm +THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm +test point THT pad +0 +1 +1 +Transformer_SMD +Pulse_P0926NL +SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa0926nl +0 +6 +6 +Transformer_SMD +Pulse_PA1323NL +SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa1323nl +0 +6 +6 +Transformer_SMD +Pulse_PA2001NL +SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2001nl pe-68386nl +0 +4 +4 +Transformer_SMD +Pulse_PA2002NL-PA2008NL-PA2009NL +SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl +0 +6 +6 +Transformer_SMD +Pulse_PA2004NL +SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2004nl pa0264nl +0 +6 +6 +Transformer_SMD +Pulse_PA2005NL +SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2005nl pa0173nl +0 +6 +6 +Transformer_SMD +Pulse_PA2006NL +SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2006nl pa0186nl +0 +4 +4 +Transformer_SMD +Pulse_PA2007NL +SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) +pulse pa2007nl +0 +4 +4 +Transformer_SMD +Pulse_PA2777NL +SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa2777nl +0 +8 +8 +Transformer_SMD +Pulse_PA3493NL +SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) +pulse pa3493nl +0 +4 +4 +Transformer_SMD +Transformer_Coilcraft_CST1 +Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Coilcraft_CST2 +Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Coilcraft_CST2010 +Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf) +Transformer current sense SMD +0 +12 +12 +Transformer_SMD +Transformer_CurrentSense_8.4x7.2mm +Transformer current sense SMD 8.4x7.2mm +Transformer current sense SMD +0 +8 +8 +Transformer_SMD +Transformer_Ethernet_Bel_S558-5999-T7-F +Ethernet Transformer, Bel S558-5999-T7-F, https://www.belfuse.com/resources/ICMs/lan-/S558-5999-T7-F.pdf +Ethernet Transformer +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Bourns_PT61017PEL +https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf +Transformer Ethernet Single Center-Tap +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_HALO_TG111-MSC13 +Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf +Transformer Ethernet SMD +0 +24 +24 +Transformer_SMD +Transformer_Ethernet_Halo_N2_SO-16_7.11x12.7mm +Halo N2 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Halo_N5_SO-16_7.11x12.7mm +Halo N5 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Halo_N6_SO-16_7.11x14.73mm +Halo N6 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py +Halo SO Transformer_SMD +0 +16 +16 +Transformer_SMD +Transformer_Ethernet_Wuerth_749013011A +Ethernet Transformer, Wuerth 749013011A, https://www.we-online.com/katalog/datasheet/749013011A.pdf +Ethernet Transformer +0 +16 +16 +Transformer_SMD +Transformer_MACOM_SM-22 +https://cdn.macom.com/datasheets/ETC1-1-13.pdf +RF Transformer +0 +5 +5 +Transformer_SMD +Transformer_Murata_78250JC +Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf +Murata transformer +0 +6 +6 +Transformer_SMD +Transformer_NF_ETAL_P2781 +NF-Transformer, ETAL, P2781, SMD, +NF-Transformer ETAL P2781 SMD +0 +8 +7 +Transformer_SMD +Transformer_NF_ETAL_P2781_HandSoldering +NF-Transformer, ETAL, P2781, SMD, Handsoldering +NF-Transformer ETAL P2781 SMD Handsoldering +0 +8 +7 +Transformer_SMD +Transformer_NF_ETAL_P3000 +NF-Reansformer, ETAL, P3000, SMD, +NF-Reansformer ETAL P3000 SMD +0 +15 +13 +Transformer_SMD +Transformer_NF_ETAL_P3000_HandSoldering +NF-Reansformer, ETAL, P3000, SMD, Handsoldering, +NF-Reansformer ETAL P3000 SMD Handsoldering +0 +15 +13 +Transformer_SMD +Transformer_NF_ETAL_P3181 +NF-Transformer, ETAL, P3181, SMD, +NF-Transformer ETAL P3181 SMD +0 +7 +6 +Transformer_SMD +Transformer_NF_ETAL_P3181_HandSoldering +NF-Transformer, ETAL, P3181, SMD, Hand Soldering, +NF-Transformer ETAL P3181 SMD Hand Soldering +0 +7 +6 +Transformer_SMD +Transformer_NF_ETAL_P3188 +NF-Transformer, ETAL, P3188, SMD, +NF-Transformer ETAL P3188 SMD +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3188_HandSoldering +NF-Transformer, ETAL, P3188, SMD, Handsoldering, +NF-Transformer ETAL P3188 SMD Handsoldering +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3191 +NF-Transformer, ETAL, P3191, SMD, +NF-Transformer ETAL P3191 SMD +0 +8 +6 +Transformer_SMD +Transformer_NF_ETAL_P3191_HandSoldering +NF-Transformer, ETAL, P3191, SMD, Handsoldering, +NF-Transformer ETAL P3191 SMD Handsoldering +0 +8 +6 +Transformer_SMD +Transformer_Pulse_H1100NL +For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf +H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N +0 +16 +16 +Transformer_SMD +Transformer_Wuerth_750315371 +Power Transformer, horizontal core with bobbin, 6 pin, 2.54mm pitch, 11.24mm row spacing, 12.6x8.3x4.1mm +transformer flyback +0 +6 +6 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30, +Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37, +Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44 +Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44, +Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44 +0 +3 +3 +Transformer_THT +Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50 +Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50, +Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50 +0 +3 +3 +Transformer_THT +Autotransformer_ZS1052-AC +Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf +ignition coil autotransformer +0 +3 +3 +Transformer_THT +Transformer_37x44 +transformer 37x44mm² +transformer 37x44mm² +0 +12 +4 +Transformer_THT +Transformer_Breve_TEZ-22x24 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +7 +7 +Transformer_THT +Transformer_Breve_TEZ-28x33 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-35x42 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-38x45 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +9 +9 +Transformer_THT +Transformer_Breve_TEZ-44x52 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +10 +10 +Transformer_THT +Transformer_Breve_TEZ-47x57 +http://www.breve.pl/pdf/ANG/TEZ_ang.pdf +TEZ PCB Transformer +0 +13 +13 +Transformer_THT +Transformer_CHK_EI30-2VA_1xSec +Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf +Trafo Printtrafo CHK EI30 2VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI30-2VA_2xSec +Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec, +Trafo Printtrafo CHK EI30 2VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI30-2VA_Neutral +Trafo, Printtrafo, CHK, EI30, 2VA, neutral, +Trafo Printtrafo CHK EI30 2VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_1xSec +Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI38 3VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_2xSec +Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI38 3VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI38-3VA_Neutral +Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20 +Trafo Printtrafo CHK EI42 3VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_1xSec +Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec, +Trafo Printtrafo CHK EI42 5VA 1x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_2xSec +Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec, +Trafo Printtrafo CHK EI42 5VA 2x Sec +0 +10 +10 +Transformer_THT +Transformer_CHK_EI42-5VA_Neutral +Trafo, Printtrafo, CHK, EI42, 5VA, neutral, +Trafo Printtrafo CHK EI42 5VA neutral +0 +10 +10 +Transformer_THT +Transformer_CHK_EI48-8VA_1xSec +Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA 1x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-8VA_2xSec +Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA 2x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-8VA_Neutral +Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 8VA neutral +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_1xSec +Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec, +Trafo Printtrafo CHK EI48 10VA 1x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_2xSec +Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 10VA 2x Sec +0 +12 +12 +Transformer_THT +Transformer_CHK_EI48-10VA_Neutral +Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18 +Trafo Printtrafo CHK EI48 10VA neutral +0 +12 +12 +Transformer_THT +Transformer_CHK_EI54-12VA_1xSec +Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA 1x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-12VA_2xSec +Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA 2x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-12VA_Neutral +Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 12VA neutral +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_1xSec +Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA 1x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_2xSec +Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA 2x Sec +0 +14 +14 +Transformer_THT +Transformer_CHK_EI54-16VA_Neutral +Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19 +Trafo Printtrafo CHK EI54 16VA neutral +0 +14 +14 +Transformer_THT +Transformer_CHK_UI30-4VA_Flat +Trafo, Flattrafo, CHK, UI30, 4VA, +Trafo Flattrafo CHK UI30 4VA +0 +16 +16 +Transformer_THT +Transformer_CHK_UI39-10VA_Flat +Trafo, Flattrafo, CHK, UI39, 10VA, +Trafo Flattrafo CHK UI39 10VA +0 +20 +20 +Transformer_THT +Transformer_Coilcraft_Q4434-B_Rhombus-T1311 +Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311, +Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311 +0 +8 +8 +Transformer_THT +Transformer_EPCOS_B66359A1013T_Horizontal +Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T, +Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T +0 +13 +13 +Transformer_THT +Transformer_EPCOS_B66359J1014T_Vertical +Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T, +Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T +0 +14 +14 +Transformer_THT +Transformer_Microphone_Lundahl_LL1538 +AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf +AUDIO TRAFO LUNDAHL +0 +7 +7 +Transformer_THT +Transformer_Microphone_Lundahl_LL1587 +AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf +AUDIO TRAFO LUNDAHL +0 +7 +7 +Transformer_THT +Transformer_Myrra_74040_Horizontal +Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040, +Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040 +0 +13 +13 +Transformer_THT +Transformer_Myrra_EF20_7408x +EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf +transformer flyback SMPS +0 +9 +9 +Transformer_THT +Transformer_NF_ETAL_1-1_P1200 +NF-Transformer, 1:1, ETAL P1200,http://www.etalgroup.com/sites/default/files/products/P1200_April_2005.pdf +NF-Transformer 1to1 ETAL P1200 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P1165 +NF-Transformer, ETAL, P1165,http://www.etalgroup.com/sites/default/files/products/P1165_February_2006.pdf +NF-Transformer ETAL P1165 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P3324 +NF-Transformer, ETAL P3324,http://www.etalgroup.com/sites/default/files/products/P3324_April_2005.pdf +NF-Transformer ETAL P3324 +0 +4 +4 +Transformer_THT +Transformer_NF_ETAL_P3356 +NF-Transformer, ETAL P3356, http://www.etalgroup.com/sites/default/files/products/P3356_December_2005.pdf +NF-Transformer ETAL P3356 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30 +Transformer, Toroid, horizontal, laying, Diameter 9mm, Amidon, T30, +Transformer Toroid horizontal laying Diameter 9mm Amidon T30 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D10.5mm_Amidon-T37 +Transformer, Toroid, horizontal, laying, Diameter 10,5mm, Amidon T37, +Transformer Toroid horizontal laying Diameter 10 5mm Amidon T37 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D12.5mm_Amidon-T44 +Transformer, Toroid, horizontal, laying, Diameter 12,5mm, Amidon T44, +Transformer Toroid horizontal laying Diameter 12 5mm Amidon T44 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D14.0mm_Amidon-T50 +Transformer, Toroid, horizontal, laying, Diameter 14mm, Amidon T50, +Transformer Toroid horizontal laying Diameter 14mm Amidon T50 +0 +4 +4 +Transformer_THT +Transformer_Toroid_Horizontal_D18.0mm +Transformer, Toroid, tapped, horizontal, laying, Diameter 18mm, +Transformer Toroid tapped horizontal laying Diameter 18mm +0 +5 +4 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D9.0mm_Amidon-T30 +Transformer, Toroid, tapped, horizontal, laying, Diameter 9mm, Amidon, T30, +Transformer Toroid tapped horizontal laying Diameter 9mm Amidon T30 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D10.5mm_Amidon-T37 +Transformer, Toroid, tapped, horizontal, laying, Diameter 10,5mm, Amidon, T37, +Transformer Toroid tapped horizontal laying Diameter 10 5mm Amidon T37 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D12.5mm_Amidon-T44 +Transformer, Toroid, tapped, horizontal, laying, Diameter 12,5mm, Amidon, T44, +Transformer Toroid tapped horizontal laying Diameter 12 5mm Amidon T44 +0 +6 +6 +Transformer_THT +Transformer_Toroid_Tapped_Horizontal_D14.0mm_Amidon-T50 +Transformer, Toroid, tapped, horizontal, laying, Diameter 14mm, Amidon T50, +Transformer Toroid tapped horizontal laying Diameter 14mm Amidon T50 +0 +6 +6 +Transformer_THT +Transformer_Wuerth_750343373 +Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf) +transformer flyback +0 +10 +10 +Transistor_Power_Module +Infineon_AG-ECONO2 +28-lead TH, EconoPACK 2, same as Littelfuse_Package_H_XN2MM, https://www.infineon.com/dgdl/Infineon-FS75R07N2E4-DS-v02_00-en_de.pdf?fileId=db3a30432f5008fe012f52f916333979 +igbt diode module +0 +28 +28 +Transistor_Power_Module +Infineon_EasyPIM-1B +35-lead TH, EasyPIM 1B, https://www.infineon.com/dgdl/Infineon-FP10R06W1E3-DS-v02_01-en_de.pdf?fileId=db3a304412b407950112b43312285a63 +brifge rectifier igbt diode module +0 +23 +23 +Transistor_Power_Module +Infineon_EasyPIM-2B +35-lead TH, EasyPIM 2B, same as ST_ACEPACK-2-CIB, https://www.infineon.com/dgdl/Infineon-FP50R06W2E3-DS-v02_02-EN.pdf?fileId=db3a30431b3e89eb011b455c99987d24 +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +Littelfuse_Package_H_XBN2MM +24-lead TH, Package H, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1215h_xbn2mm_datasheet.pdf.pdf +brifge rectifier igbt diode module +0 +24 +24 +Transistor_Power_Module +Littelfuse_Package_H_XN2MM +28-lead TH, Package H, same as Infineon_AG-ECONO2, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1225h_xn2mm_datasheet.pdf.pdf +igbt diode module +0 +28 +28 +Transistor_Power_Module +Littelfuse_Package_W_XBN2MM +24-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1250w_xbn2mm_datasheet.pdf.pdf +brifge rectifier igbt diode module +0 +35 +24 +Transistor_Power_Module +Littelfuse_Package_W_XN2MM +35-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1275w_xn2mm_datasheet.pdf.pdf +igbt diode module +0 +35 +35 +Transistor_Power_Module +ST_ACEPACK-2-CIB +35-lead TH, ACEPACK 2 CIB, same as Infineon_EasyPIM-2B, https://www.st.com/resource/en/datasheet/a2c25s12m3.pdf +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +ST_ACEPACK-2-CIB_PressFIT +35-lead TH, ACEPACK 2 CIB, PressFIT, https://www.st.com/resource/en/datasheet/a2c50s65m2-f.pdf +brifge rectifier igbt diode module +0 +35 +23 +Transistor_Power_Module +ST_SDIP-25L +25-lead TH, SDIP-25L, https://www.st.com/resource/en/datasheet/stgips20k60.pdf +igbt diode module +0 +25 +25 +Valve +Valve_ECC-83-1 +Valve ECC-83-1 round pins +Valve ECC-83-1 round pins +0 +9 +9 +Valve +Valve_ECC-83-2 +Valve ECC-83-2 flat pins +Valve ECC-83-2 flat pins +0 +10 +9 +Valve +Valve_EURO +Valve Euro +Valve Euro +0 +7 +5 +Valve +Valve_Glimm +Valve Glimm +Valve Glimm +0 +2 +2 +Valve +Valve_Mini_G +Valve mini G +Valve mini G +0 +9 +7 +Valve +Valve_Mini_P +Valve mini P +Valve mini P +0 +7 +7 +Valve +Valve_Mini_Pentode_Linear +Mini-Pentode, 5-pin, e.g. JAN6418 +Valve Mini-Pentode 5-pin JAN6418 +0 +5 +5 +Valve +Valve_Noval_G +Valve NOVAL G +Valve NOVAL G +0 +11 +9 +Valve +Valve_Noval_P +Valve NOVAL P +Valve NOVAL P +0 +9 +9 +Valve +Valve_Octal +8-pin round valve +valve +0 +9 +8 +Varistor +RV_Disc_D7mm_W3.4mm_P5mm +Varistor, diameter 7mm, width 3.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.5mm_P5mm +Varistor, diameter 7mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.6mm_P5mm +Varistor, diameter 7mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.7mm_P5mm +Varistor, diameter 7mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.8mm_P5mm +Varistor, diameter 7mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.9mm_P5mm +Varistor, diameter 7mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.2mm_P5mm +Varistor, diameter 7mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.3mm_P5mm +Varistor, diameter 7mm, width 4.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.5mm_P5mm +Varistor, diameter 7mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.8mm_P5mm +Varistor, diameter 7mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.9mm_P5mm +Varistor, diameter 7mm, width 4.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4mm_P5mm +Varistor, diameter 7mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.1mm_P5mm +Varistor, diameter 7mm, width 5.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.4mm_P5mm +Varistor, diameter 7mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.5mm_P5mm +Varistor, diameter 7mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.7mm_P5mm +Varistor, diameter 7mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.3mm_P5mm +Varistor, diameter 9mm, width 3.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.4mm_P5mm +Varistor, diameter 9mm, width 3.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.5mm_P5mm +Varistor, diameter 9mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.6mm_P5mm +Varistor, diameter 9mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.7mm_P5mm +Varistor, diameter 9mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.8mm_P5mm +Varistor, diameter 9mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.9mm_P5mm +Varistor, diameter 9mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.1mm_P5mm +Varistor, diameter 9mm, width 4.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.2mm_P5mm +Varistor, diameter 9mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.4mm_P5mm +Varistor, diameter 9mm, width 4.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.5mm_P5mm +Varistor, diameter 9mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.8mm_P5mm +Varistor, diameter 9mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4mm_P5mm +Varistor, diameter 9mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.2mm_P5mm +Varistor, diameter 9mm, width 5.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.4mm_P5mm +Varistor, diameter 9mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.5mm_P5mm +Varistor, diameter 9mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.7mm_P5mm +Varistor, diameter 9mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W6.1mm_P5mm +Varistor, diameter 9mm, width 6.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W3.9mm_P7.5mm +Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.2mm_P7.5mm +Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.3mm_P7.5mm +Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.4mm_P7.5mm +Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.5mm_P7.5mm +Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.6mm_P7.5mm +Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.7mm_P7.5mm +Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.8mm_P7.5mm +Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4mm_P7.5mm +Varistor, diameter 12mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.1mm_P7.5mm +Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.4mm_P7.5mm +Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.8mm_P7.5mm +Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5mm_P7.5mm +Varistor, diameter 12mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.1mm_P7.5mm +Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.2mm_P7.5mm +Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.3mm_P7.5mm +Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.7mm_P7.5mm +Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.1mm_P7.5mm +Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.5mm_P7.5mm +Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.9mm_P7.5mm +Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W3.9mm_P7.5mm +Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.2mm_P7.5mm +Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.3mm_P7.5mm +Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.4mm_P7.5mm +Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.5mm_P7.5mm +Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.6mm_P7.5mm +Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.7mm_P7.5mm +Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.8mm_P7.5mm +Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.9mm_P7.5mm +Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4mm_P7.5mm +Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.2mm_P7.5mm +Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.4mm_P7.5mm +Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.9mm_P7.5mm +Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5mm_P7.5mm +Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.1mm_P7.5mm +Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.3mm_P7.5mm +Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.4mm_P7.5mm +Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.8mm_P7.5mm +Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.2mm_P7.5mm +Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.5mm_P7.5mm +Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W8mm_P7.5mm +Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W11mm_P7.5mm +Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D16.5mm_W6.7mm_P7.5mm +Varistor, diameter 16.5mm, width 6.7mm, pitch 5mm, https://katalog.we-online.de/pbs/datasheet/820542711.pdf +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.3mm_P10mm +Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.4mm_P10mm +Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.5mm_P10mm +Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.6mm_P10mm +Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.7mm_P10mm +Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.8mm_P10mm +Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.9mm_P10mm +Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.1mm_P10mm +Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.3mm_P10mm +Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.4mm_P10mm +Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.6mm_P10mm +Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.8mm_P10mm +Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5mm_P10mm +Varistor, diameter 21.5mm, width 5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.1mm_P7.5mm +varistor +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.3mm_P10mm +Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.5mm_P10mm +Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.7mm_P10mm +Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.8mm_P10mm +Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.1mm_P10mm +Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.5mm_P10mm +Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.9mm_P10mm +Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W8.4mm_P10mm +Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W11.4mm_P10mm +Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm +varistor SIOV +0 +2 +2